macOSの最新版は、ソフトウェアアップデート機能を利用してインストールすることができます。
ダウンロードした「macOS Montereyインストール.app」を実行することで、macOS Montereyをインストールすることができますが、VMware FusionやParallels、VirtualBoxなどの仮想マシンにゲストOSとしてインストールしたい場合は、インストール用のISOファイルがあると便利です。
以下「macOS Montereyインストール.app」から、ISOファイルを作成する方法を説明します。
目次
macOS MontereyのISOファイルを作成する方法
今回はこちらの記事を参考にさせて頂きました。以下のコマンドを1行ずつ実行していいきます(シェルスクリプトとして保全してまとめて実行することもできます)。
hdiutil create -o /tmp/monterey -size 16384m -volname monterey -layout SPUD -fs HFS+J hdiutil attach /tmp/monterey.dmg -noverify -mountpoint /Volumes/monterey sudo /Applications/Install\ macOS\ Monterey\.app/Contents/Resources/createinstallmedia --volume /Volumes/monterey --nointeraction hdiutil eject -force /Volumes/Install\ macOS\ Monterey hdiutil convert /tmp/monterey.dmg -format UDTO -o ~/Desktop/monterey.cdr mv ~/Desktop/monterey.cdr ~/Desktop/monterey.iso
実行するとデスクトップにmonterey.isoが作成されます。
まとめ
macOS Montereyのインストール用ISOイメージは、macOS Montereyインストール.appから作成することができます。仮想マシンにインストールしたい場合、ISOファイルがあれば便利です。