macOS High Sierra のUSBメモリインストーラー作成

https://qiita.com/motofumi/items/594ce14339c4a866f676


16GB以上のUSBメモリを準備する
macOS High Sierra』をApp Storeからダウンロードする。(完了すると、/Applicationsフォルダに保存される。)
ディスクユーティリティを起動する。USBメモリを選択し[消去]。
  名前: Untitled
 フォーマット: Mac OS拡張(ジャーナリング)
 方式: GUIDパーティションマップ

ターミナルを開きUSBメモリがマウントされていることを確認
$ ls /Volumes/

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

mac:~ mac$ ls /Volumes/
External_HD_01 InstallESD MobileBackups Untitled
External_HD_02 Macintosh HD TimeMachine
mac:~ terad$ sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled/ --applicationpath "/Applications/Install macOS High Sierra.app"
Password:
Ready to start.
To continue we need to erase the volume at /Volumes/Untitled/.
If you wish to continue type (Y) then press return: y
Erasing Disk: 0%... 10%... 20%... 30%...100%...
Copying installer files to disk...
Copy complete.
Making disk bootable...
Copying boot files...
Copy complete.
Done.

Appleオフィシャル https://support.apple.com/en-us/HT201372