Thursday, January 17, 2013

How to disable GUI in Ubuntu 12.04


  1. In /etc/default/grub, locate the GRUB_CMDLINE_LINUX_DEFAULT variable and change it's value to "text".
  2. Run sudo update grub
  3. Reboot
  4. To bring up the GUI at any given time, type startx
Dennis.