miljac post at 2016-8-12 15:35:12

Text mode on boot

Hi guys.

Can anyone help me to enable text mode on boot?

So, after boot, I want the OPI PC to be in text mode, but I still want to be able to start X server manually, so uninstall is off the table.

Thank you everyone in advance :)

m11 post at 2016-8-20 14:06:58

In Debian Jessie? Try this:

"In order to make text boot the default under systemd (regardless of which distro, really):
systemctl set-default multi-user.target
To change back to booting to the GUI,
systemctl set-default graphical.target"

Quoting derobert at http://unix.stackexchange.com/qu ... rt-in-debian-jessie
page: [1]
View full version: Text mode on boot