Dup Ver Goto 📝

Disabling the GUI

PT2/linux/admin linux admin does not exist
To
10 lines, 41 words, 390 chars Page 'DisableGui' does not exist.

See this askubuntu question. Summary:

sudo systemctl isolate multi-user.target      # switch to console only mode
sudo systemctl isolate graphical.target       # switch to gui mode
sudo systemctl set-default multi-user.target  # boot to console

Kernel opt on boot

systemd.unit=multi-user.target