> Setup serial console: > change /boot/solaris/bootenv.rc: change the console from 'text' to 'ttya' > two sentence to your /boot/grub/menu.lst
if you want to switch between VGA and ttya console, leave both eeprom and grub stock and use ttya bios redirection on after boot. turn off the port monitor with pmadm -r -p zsmon -s ttya and use these boot options to select where the console is title Solaris ZFS disk1 ttya root (hd1,0,a) kernel$ /platform/i86pc/kernel/$ISADIR/unix -k -v -B $ZFS-BOOTFS,console=ttya module$ /platform/i86pc/$ISADIR/boot_archive title Solaris ZFS disk0 VGA root (hd0,0,a) kernel$ /platform/i86pc/kernel/$ISADIR/unix -k -v -B $ZFS-BOOTFS module$ /platform/i86pc/$ISADIR/boot_archive _______________________________________________ driver-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/driver-discuss
