I've installed Ubuntu Server. I'd like to add the GUI with ubuntu-desktop package, but if I do that can I still get the no-gui server interface as the default? What I basically need is the no-gui and the ability to start a gui when needed. Possible?
feedback
|
|
Installing the GUI will probably cause it to start automatically, but it's very easy to boot to text mode in Ubuntu. Just open
line. Then run:
Your system will then always boot to text mode. If you want to boot to the GUI, just press If you want to start the GUI after boot, just run:
Hope this helps :) | |||||||||
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 Ubuntu 11.10 Desktop edition use lightdm for GUI. We need to disable the same sudo update-rc.d -f lightdm remove Step 6 Now restart your machine. Found at Disable GUI Boot in Ubuntu 11.10 | |||
|
feedback
|
|
When you install Ubuntu-desktop, it will automatically set | |||
|
feedback
|
|
I think it's possible. I've not tried on Ubuntu but on Arch Linux or Gentoo works. Not letting LightDM or GDM/KDM starting right after booting will help. You'll start with a command line login screen. | |||
|
feedback
|
