Skip to content

Instantly share code, notes, and snippets.

@uarun
Last active December 28, 2017 05:37
Show Gist options
  • Save uarun/5dee86e616ef33470bf4a84b13e3efc9 to your computer and use it in GitHub Desktop.
Save uarun/5dee86e616ef33470bf4a84b13e3efc9 to your computer and use it in GitHub Desktop.

Revisions

  1. uarun revised this gist Dec 28, 2017. 1 changed file with 6 additions and 2 deletions.
    8 changes: 6 additions & 2 deletions MacOS_RecoveryDisk.md
    Original file line number Diff line number Diff line change
    @@ -22,5 +22,9 @@ USB drive with atleast 5 GB of storage
    9. Hit Enter to run the command followed by the root password (when prompted)
    10. Wait patiently while the Recovery disk is being created.

    ## Booting from the Recovery Disk

    1. Shutdown your Mac
    2. Insert the USB stick/drive
    3. Power on the Mac and hit the Option key immediately and hold it down
    4. You will be presented with a boot menu with one of the options being your Recovery disk
  2. uarun revised this gist Dec 28, 2017. No changes.
  3. uarun created this gist Dec 28, 2017.
    26 changes: 26 additions & 0 deletions MacOS_RecoveryDisk.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,26 @@
    # MacOS (Sierra) Recovery Disk

    ## Prerequisites

    USB drive with atleast 5 GB of storage

    ## Steps

    1. Download `MacOS Sierra` from the App Store (cancel out of the installation)
    2. Open Finder and navigate to `Applications` directory
    3. Right click on `Install macOS Sierra` and select `Show Package Contents`. Drop down to `Resources` and select `createinstallmedia`
    4. Launch a Terminal window
    5. Type `sudo` followed by dragging the path of `createinstallmedia`
    6. Type `--volume` followed by the path of the USB drive's volume
    7. Type `--applicationpath` followed by the path of `Install macOS Sierra.app`
    8. The fully formed command line would look like this (newlines added for clarity):

    sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia
    --volume /Volumes/Sierra/
    --applicationpath /Applications/Install\ macOS\ Sierra.app

    9. Hit Enter to run the command followed by the root password (when prompted)
    10. Wait patiently while the Recovery disk is being created.