Contribute
Register

How to Create a macOS Monterey Installation USB

Status
Not open for further replies.

tonymacx86

Administrator
Staff member
Joined
Nov 17, 2009
Messages
7,365
Motherboard
Z370N WIFI
CPU
i7 8700K
Graphics
HD 630
Mac
  1. MacBook Air
Classic Mac
  1. Apple
  2. PowerBook
Mobile Phone
  1. iOS
montereyinstall.jpg
Here's a quick guide to create a macOS 12 Monterey Public Beta Installation USB. Please note, this guide is not universal, and may not work for all systems.

STEP 1: Download macOS Monterey Public Beta

1. Enroll in the Free Apple Beta Software Program
2. Download Public Beta Access Utility
3. Run installer. System Preferences / Software Update will then open.
4. Choose Upgrade Now to download the 12 GB installation Application.
Screen Shot 2021-07-01 at 2.03.16 PM.png
The Application Install macOS Monterey Beta will appear in /Applications.


STEP 2: Prepare Bootable USB Drive
This step extracts the Installer contents, then installs Clover bootloader to the USB stick.

1. Insert the USB drive
2. Open /Applications/Utilities/Disk Utility
3. Highlight the USB drive in left column
4. Click on the Partition tab
5. Click Current and choose 1 Partition
6. Click Options...
7. Choose GUID Partition Table
8. Under Name: type USB (You can rename it later)
9. Under Format: choose Mac OS Extended (Journaled)
10. Click Apply then Partition
11. Open /Applications/Utilities/Terminal
12. Type the following, enter password and hit enter. This command completely erases the USB, then creates native installer media from the Install macOS Beta Application.


macOS Monterey Release:
Code:
sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/USB /Applications/Install\ macOS\ Monterey.app --nointeraction

Screen Shot 2021-10-25 at 3.41.06 PM.png

macOS Monterey Public Beta:
Code:
sudo /Applications/Install\ macOS\ Monterey\ beta.app/Contents/Resources/createinstallmedia --volume /Volumes/USB /Applications/Install\ macOS\ Monterey\ beta.app --nointeraction
Screen Shot 2021-07-01 at 3.28.18 PM.png
Upon completion, the USB will be renamed Install macOS Monterey beta.

Option 1: OpenCore Bootloader (Experimental)

13. Download OpenCore Bootloader from the official downloads section.
14. Install OpenCore EFI using the USB's EFI partition (Install macOS Monterey beta) as the target volume.
15. Navigate to /EFI and apply necessary kexts, SSDTs.

Option 2: Clover Bootloader (Experimental)
13. Download the standalone Clover Bootloader v5.0 r5137 or higher package installer from the official downloads section.
14. Install UEFI or Legacy Clover version using the USB (Install macOS Monterey beta) as the target.
15. Navigate to /EFI/CLOVER/kexts/Other/ and add VirtualSMC.kext

Your macOS Installation USB is now finished.

This thread is not a Help thread! Post your question(s) as a standalone thread in the Monterey Desktop Support forum section.
 
Last edited:
macOS Monterey Release:
Code:
sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/USB /Applications/Install\ macOS\ Monterey.app --nointeraction
Screen Shot 2021-10-25 at 3.41.06 PM.png
Attached macOS Monterey Release notes to original post. :headbang::ugeek::thumbup:
 
Please post your question(s) as a standalone thread in the Monterey Desktop Support forum section.
 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top