srijeda, 24. rujna 2014.

How to start Xubuntu 14.04 everytime in text mode

Boot into CLI.

$ sudo apt-get install nano

$ sudo nano /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”

to this

GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash text”

$ sudo update-grub

$ sudo shutdown -r now

Nema komentara:

Objavi komentar