Home disable-gui-on-boot
Post
Cancel

disable-gui-on-boot

edit /etc/default/grub and change the following line;

 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

to

GRUB_CMDLINE_LINUX_DEFAULT="text"

then run

sudo update-grub

startx will start the gui

This post is licensed under CC BY 4.0 by the author.