Skip to content

Instantly share code, notes, and snippets.

@isfaaghyth
Created November 6, 2018 11:27
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 isfaaghyth/89c8ba0bada57dc3c6fb292558a4e77b to your computer and use it in GitHub Desktop.
Save isfaaghyth/89c8ba0bada57dc3c6fb292558a4e77b to your computer and use it in GitHub Desktop.
Pre Mojave (from Sierra or High Sierra)
======================================================
1. boot into recovery mode
2. take your logical volume ID
$ diskutil cs list
3. change CoreStorage logical volume into normal disk partition
# diskutil cs revert <<LOGICAL_VOLUME_ID>>
4. restart! and welcome to mojave installer.
Post Mojave
======================================================
1. install xcode command line tools,
$ xcode-select --install
2. change a xcode path like this
# xcode-select --switch /Library/Developer/CommandLineTools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment