1. To disable GDM/KDM/etc, edit /etc/default/grub and change the line GRUB_CMDLINE_LINUX="" to GRUB_CMDLINE_LINUX="text"
  2. To show boot messages and disable the splash image, remove quiet splash from GRUB_CMDLINE_LINUX_DEFAULT so that it reads GRUB_CMDLINE_LINUX_DEFAULT="". (If you want the splash image and some text, use splash.)
  3. Run sudo update-grub
    Done!

Leave a Reply

Your email address will not be published. Required fields are marked *