1

I want my Ubuntu 14.10 system to boot directly into command line, so I changed the grub file in (/etc/default/grub) like this :

(#)GRUB_CMDLINE_LINUX_DEFAULT=”quiet”

GRUB_CMDLINE_LINUX=”text”

GRUB_TERMINAL=console

But the only think that has changed is I don't have the purple color anymore on the start :p .

Lucio
  • 18,843

1 Answers1

-1

I did this,

sudo apt-get install upstart

sudo reboot

Then I booted into Text Mode.

I found the information here:-

https://wiki.ubuntu.com/SystemdForUpstartUsers

graham
  • 10,436
7queue
  • 1