2
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Mac > USBインストーラーの作成

Last updated at Posted at 2018-01-28

USBインストーラーの作成

macOSをダウンロードしてUSBインストーラーを作成する。

USBメモリをディスクユーティリティで消去

名称をUNTITLEDで消去する。

スクリーンショット 2018-01-28 10.32.24.png

HIGH Sierraの場合

AppストアからHigh Sierraを検索しダウンロードする。

スクリーンショット 2018-01-28 10.13.53.png

ターミナルで以下のコマンドを打ち、USBメモリにインストーラーを作成する。

$ sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/UNTITLED --applicationpath "/Applications/Install macOS High Sierra.app"

Sierraの場合

以下のリンクからmacOS Sierraをダウンロード
https://itunes.apple.com/jp/app/macos-sierra/id1127487414?mt=12&at=11lLqM

ターミナルで以下コマンドを打ちインストーラーを作成する。

sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/UNTITLED --applicationpath /Applications/Install\ macOS\ Sierra.app --nointeraction

結果は以下のようになればOK

$ sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/UNTITLED --applicationpath /Applications/Install\ macOS\ Sierra.app --nointeraction
Password:
Erasing Disk: 0%... 10%... 20%... 30%...100%...
Copying installer files to disk...
Copy complete.
Making disk bootable...
Copying boot files...
Copy complete.
Done.

再起動

Macをシャットダウンし、Optionキーを押しながら起動、USBメモリを選択しSierraのインストール画面が表示される。

2
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?