How to completely hide boot messages on Ubuntu 21.04 [duplicate]
I get these boot messages.
How do I hide them?
11 Answer
I found out the solution:
On the terminal, run
sudo gedit /etc/default/grubChange GRUB_CMDLINE_LINUX_DEFAULT="" to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Run
sudo update-grubNow run
echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
sudo update-initramfs -u 1