> I'm having problems getting the 2009.06 livecd to > boot, however. When I start it, no matter what > option I pick in the Grub menu the system eventually > hangs at the copyright notice. (IE, blank screen, > with SunOS Release 5.11 Version snv_111b 64-bit... > displayed.)
You can try to find out more details on how far the kernel gets before it hangs by enabling verbose kernel messages. Boot the LiveCD kernel with option "-v"; edit the LiveCD grub boot entry (type 'e' twice) and append option " -v" at the end of the kernel$ line. Boot the modified entry (RETURN + 'b'). To get even more details on the boot process, boot under kernel debugger control and enable kernel module loading messages: ( http://blogs.sun.com/dmick/entry/diagnosing_kernel_hangs_panics_with ) Append options " -kdv" at the end of the kernel$ line, boot. At the kmdb prompt: moddebug/W 80000000 :c -- This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list [email protected]
