I want to disable GUI at boot time. I followed these steps:
sudo nano /etc/default/grub- Find out this line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
- Change it to:
GRUB_CMDLINE_LINUX_DEFAULT="text"
- Update Grub:
sudo update-grub
- Reboot
but nothing happened! I can access GUI remotely using xrdp. What I'm missing here?