Exiting a reboot loop
- by user12617035
If you're in a situation where the system is panic'ing during boot, you can use
# boot net -s
to regain control of your system.
In my case, I'd added some diagnostic code to a (PCI) driver (that is used to boot the root filesystem). There was a bug in the driver, and each time during boot, the bug occurred, and so caused the system to panic:
…