In "Garuda Boot Options" (A handy utility, thanks team Garuda!) there is an option under Messages for Hush Grub (add hush).
I can not for the very life of me find documentation for that kernel parameter. What is it? What does it do differently from quiet? Is it a Batman thing?
I am not sure why that kernel parameter is on there twice! Interestingly, if you check “Regular Grub” in Garuda Boot Options it will remove them both, but if you re-check “Silent Grub” it only adds one back.
else if (line.startsWith("GRUB_CMDLINE_LINUX_DEFAULT=")) {
ui->lineEdit_kernel->setText(line.remove("GRUB_CMDLINE_LINUX_DEFAULT=").remove("\"").remove("'"));
if (line.contains("hush")) {
ui->rb_limited_msg->setChecked(true);
You will have to test it out and let me know @anon72786180, since I don't have that one.