Creating a macOS install USB is the most reliable way to reinstall or upgrade Apple’s operating system on any compatible Mac. Whether you are troubleshooting a failing drive or preparing a clean installation for a new device, having a bootable installer provides a critical safety net. This process replaces the older method of using DVDs and is essential for performing tasks like a macOS reinstall or migrating to a new volume.
Preparing Your Mac and USB Drive
Before initiating the macOS install USB creation, you must prepare the physical components. You will need a USB flash drive with a minimum capacity of 16GB, which will be entirely erased during the process. It is also wise to back up any important data on the drive, as the formatting step is irreversible. Furthermore, ensure your Mac is connected to a reliable power source to prevent interruptions that could corrupt the installer.
Format the Drive Correctly
The formatting stage is specific to Apple’s operating system and requires the use of the GUID Partition Map. You must open Disk Utility, select the target drive, and then choose "Erase." The format should be set to Mac OS Extended (Journaled) or APFS, and the scheme must be GUID Partition Map. If the option to create a GUID scheme is greyed out, you may need to first change the partition scheme to "GUID Partition Map" in the Partition tab before erasing.
Using Terminal to Create the Installer
Once the drive is prepared, the creation of the macOS install USB is handled through the Terminal application. This command-line interface allows your Mac to recognize the downloaded installer app and write it directly to the flash drive. Because Terminal requires precise syntax, accuracy is vital to ensure the bootable volume is created correctly without errors.
Command Syntax and Execution
To create the macOS install USB, you will use the sudo /Applications/Install\ macOS\ [Version].app/Contents/Resources/createinstallmedia --volume /Volumes/[DriveName] command. You must replace the bracketed placeholders with the exact name of your installer app and the volume name of your formatted drive. After entering the command, you will be prompted for your administrator password, and the system will then copy the installation files, a process that can take up to thirty minutes.
Verifying the Bootable Volume
After the terminal process indicates completion, it is important to verify the integrity of the macOS install USB. A proper bootable drive will contain a single volume with the name "InstallData" and the macOS logo as the icon. You can test this by restarting your Mac while holding down the Option key, which should present the USB drive as a startup disk option. Successfully seeing this option confirms that the creation was successful.
Booting from the USB Drive
When you are ready to use the macOS install USB, restart your target Mac and immediately hold the Option or Escape key. This boot manager allows you to select the external drive, bypassing the internal system to initiate the installer. Selecting the drive icon labeled "Install" or "Install macOS" will launch the setup utility, where you can choose to reinstall the current system or erase the drive for a fresh start.
Troubleshooting Common Issues
If the Mac does not recognize the USB as a bootable option, there are a few common pitfalls to check. First, ensure the firmware on the drive is up to date, as outdated controllers can prevent recognition. Additionally, some older Macs require specific formatting nuances; for example, drives intended for Intel processors need GUID partitioning, while Apple Silicon Macs handle the process differently. Double-checking the command syntax in Terminal is also a good step if the installation files fail to copy correctly.