How do I boot to CLI instead of GUI on Ubuntu Server 11?

Asked by Marcus Szanto

I want to go to CLI instead of GUI because I only want GUI sometimes.
What EXACTLY do I type in the GRUB file(/etc/default/grub) to do this? That file is the boot options file or someone told me that.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu grub2 Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

edit /etc/defalt/grub

change:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash ipv6.disable=1"

to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash text"

The default boot for server IS to boot to CLI, not desktop

Can you help with this problem?

Provide an answer of your own, or ask Marcus Szanto for more information if necessary.

To post a message you must log in.