Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save brunocruzcoelho/10186478 to your computer and use it in GitHub Desktop.
Save brunocruzcoelho/10186478 to your computer and use it in GitHub Desktop.
create mac osx mavericks usb installation drive
#
# - Install OS X Mavericks.app must be in /Applications
#
# - Usb disk must be formated with Mac OS Extended (Journaled) and named Untitled
#
sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ Mavericks.app --nointeraction
#
# output:
#
# Erasing Disk: 0%... 10%... 20%... 100%...
# Copying installer files to disk...
# Copy complete.
# Making disk bootable...
# Copying boot files...
# Copy complete.
# Done.
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment