I've tried the classic sudo /etc/init.d/gdm stop
but got a command not found error message.
I also tried the newer sudo service lightdm stop
but then I stuck on a CLI where I cannot input anything...
I've tried the classic sudo /etc/init.d/gdm stop
but got a command not found error message.
I also tried the newer sudo service lightdm stop
but then I stuck on a CLI where I cannot input anything...
This is usually because you didn't activate the terminal interface before shutting down the x server. Try pressing CtrlAltF1 to enter it or modifying the
/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
=>GRUB_CMDLINE_LINUX_DEFAULT="text"
beforesudo update-grub
andreboot
. Also, trysudo systemctl stop lightdm
ifsudo service lightdm stop
doesn't work.