On Thu 07/13/06 at 17:05 PM, [EMAIL PROTECTED] wrote:
> Good question.  I asked around a bit and it seems like there's not a
> good way for doing this.  The best suggestion I got was to run the
> install with kmdb enabled so that live debugging could take place.  I'm
> a bit rusty about install, but I believe you can get a shell by either
> exiting out of the shell or starting up a terminal window, and then
> typing "mdb -K" in it would bring you to kmdb and a ":c" would continue

On x86, you can enable kmdb as part of the boot process.

When grub first starts up, hit 'e' to enter the edit screen.  Once you are
there, go down to the 'kernel' line and hit 'e' again to edit the line.
Add ' -k' to the line, which enables kmdb.  Then continue the boot process
normally.

Nils
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to