macOS インストーラUSBメモリを作成する(macOS Tahoe)

ダウンロード可能なmacOSインストーラーのバージョンを確認する

softwareupdate --list-full-installers

macOSインストーラーをダウンロード

softwareupdate --fetch-full-installer --full-installer-version 26.3

USBメモリの識別子確認してフォーマット(diskN を確認した識別子に置き換える)

diskutil list
diskutil eraseDisk JHFS+ InstallMacOS GPT /dev/diskN

sudo /Applications/Install\ macOS\ Tahoe.app/Contents/Resources/createinstallmedia --volume /Volumes/InstallMacOS --nointeraction

コメント

このブログの人気の投稿

よく使う grep オプション

macで node.js と npm をインストールする流れ