LoginSignup
2
5

More than 5 years have passed since last update.

macOS SierraのインストールUSBの作成

Last updated at Posted at 2017-09-18

はじめに

macOS SierraのUSBメモリを使ったインストールメディアを作成する。

必要なもの

  • macOS Sierra
  • 8GB以上のUSBメモリ(できるだけ高速なもの)

手順

1.『macOS Sierra』をApp Storeからダウンロードする。(完了すると、/Applicationsフォルダに保存される。)

スクリーンショット 2017-09-18 18.05.20.png

2. 『ディスクユーティリティ.app』でUSBメモリの名前を『Untitled』にして、USBメモリを消去する。スクリーンショット 2017-09-18 18.25.47.png

3. USBメモリのマウントを確認する。

次のコマンドを実行して先ほど作成したUSBメモリをマウントしていることを確認する。

$ ls /Volumes/

スクリーンショット 2017-09-18 20.17.39.png

4. インストールUSBメディアを作成する。

次のコマンドを実行してインストールUSBメディアを作成する。

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

スクリーンショット 2017-09-18 20.30.00.png

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