0

I get these boot messages.

blurry photo of screen

How do I hide them?

Zanna
  • 70,465
Aditya
  • 1

1 Answers1

0

I found out the solution:

On the terminal, run

sudo gedit /etc/default/grub

Change GRUB_CMDLINE_LINUX_DEFAULT="" to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Run

sudo update-grub

Now run

echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
sudo update-initramfs -u
Aditya
  • 1