Skip to content

Instantly share code, notes, and snippets.

@leesmith
Last active July 9, 2020 05:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leesmith/7226630 to your computer and use it in GitHub Desktop.
Save leesmith/7226630 to your computer and use it in GitHub Desktop.
Create a bootable macOS USB drive

Create A Bootable macOS USB Drive

http://support.apple.com/kb/HT5856?viewlocale=en_US&locale=en_US

  1. Download the macOS installer from the Mac App Store and make sure it's in your main Applications folder.

  2. Connect a properly formatted 8GB (or larger) drive. Rename the drive to Untitled. (The command in the next step assumes the drive is named Untitled.)

  3. Run command in terminal:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment