Skip to content

Instantly share code, notes, and snippets.

@byeblogs
Created August 17, 2018 11:43
Show Gist options
  • Save byeblogs/bd6d87d48ebb415c0b5b8547a7fe3f64 to your computer and use it in GitHub Desktop.
Save byeblogs/bd6d87d48ebb415c0b5b8547a7fe3f64 to your computer and use it in GitHub Desktop.
Bootable OSX - El Capitan
See this video on youtube https://www.youtube.com/watch?v=McaJjAAo4DI
Use the code below (copy and paste as instructed in the video above):
sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/elcapitan --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app --nointeraction
Important: The red text that I highlighted above (elcapitan) has to match the name you gave your volume when you were formatting the usb flash drive per the video, otherwise it won’t work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment