Difference between revisions of "Boot loop"

From OpenZFS on OS X
Jump to: navigation, search
Line 10: Line 10:
 
* Start Terminal (Recovery Boot has it in the menu)
 
* 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/Library/Extensions"
 
  # rm -rf spl.kext zfs.kext
 
  # rm -rf spl.kext zfs.kext
 
* Refresh the kernel kext cache:
 
* Refresh the kernel kext cache:
 
  # kextcache -i "/Volume/Macintosh HD"
 
  # kextcache -i "/Volume/Macintosh HD"
 
* Reboot
 
* Reboot

Revision as of 00:59, 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/Library/Extensions"
# rm -rf spl.kext zfs.kext
  • Refresh the kernel kext cache:
# kextcache -i "/Volume/Macintosh HD"
  • Reboot