Skip to content

Instantly share code, notes, and snippets.

@RobertYim
Created September 1, 2018 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobertYim/8865d015becbc9431b09d31b3ae3fbf5 to your computer and use it in GitHub Desktop.
Save RobertYim/8865d015becbc9431b09d31b3ae3fbf5 to your computer and use it in GitHub Desktop.
Boot to ISO
/Volumes/"Image Volume/Install macOS High Sierra.app"/Contents/Resources/startosinstall --volume the_target_volume --converttoapfs NO --agreetolicense --applicationpath /Volumes/"Image Volume/Install macOS High Sierra.app"
Change the_target_volume as appropriate for the actual name you decided to use for your macOS target volume. Hopefully it is obvious that the target volume must already be formatted as HFS+J.
https://www.tonymacx86.com/threads/guide-avoid-apfs-conversion-on-high-sierra-update-or-fresh-install.232855/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment