> I have a simple question - how to say openSolaris not
> to reboot on crash while booting.
Enable the kernel debugger.
Edit the grub boot menu entry when you're in grub:
remove the splashimage, foreground and background
lines. And remove the console=graphics option
from the kernel$ line; add options " -kv" at the end
of the kernel$ line.
Boot using the modified entry. Not it should enter the
kernel debugger kmdb on a panic. In kmdb you can
use commands like
::msgbuf
::stack
::status
to find out where / why it is crashing.
--
This message posted from opensolaris.org