Difference between revisions of "Boot loop"

From OpenZFS on OS X
Jump to: navigation, search
(Created page with " == Boot Loops == Oh no, the worst has happened, there is some bug in O3X that makes the machine panic on boot, and repeat. How do you remove O3X so you can boot!? The simpl...")
 
Line 8: Line 8:
 
* Hold command-R on boot to boot into Recovery.
 
* Hold command-R on boot to boot into Recovery.
 
* Make sure your normal boot drive is mounted, for example, "/Volumes/Macintosh HD" (if it is not, use DiskUtility to mount it)
 
* Make sure your normal boot drive is mounted, for example, "/Volumes/Macintosh HD" (if it is not, use DiskUtility to mount it)
 +
* Start Terminal (Recovery Boot has it in the menu)
 
* Remove the O3X kexts:
 
* Remove the O3X kexts:
 
  # cd "/Volumes/Macintosh HD"
 
  # cd "/Volumes/Macintosh HD"

Revision as of 00:50, 16 October 2018

Boot Loops

Oh no, the worst has happened, there is some bug in O3X that makes the machine panic on boot, and repeat. How do you remove O3X so you can boot!?

The simplest is to boot into Recovery Mode:

  • Hold command-R on boot to boot into Recovery.
  • Make sure your normal boot drive is mounted, for example, "/Volumes/Macintosh HD" (if it is not, use DiskUtility to mount it)
  • Start Terminal (Recovery Boot has it in the menu)
  • Remove the O3X kexts:
# cd "/Volumes/Macintosh HD"
# rm -rf spl.kext zfs.kext
  • Refresh the kernel kext cache:
# kextcache -i "/Volume/Macintosh HD"
  • Reboot