commit f308c0499363b5645f1ea9cbf63a01c3fba6a5b1 parent 1ab34af9141640814810d4b05fe82a8ae99aa2e6 Author: Matthew Carlson <matt@mattcarlson.org> Date: Sun, 2 Jun 2024 01:33:41 -0400 loglevel=0 to hide acpi bios errors on boot Diffstat:
M | boot/EFI/refind/refind.conf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/EFI/refind/refind.conf b/boot/EFI/refind/refind.conf @@ -18,7 +18,7 @@ menuentry 'Linux Beacon' { volume 'Linux Beacon' loader /vmlinuz-linux-beacon initrd /initramfs-linux-beacon.img - options "cryptdevice=/dev/sda2:crypt root=/dev/mapper/crypt rw quiet loglevel=3 vga=current vt.global_cursor_default=0 nosgx" + options "cryptdevice=/dev/sda2:crypt root=/dev/mapper/crypt rw quiet loglevel=0 vga=current vt.global_cursor_default=0 nosgx" } menuentry 'OpenBSD' {