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
  • 19,191
  • 32
  • 112
  • 191

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
  • 13,061
7queue
  • 1