Skip to content

Instantly share code, notes, and snippets.

@atwright147
Created October 1, 2018 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save atwright147/21fef688a4d3bf6accbb12fe767d78d9 to your computer and use it in GitHub Desktop.
Save atwright147/21fef688a4d3bf6accbb12fe767d78d9 to your computer and use it in GitHub Desktop.
hdiutil create -o /tmp/HighSierra.cdr -size 7000m -layout SPUD -fs HFS+J &&\
hdiutil attach /tmp/HighSierra.cdr.dmg -noverify -mountpoint /Volumes/install_build &&\
sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/install_build &&\
mv /tmp/HighSierra.cdr.dmg ~/Desktop/InstallSystem.dmg &&\
hdiutil detach /Volumes/Install\ macOS\ High\ Sierra &&\
hdiutil convert ~/Desktop/InstallSystem.dmg -format UDTO -o ~/Desktop/HighSierra.iso &&\
mv ~/Desktop/HighSierra.iso.cdr ~/Desktop/HighSierra.iso &&\
rm ~/Desktop/InstallSystem.dmg
@atwright147
Copy link
Author

Download HighSierra dmg file:

Instructions:
http://osxdaily.com/2017/09/27/download-complete-macos-high-sierra-installer/

Short version:

  1. Download this: https://drive.google.com/file/d/1Wsbkxqx24SQzRjX_Ng-_H2gQdPW_U70U/view
  2. Go to Tools > Download MacOS High Sierra
  3. Cancel the rest of the process once the download has completed

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