Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zchee/5f48928b9f7dd75e8dd6 to your computer and use it in GitHub Desktop.
Save zchee/5f48928b9f7dd75e8dd6 to your computer and use it in GitHub Desktop.

Format an 8 GB USB drive which should be called Untitled and formatted as Mac OS Extended (Journaled).
USB Volume name is 'OS X Yosemite Beta'
The installer should be called Install OS X Yosemite Beta.app and should be in your Applications folder.

sudo /Applications/Install\ OS\ X\ Yosemite\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/OS\ X\ Yosemite\ Beta --applicationpath /Applications/Install\ OS\ X\ Yosemite\ Beta.app --nointeraction

DP1 http://www.computersnyou.com/3304/2014/06/create-bootable-usb-yosemite-os-x-10-10/

sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/◯◯◯/ --applicationpath /Applications/Install\ OS\ X\ Mavericks.app --nointeraction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment