How-to: Make a bootable macOS drive

Use a USB flash drive (or other removable media) as a startup disk from which to install macOS.

macOS is distributed through the App Store which will download an installer app to the /Applications folder.

If you run the macOS installer from the /Applications folder, the installer app will be deleted. Therefore your first step after downloading the installer should be to cancel the install. Then copy the installer App somewhere else so that you won't have to download it again.

Installer App names:

Install macOS Monterey.app
Install macOS Catalina.app
Install macOS Mojave.app
Install macOS High Sierra.app

At the command line, spaces must be escaped so these become:

Install\ macOS\ Monterey.app
Install\ macOS\ Catalina.app
Install\ macOS\ Mojave.app
Install\ macOS\ High\ Sierra.app

Prepare the empty drive

You need a Mac-formatted drive big enough to hold the installer and its data - 12 GiB.
This can be a hard drive, an SSD, or a USB stick.
The drive must be formatted as a Mac OS Extended (Journaled) volume with a GUID Partition Table.

Name the drive 'Untitled' this name will be changed when the new volume is initialised. The Terminal commands below assume that the drive is named Untitled. You could name the drive to something different as long as you adjust the command line syntax below to match.

The program used to create a bootable drive (createinstallmedia) is supplied as part of the installer App.

Create the drive

Open the terminal and copy one of the following, single line commands. Becasue we are using sudo you will be prompted for a password:

Create a Monterey drive:

sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

Create a Catalina drive:

sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ macOS\ Catalina.app --nointeraction

Create a Mojave drive:

sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ macOS\ Mojave.app --nointeraction

Create a High Sierra drive:

sudo /Applications/Install\ macOS\ High\ High Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ macOS\ High\ Sierra.app --nointeraction

Create a Sierra drive:

sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ macOS\ Sierra.app --nointeraction

If you see the message “To continue we need to erase the disk at /Volumes/Untitled.” Type the letter Y and press Return.

The build process can take 20 minutes or so to complete, wait for the 'Done' message

Erasing Disk: 0%... 10 percent...
Copying boot files...
Copy complete.
Done.

To boot from an alternate drive restart your Mac while holding down the Option key.
The macOS Startup Manager will then appear and you can select a startup drive.
The target system will require 26 GB to 44 GB of free space for an installer to run.

Related macOS commands

sw_vers - Print macOS operating system version.
HT201372 - Create a bootable installer for macOS.
HT212551 - macOS Monterey 12 - compatibility.
SP803 - macOS Catalina 10.15 - Technical Spec. /requirements.
SP777 - macOS Mojave 10.14 - Technical Spec. /requirements.
SP765 - macOS High Sierra 10.13- Technical Spec. /requirements.
SP742 - macOS Sierra 10.12 - Technical Spec. /requirements.
HT204904 - How to reinstall macOS.


 
Copyright © 1999-2024 SS64.com
Some rights reserved