Last active
March 30, 2016 08:16
-
-
Save probaldhar/58881beccad8f263325a to your computer and use it in GitHub Desktop.
How to Make an OS X Yosemite Boot Installer USB Drive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
easy peasy -_-