Reply To: Disabling boot up message

Forum › Forums › General › Tips and Tricks › Disabling boot up message › Reply To: Disabling boot up message

#56708
userzero
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