USBインストーラーの作成
macOSをダウンロードしてUSBインストーラーを作成する。
USBメモリをディスクユーティリティで消去
名称をUNTITLEDで消去する。
HIGH Sierraの場合
AppストアからHigh Sierraを検索しダウンロードする。
ターミナルで以下のコマンドを打ち、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のインストール画面が表示される。