When the grub boot menu comes up, hit "e" while the entry you are using to boot is highlighted.
Then highlight the entry line for the "kernel" and hit "e" again and then add the following: " -B milestone=single-user" and hit enter If there is already a -B there, just add the milestone part. That should allow you to boot into single-user mode and from there, you can either install the driver or disable graphical login and reboot first: svcadm disable svc:/application/graphical-login/cde-login:default You could then reboot, install the driver, and then re-enable graphical login by doing: svcadm enable svc:/application/graphical-login/cde-login:default I'm sure there is an easier way to do all of this, but I'm no expert :) -Shawn This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list opensolaris-help@opensolaris.org