On 05/23/10 11:31 AM, Brian wrote:
Sometimes when it hangs on boot hitting space bar or any key won't bring it 
back to the command line.  That is why I was wondering if there was a way to 
not show the splashscreen at all, and rather show what it was trying to load 
when it hangs.
From my /rpool/boot/grub/menu.lst:

title OpenSolaris Development snv_133 Debug
findroot (pool_rpool,0,a)
bootfs rpool/ROOT/opensolaris
kernel$ /platform/i86pc/kernel/$ISADIR/unix -kd -B $ZFS-BOOTFS
module$ /platform/i86pc/$ISADIR/boot_archive

The "-kd" drops into the kernel debugger. If all you want to do is loose the splash screen, copy your existing entry and use:

kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS

--
Ian.

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to