Download OS X Mavericks from the Mac App Store, if you haven’t already. If it tries to start the installation, just close it.
Steps to Ready Your USB Drive
– Insert your USB drive (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 from this forum post into the Terminal.
Run this in terminal and wait about 20 minutes:
1 2 3 | 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.
You should see something like this:
1 2 3 4 5 6 7 8 9 | Erasing Disk: 0%... 10%... 20%... 100%... Copying installer files to disk... Copy complete. Making disk bootable... Copying boot files... Copy complete. Done. |
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.
Note: Your 8 GB USB drive should be called Untitled and formatted as Mac OS Extended (Journaled). The installer should be called Install OS X Mavericks.app and should be in your Applications folder. If your installer is in another location or your usb drive name is different, please make these changes in the above command.