Is it possible to disable X at boot time? I'm setting up a server so it would be nice if it wouldn't load the graphical interface every time I boot.
|
feedback
|
For 11.04 and previous versionsIf you want to text mode: Edit /etc/default/grub with your editor,
Find out this line:
Change it to:
Update Grub:
Note:
Removing quiet splash will show the text then boot to the Desktop.Replacing quiet splash with text will leave you at a login prompt.To start a gnome session, use To disable GDM: After installation it will be found under System>>Administration>>Bootup-Manager Uncheck Gnome Display Manager
| |||||||
feedback
|
|
For Ubuntu 11.10 Edit /etc/default/grub with your favorite editor,
Find out this line:
Change it to:
Update Grub:
No need to remove / disable
You will still be able to use X by typing | ||||
|
feedback
|
|
You could use ubuntu server edition. | |||||||||||||||
feedback
|
|
I did following Step 1 First update your repository by running sudo apt-get update Step 2 There is some bug in old version of lightdm, so we need to upgrade the same. To do so run, sudo apt-get install lightdm Step 3 Now we have to modify grub config. Step 3a Open /etc/default/grub with your faviourite editor and change GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to GRUB_CMDLINE_LINUX_DEFAULT="text" Step 3b Also comment GRUB_HIDDEN_TIMEOUT=0 This line is for unhiding the GRUB menu Step 4 Now we will upgrade GRUB configuration sudo update-grub Step 5 Now restart your machine. Found at [Disable GUI Boot in Ubuntu 11.10][1] | |||||||||
feedback
|
