USBをフォーマット
ディスクユーティリティを開いて 表示
> すべてのデバイスを表示
USBを選んで 消去
を押す
名前はmacOS
、フォーマットはMac OS拡張(ジャーナリング)
、方式はGUIDパーティションマップ
にして消去する
インストーラーを入手
softwareupdate --list-full-installers
出力例
user@MacBook-Air ~ % softwareupdate --list-full-installers
Finding available software
Software Update found the following full installers:
* Title: macOS Sequoia, Version: 15.1, Size: 14209591KiB, Build: 24B83, Deferred: NO
* Title: macOS Sequoia, Version: 15.0.1, Size: 14138482KiB, Build: 24A348, Deferred: NO
* Title: macOS Sequoia, Version: 15.0, Size: 14138558KiB, Build: 24A335, Deferred: NO
今回は15.1を入れたいので15.1を指定する
softwareupdate --fetch-full-installer --full-installer-version 15.1
出力例
user@MacBook-Air ~ % softwareupdate --fetch-full-installer --full-installer-version 15.1
Scanning for 15.1 installer
Install finished successfully
Install finished successfully
になるとアプリケーションフォルダの中にmacOS Sequoiaインストール.app
が追加されます
インストールUSBを作る
cd /Applications/Install\ macOS\ Sequoia.app/Contents/Resources/
sudo ./createinstallmedia --volume /Volumes/macOS/
を実行するとパスワードの入力を求められます パスワードを入力したあとにyを押すとインストールUSBが作成されます
実行例
user@MacBook-Air ~ % cd /Applications/Install\ macOS\ Sequoia.app/Contents/Resources/
user@MacBook-Air Resources % sudo ./createinstallmedia --volume /Volumes/macOS/
Password:
Ready to start.
To continue we need to erase the volume at /Volumes/macOS/.
If you wish to continue type (Y) then press return: y
Erasing disk: 0%... 10%... 20%... 30%... 100%
Copying essential files...
Copying the macOS RecoveryOS...
Making disk bootable...
Copying to disk: 0%... 10%... 20%... 30%... 40%... 50%... 60%... 70%... 80%... 90%... 100%
Install media now available at "/Volumes/Install macOS Sequoia"