5

I installed Solaris 11 X86. I installed solaris-desktop.

Then Solaris boots to GUI mode.

How can I make the Solaris boots to console mode? (And then optionally starts X by hand?)

Jin Kwon
  • 336
  • 1
  • 5
  • 16

1 Answers1

6

You can disable booting into the GUI by running the following command:

svcadm disable application/graphical-login/gdm:default 

This will disable the GUI until you re enable the service.

mtak
  • 16,513
  • 2
  • 52
  • 64
  • 3
    After disabling the gdm service, you can start X by hand via the `startx` command (to run as the user who runs startx), or by temporarily re-enabling the gdm service to offer a login screen to choose which user to run X as. – alanc Apr 30 '14 at 19:43