Created
July 11, 2016 08:13
-
-
Save speaktoalvin/30e17baa3ba85032e1ac2eb0bb0025fc to your computer and use it in GitHub Desktop.
MacOS Installer Helper
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
| Example for El Capitan: | |
| sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app | |
| Example for Yosemite: | |
| sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ OS\ X\ Yosemite.app | |
| Example for Mavericks: | |
| sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ OS\ X\ Mavericks.app | |
| Verify Checksum of MacOS from Terminal in Recover Mode. | |
| hdiutil verify /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/SharedSupport/InstallESD.dmg | |
| Installing MacOS from Terminal in Recover Mode. | |
| installer -pkg /volumes/Mac\ OS\ X\ Install\ DVD/Packages/OSInstall.mpkg -target /Volumes/"XXX" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment