This has been asked and solved in previous posts, but before version 7 came
out, and now it's a problem again.
I want my system to boot up to text consoles and not start X11 until I ask it
to do that. Two solutions have been given:
In /etc/init/gdm.conf
under "start on", change "and runlevel [!06]" to "and runlevel [!026]"
In /etc/default/grub change
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomdmonddf nomdmonisw"
to--
GRUB_CMDLINE_LINUX_DEFAULT="text"
and do sudo update-grub
Use sudo service gdb start/stop to start and stop display manager
I used the first one and everything worked right. (I used 'sudo telinit 3' to
start X11 because I didn't know about 'sudo service gdb start'). But now,
with Belenos, neither of these things will prevent it starting up X11, and
'sudo service gdb stop' has no effect.
Is there somebody in the Trisquel organization who thinks a computer not
running X11 is an abomination?