Skip to content

Instantly share code, notes, and snippets.

@goopi
Last active October 17, 2016 01:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goopi/6d381ef57bb6f49387f4 to your computer and use it in GitHub Desktop.
Save goopi/6d381ef57bb6f49387f4 to your computer and use it in GitHub Desktop.
macOS boot disk
$ # Mavericks
$ sudo ~/Desktop/Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/Mavericks --applicationpath ~/Desktop/Mavericks.app --nointeraction
$ # macOS Sierra
$ sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/Sierra --applicationpath /Applications/Install\ macOS\ Sierra.app --nointeraction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment