remove splash screen from ubuntu Mate
26/03/2016
I wanted to see the boot text so I needed a way so it always shows the text version instead of the Splash screen.
That splash screen is a a program called plymouth.
You can always push the [esc] button or change Grub:
1 |
sudo nano /etc/default/grub |
Change:
GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash”
to
GRUB_CMDLINE_LINUX_DEFAULT=””
add:
GRUB_GFXPAYLOAD_LINUX=text
And then:
1 |
sudo update-grub |
Share the post "remove splash screen from ubuntu Mate"