Home » Questions » Computers [ Ask a new question ]

Boot Ubuntu without X

Boot Ubuntu without X

After installing Ubuntu Server 9.10, I couldn't get X to work, so I installed xfce-desktop from apt-get, hoping it would fix the problem (it didn't, but I got it working later).

Asked by: Guest | Views: 322
Total answers/comments: 1
Guest [Entry]

"Temporary way. You can hold Shift at boot time; after Grub menu will be displayed, select an item that ends with '(recovery mode)' and press Enter. Your machine will be booted in single-user console mode.
Permanent way. Following this Ubuntu forum thread, edit /etc/init/gdm.conf and comment out full start on directive (attention: it is spreaded across multiple lines). After that you should be able to start Xorg with start gdm command under root."