Boot Ubuntu without X

8,695
  1. 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.
  2. 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.
Share:
8,695

Related videos on Youtube

Sameer
Author by

Sameer

Updated on September 17, 2022

Comments

  • Sameer
    Sameer over 1 year

    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).

    I just rebooted my computer for the first time since then, and got an Xubuntu login screen. How can I disable this, and have it boot up into text mode?