Skip to content

Instantly share code, notes, and snippets.

@francois-blanchard
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save francois-blanchard/a665adf24399d48e2e03 to your computer and use it in GitHub Desktop.

Select an option

Save francois-blanchard/a665adf24399d48e2e03 to your computer and use it in GitHub Desktop.
Build bootable USB to install OS X

Build bootable USB to install OS X

  1. Choose external drive in Disk Utility
  2. Go to “Partition” tab, select “1 Partition” from select, then click “Options” and choose “GUID Partition Table” then “OK”
  3. Choose “Apply”
  4. Open terminal
  5. Execute this command with your paths informations
$ sudo /path_to_mavericks_app/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/my_external_drive --applicationpath /path_to_mavericks_app/Install\ OS\ X\ Mavericks.app --nointeraction
  1. Wait ... ;)
  2. Restart
  3. Hold down the Option key during boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment