Forum › Forums › General › Tips and Tricks › Disabling boot up message › Reply To: Disabling boot up message
April 1, 2021 at 1:08 am
#56708
Member
See if editing, /etc/default/grub
[…]
GRUB_CMDLINE_LINUX_DEFAULT = “quiet”
[…]
It is what you need.
Do not forget in the end,
#grub-mkconfig -o /boot/grub/grub.cfg