Skip to content

Instantly share code, notes, and snippets.

@probaldhar
Last active March 30, 2016 08:16
Show Gist options
  • Save probaldhar/58881beccad8f263325a to your computer and use it in GitHub Desktop.
Save probaldhar/58881beccad8f263325a to your computer and use it in GitHub Desktop.
How to Make an OS X Yosemite Boot Installer USB Drive
1. Download the "Install OS X Yosemite.app" form App Store and keep it in Applications Folder
2. Open the Terminal and just hit the command
sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ Yosemite.app --nointeraction
Then It will show the Following message
"Erasing Disk: 0%... 10%... 20%... 30%...100%...
Copying installer files to disk...
It will take a while ( more than 5 minutes ) and when it's done it will the following message
"Erasing Disk: 0%... 10%... 20%... 30%...100%...
Copying installer files to disk...
Copy complete.
Making disk bootable...
Copying boot files...
Copy complete.
Done."
Easy pisy :D
@mhasan3
Copy link

mhasan3 commented Mar 30, 2016

easy peasy -_-

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