September 28, 2024

Creating a bootable USB drive loaded with macOS is a handy tool for installing or reinstalling the operating system on a Mac. Whether you’re troubleshooting issues or setting up a fresh system, having a bootable USB is invaluable. Follow this guide to create your very own bootable macOS USB drive.

What You’ll Need:

  • A USB drive with at least 16GB of storage
  • A Mac computer
  • The macOS installer file

Step 1: Download the macOS Installer

  1. Go to the App Store on your Mac.
  2. Search for the macOS version you want to create a bootable USB for.
  3. Click on ‘Download’ to get the installer on your Mac.

Step 2: Format the USB Drive

  1. Plug the USB drive into your Mac.
  2. Open ‘Disk Utility’ from the Utilities folder or search for it using Spotlight.
  3. Select the USB drive from the list on the left.
  4. Click on ‘Erase’, then choose ‘Mac OS Extended (Journaled)’ as the format and ‘GUID Partition Map’ as the scheme.
  5. Click ‘Erase’ again to format the USB drive.

Step 3: Use Terminal to create the bootable installer

  1. Plug in the USB flash drive or other volume that you’re using for the bootable installer. 
  2. Open Terminal, which is in the Utilities folder of your Applications folder.
  3. Type or paste one of the commands below into Terminal, then press Return to enter the command. Each command assumes that the installer is in your Applications folder, and that MyVolume is the name of the USB flash drive or other volume that you’re using. If the volume has a different name, replace MyVolume in the command with the name of your volume.
  4. When prompted, type your administrator password. Terminal doesn’t show any characters as you type. Then press Return.
  5. When prompted, type Y to confirm that you want to erase the volume, then press Return. Terminal shows the progress as the volume is erased.
  6. After the volume is erased, you may see an alert that Terminal would like to access files on a removable volume. Click OK to allow the copy to proceed. 
  7. When Terminal says that it’s done, the volume will have the same name as the installer you downloaded, such as Install macOS Sonoma. You can now quit Terminal and eject the volume.

Step 4: Create the Bootable USB

Depending on which macOS you downloaded, enter one of the following commands in Terminal as instructed above.

  • Remember to replace MyVolume in the command with the name of your volume.
  • If your Mac is using macOS Sierra or earlier, append --applicationpath followed by the appropriate installer path, similar to what is shown in the command below for El Capitan.

macOS Sonoma

sudo /Applications/Install\ macOS\ Sonoma.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume

Ventura

sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume

Monterey

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

Big Sur

sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume

Catalina

sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume

Mojave

sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume

High Sierra

sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume

El Capitan

sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume –applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app

Use the bootable installer

Determine whether you’re using a Mac with Apple silicon, then follow the appropriate steps. Remember that the Mac you’re starting up from the bootable installer must be compatible with the macOS on the bootable installer. If not, it might start up to a circle with a line through it.

Mac with Apple silicon

  1. Plug the bootable installer into a Mac that is connected to the internet and compatible with the version of macOS you’re installing. A bootable installer doesn’t download macOS from the internet, but it does require an internet connection to get firmware and other information specific to the Mac model.
  2. Turn on the Mac and continue to hold the power button until you see the startup options window, which shows your bootable volumes.
  3. Select the volume containing the bootable installer, then click Continue.
  4. When the macOS installer opens, follow the onscreen installation instructions.

Any other Mac

  1. Plug the bootable installer into a Mac that is connected to the internet and compatible with the version of macOS you’re installing. A bootable installer doesn’t download macOS from the internet, but it does require an internet connection to get firmware and other information specific to the Mac model.
  2. Turn on your Mac, then immediately press and hold the Option (Alt) key.
  3. Release the Option key when you see a dark screen showing your bootable volumes.
  4. Select the volume containing the bootable installer. Then click the onscreen arrow or press Return. 
    If you can’t start up from the bootable installer, make sure that Startup Security Utility is set to allow booting from external or removable media.
  5. Choose your language, if prompted.
  6. Select Install macOS (or Install OS X) from the Utilities window, then click Continue and follow the onscreen instructions.

Source: Apple