1

I want to disable GUI at boot time. I followed these steps:

  1. sudo nano /etc/default/grub
  2. Find out this line:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

  1. Change it to:

GRUB_CMDLINE_LINUX_DEFAULT="text"

  1. Update Grub:

sudo update-grub

  1. Reboot

but nothing happened! I can access GUI remotely using xrdp. What I'm missing here?

Shadin
  • 263

1 Answers1

0

May be you make a mistake. You should put the option "text" at GRUB_CMDLINE_LINUX="" (not to GRUB_CMDLINE_LINUX_DEFAULT="") (1)

desgua
  • 32,917