Boot using the Solaris 9 cd or dvd with a boot cdrom -rs, if you end up at the command prompt and your keyboard is OK, then it's a software issue, not a HW! Go to sunsolve.sun.com and check the OBP level, see if you can upgrade it to a newest version
If booting to dvd works, the HW is fine, submit a bug report to http://www.opensolaris.org/bug/report.jspa Also you might want to look at lucreate , luupgrade process and divvy up your HD with BE s0 being for Solaris 9 i.e 8g's and s3 for the second root AF. s1 can share the swap "lu.sh" 9 lines, 165 characters #!/bin/sh -x BE=10u4 AF=snv_b81 # Where DVDLOC is /cdroim/cdrom0/Solaris_10/Tools/setup_install_server /export/install/dvd or mount -F hsfs -o ro `lofiadm -a /export/install/sol-snv-b81-x86-dvd.iso` /export/install/dvd DVDLOC=/export/install/dvd DISK=c0d0s3 /export/install/dvd/Solaris_10/Tools/Installers/liveupgrade20 # of running luupgrade from Prod version of Solaris, run smpatch update provided you had setup GUI update manager tools on Java desktop Gnome, of if no contract # you have 30 days to patch from a initial_install. lucreate -c ${BE} -m /:${DISK}:ufs -n ${AF} luupgrade -u -n ${AF} -s ${DVDLOC} luactivate ${AF} /usr/sbin/shutdown -y -g0 -i6 # umount /mnt ; lofiadm -d /dev/lofi/1 This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list [email protected]
