1

i need change default runlevel to ubuntu server 14.04. I installed GUI to manage the hp printers and now i need return to runlevel 3, i edit the file /etc/init/rc-sysinit.conf and modify the line:

env DEFAULT_RUNLEVEL=2

to

env DEFAULT_RUNLEVEL=3

But every boot start in graphical mode

stecog
  • 111

1 Answers1

0

I resolved adding text to line in /etc/default/grub:

GRUB_CMDLINE_LINUX_DEFAULT="text"

type after:

update-grub

and reboot, now works!

stecog
  • 111