To Boot to Text instead of GUI:
sudo xed /etc/default/grub
Change "quiet splash" to "text"
sudo update-grub
sudo systemctl set-default multi-user.target
reboot
To start GUI after logging in:
sudo systemctl start lightdm
To Return to the GUI:
sudo nano /etc/default/grub
Change "text" to "quiet splash"
sudo update-grub
sudo systemctl set-default graphical.target
reboot
-
This topic was modified 5 months, 3 weeks ago by
Voodoo.
-
This topic was modified 5 months, 3 weeks ago by
Voodoo.
-
This topic was modified 5 months, 2 weeks ago by
Voodoo.