You can make a Monterey bootable USB installer by first formatting a 16GB or 32GB usb as Mac OS Extended (Journaled) and naming it Untitled.
After downloading the Monterey Beta 1 installer (which so far is nameless, even though we now know it has the name Monterey) you can run this in Terminal to make the bootable USB:
sudo /Applications/Install\ macOS\ 12\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
The command for Betas 2 and 3 is
sudo /Applications/Install\ macOS\ Monterey\ beta.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
Notice the unusual lower case b in "beta" for beta 2. It is lower case in beta 3 too, so it probably isn't a mistake. It used to always be upper case.
and then with public release (or even release candidates) to
sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
After downloading the Monterey Beta 1 installer (which so far is nameless, even though we now know it has the name Monterey) you can run this in Terminal to make the bootable USB:
sudo /Applications/Install\ macOS\ 12\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
The command for Betas 2 and 3 is
sudo /Applications/Install\ macOS\ Monterey\ beta.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
Notice the unusual lower case b in "beta" for beta 2. It is lower case in beta 3 too, so it probably isn't a mistake. It used to always be upper case.
and then with public release (or even release candidates) to
sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
Last edited: