BETA 1
To make the bootable usb installer for the first beta of Big Sur, once downloaded to the Applications folder format a 16GB USB as HFS+ Journaled, call it Untitled and run this command in Terminal:
sudo /Applications/Install\ macOS\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
You can then boot up with option key and select the bootable usb.
The Software Update preference pane says the first beta is macos 10.16. But when it installs it becomes 11.0.
No name or number is on the installer app for the first beta - which is unusual - previous beta 1's had a number but no name till beta 2. I think the whole 11.0 vs. 10.16 thing had a lot to do with this.
BETA 2 and subsequent pre-release betas - up till Release Candidate 1
The Beta 2 full installer may get a name in which case the command will change too, maybe to
sudo /Applications/Install\ macOS\ Big\ Sur\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
EDIT: This is indeed the command for beta 2.
It will be the command for all the betas until public release or gm release (although apple has previously called the gm a "beta", they may still call big sur gm a "beta" but remove the name "beta" from the installer name - this happened before causing much confusion)
PUBLIC RELEASE and Release Candidate 2
Anyway Release Candidate 2 and public release are the following:
sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
To make the bootable usb installer for the first beta of Big Sur, once downloaded to the Applications folder format a 16GB USB as HFS+ Journaled, call it Untitled and run this command in Terminal:
sudo /Applications/Install\ macOS\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
You can then boot up with option key and select the bootable usb.
The Software Update preference pane says the first beta is macos 10.16. But when it installs it becomes 11.0.
No name or number is on the installer app for the first beta - which is unusual - previous beta 1's had a number but no name till beta 2. I think the whole 11.0 vs. 10.16 thing had a lot to do with this.
BETA 2 and subsequent pre-release betas - up till Release Candidate 1
The Beta 2 full installer may get a name in which case the command will change too, maybe to
sudo /Applications/Install\ macOS\ Big\ Sur\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
EDIT: This is indeed the command for beta 2.
It will be the command for all the betas until public release or gm release (although apple has previously called the gm a "beta", they may still call big sur gm a "beta" but remove the name "beta" from the installer name - this happened before causing much confusion)
PUBLIC RELEASE and Release Candidate 2
Anyway Release Candidate 2 and public release are the following:
sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
Last edited: