Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@rais38
Last active December 29, 2015 00:59
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 rais38/7589410 to your computer and use it in GitHub Desktop.
Save rais38/7589410 to your computer and use it in GitHub Desktop.
How to Create an OS X Mavericks USB Installation Drive.

@see http://lifehacker.com/how-to-create-an-os-x-mavericks-usb-installation-drive-1450280026

  • Download OS X Mavericks from the Mac App Store, if you haven't already. If it tries to start the installation, just close it.
  • Insert your USB drive (you'll need one that's 8GB or larger) and open Disk Utility.
  • Select your drive in the sidebar and go to the Erase tab. Format the drive as "Mac OS Extended (Journaled)" and name the drive "Untitled." (Note: if you already have a drive or partition named "Untitled" connected to your computer, name it something else and change the corresponding variable in step 5's terminal command, or you might experience data loss!).
  • Click the Erase button and wait for Disk Utility to finish.
  • Close Disk Utility and open up a Terminal window. Copy and paste the command into the Terminal.
sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ Mavericks.app --nointeraction
  • Press Enter. The process should take about 20 minutes, so don't cancel it or eject your USB drive while it's doing its thing.
  • When it's done, you should get a message stating the process is finished. Now, you can restart your computer, hold the Option key to access the boot menu, and select your new USB drive. From there, you can launch disk utility, format your drive, and do a clean install of Mavericks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment