From 390cecf165b1048697ab26a57473fb02e9985630 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 2 Feb 2023 12:38:42 +0100 Subject: [PATCH] Disable 'quiet' option in grub --- root/etc/default/grub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/default/grub b/root/etc/default/grub index d535fcc..a45adad 100644 --- a/root/etc/default/grub +++ b/root/etc/default/grub @@ -3,7 +3,7 @@ GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="Arch" -GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet" +GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3" # Since we're using encrypted root, grub won't be able to automatically pick up the UUID of our # root paritition (it will just pick up the UUID of the already decrypted mapper device). Because