Horvath schrieb:
> hi ,
> is there a way to disable a gui boot from grub with some command ?
> I've installed an nvidia driver 173.13 and apparently it crashes solaris
> while booting. Therefore, I need to get to shell and uninstall uninstall that
> nvidia driver. I remember on linux you can use linux single is there such a
> thing for solaris ?
>
>
> This message posted from opensolaris.org
If you use gdm as your display manager, you can disable it
to get back to the console:
As root:
# svcadm disable gdm
After you have done your work you can restart it by:
As root:
# svcadm enable gdm
Roman.