Skip to content

Instantly share code, notes, and snippets.

@peacefixation
Last active September 28, 2025 09:06
Show Gist options
  • Select an option

  • Save peacefixation/0aa9d7ad64dbd2a55e978b2eee07cd1d to your computer and use it in GitHub Desktop.

Select an option

Save peacefixation/0aa9d7ad64dbd2a55e978b2eee07cd1d to your computer and use it in GitHub Desktop.

Revisions

  1. peacefixation renamed this gist Feb 6, 2019. 1 changed file with 0 additions and 0 deletions.
  2. peacefixation revised this gist Jan 22, 2019. No changes.
  3. peacefixation revised this gist Jan 4, 2019. No changes.
  4. peacefixation revised this gist Jan 4, 2019. No changes.
  5. peacefixation renamed this gist Feb 20, 2018. 1 changed file with 0 additions and 0 deletions.
  6. peacefixation revised this gist Nov 30, 2017. 1 changed file with 12 additions and 3 deletions.
    15 changes: 12 additions & 3 deletions Install OS X High Sierra without APFS
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,20 @@
    # create a USB installer
    # https://support.apple.com/en-au/HT201372

    Download the OS X High Sierra installer via the App Store, it will be installed into the /Applications directory
    If it opens automatically, close it
    Insert a USB stick (8GB+)
    Run the following command where MyVolume is the name of the USB volume:
    sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

    # boot the USB installer

    # from the menu, select Utilities > Terminal
    Boot the computer holding the Option key
    Select the USB installer as the startup disk

    # install without APFS
    # use the installpackage parameter to install an extra .pkg
    # from the menu, select Utilities > Terminal
    # install without APFS (optional)
    # use the installpackage parameter to install an extra .pkg (optional)

    /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app/Contents/Resources/startosinstall \
    --volume /Volumes/Macintosh\ HD/ \
  7. peacefixation revised this gist Nov 15, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Install OS X High Sierra without APFS
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@
    # install without APFS
    # use the installpackage parameter to install an extra .pkg

    /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app/Contents/Resources/starttoinstall \
    /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app/Contents/Resources/startosinstall \
    --volume /Volumes/Macintosh\ HD/ \
    --converttoapfs NO \
    --applicationpath /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app \
  8. peacefixation revised this gist Oct 30, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Install OS X High Sierra without APFS
    Original file line number Diff line number Diff line change
    @@ -11,6 +11,6 @@
    --volume /Volumes/Macintosh\ HD/ \
    --converttoapfs NO \
    --applicationpath /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app \
    --agreetolicense
    --agreetolicense \
    --installpackage extra-package.pkg

  9. peacefixation revised this gist Oct 30, 2017. 1 changed file with 7 additions and 4 deletions.
    11 changes: 7 additions & 4 deletions Install OS X High Sierra without APFS
    Original file line number Diff line number Diff line change
    @@ -5,9 +5,12 @@
    # from the menu, select Utilities > Terminal

    # install without APFS

    /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app/Contents/Resources/starttoinstall --volume /Volumes/Macintosh\ HD/ --converttoapfs NO --applicationpath /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app --agreetolicense

    # use the installpackage parameter to install an extra .pkg

    /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app/Contents/Resources/starttoinstall --volume /Volumes/Macintosh\ HD/ --converttoapfs NO --applicationpath /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app --agreetolicense --installpackage extra-package.pkg
    /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app/Contents/Resources/starttoinstall \
    --volume /Volumes/Macintosh\ HD/ \
    --converttoapfs NO \
    --applicationpath /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app \
    --agreetolicense
    --installpackage extra-package.pkg

  10. peacefixation revised this gist Oct 25, 2017. 2 changed files with 13 additions and 9 deletions.
    13 changes: 13 additions & 0 deletions Install OS X High Sierra without APFS
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    # create a USB installer

    # boot the USB installer

    # from the menu, select Utilities > Terminal

    # install without APFS

    /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app/Contents/Resources/starttoinstall --volume /Volumes/Macintosh\ HD/ --converttoapfs NO --applicationpath /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app --agreetolicense

    # use the installpackage parameter to install an extra .pkg

    /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app/Contents/Resources/starttoinstall --volume /Volumes/Macintosh\ HD/ --converttoapfs NO --applicationpath /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app --agreetolicense --installpackage extra-package.pkg
    9 changes: 0 additions & 9 deletions install OSX High Sierra without APFS
    Original file line number Diff line number Diff line change
    @@ -1,9 +0,0 @@
    # create a USB installer

    # boot the USB installer

    # from the menu, select Utilities > Terminal

    # run this command to install without APFS

    /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app/Contents/Resources/starttoinstall --volume /Volumes/Macintosh\ HD/ --converttoapfs NO --applicationpath /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app --agreetolicense
  11. peacefixation renamed this gist Oct 17, 2017. 1 changed file with 0 additions and 0 deletions.
  12. peacefixation renamed this gist Oct 17, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  13. peacefixation created this gist Oct 6, 2017.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    # create a USB installer

    # boot the USB installer

    # from the menu, select Utilities > Terminal

    # run this command to install without APFS

    /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app/Contents/Resources/starttoinstall --volume /Volumes/Macintosh\ HD/ --converttoapfs NO --applicationpath /Volumes/Image\ Volume\Install\ macOS\ High\ Sierra.app --agreetolicense