Skip to content

This is a step-by-step instructions with links for creating a MacOS bootable installer.

Notifications You must be signed in to change notification settings

RodenPaul86/MacOS-Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

MacOS Bootable Installer

You can use an external drive or secondary volume as a startup disk from which to install the Mac operating system.

You don't need a bootable installer to upgrade macOS or reinstall macOS, but it can be useful if you want to install macOS on multiple computers without downloading the installer each time, or if you're unable to install a compatible macOS from the Finder or macOS Recovery.

What you need to create a bootable installer

  • USB flash drive or other secondary volume with at least 14GB of available storage, formatted as Mac OS Extended (Journaled).
  • Installer for OS X El Capitan or later.

To get the full installer, your Mac must be using the latest version of OS X El Capitan, the latest version of macOS Sierra, or any later version of macOS. Download from a Mac that is compatible with the macOS you're downloading.

The Mac App Store will be your main way to download macOS. You can download the following versions – 10.11, 10.12, 10.13, 10.14, 10.15, 11, 12, 13 & 14. Each link below will open up that version in the Mac App Store. All you need to do is, click the Download Button. When the download is finished, the installer will be in /Applications.

MacOS Sonoma (14)

MacOS Ventura (13)

MacOS Monterey (12)

MacOS Big Sur (11)

MacOS Catalina (10.15)

MacOS Mojave (10.14)

MacOS High Sierra (10.13)

MacOS Sierra (10.12)

MacOS El Capitan (10.11)

Use Terminal to create the bootable installer

First Image

  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 MyVolume is the name of the USB flash drive or other volume 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. The 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. The terminal shows the progress as the volume is erased.
  6. After the volume is erased, you may see an alert that the terminal would like to access files on a removable volume. Click OK to allow the copy to proceed. 
  7. When the Terminal says that it's done, the volume will have the same name as the installer you downloaded, such as Install macOS Ventura. You can now quit Terminal and eject the volume.

Commands

Depending on which macOS you downloaded, enter one of the following commands in Terminal as instructed above. If your Mac is using macOS Sierra or earlier, the command should conclude with --applicationpath followed by the appropriate installer path, as shown in the command below for El Capitan.

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

Sierra

sudo /Applications/Install\ macOS\ 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:

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.

Intel Processor

  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.
  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.

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.

About

This is a step-by-step instructions with links for creating a MacOS bootable installer.

Topics

Resources

Stars

Watchers

Forks