summaryrefslogtreecommitdiff
path: root/libre/grub/grub.default
diff options
context:
space:
mode:
Diffstat (limited to 'libre/grub/grub.default')
-rw-r--r--libre/grub/grub.default8
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/grub/grub.default b/libre/grub/grub.default
index af9d70ca9..c3e010419 100644
--- a/libre/grub/grub.default
+++ b/libre/grub/grub.default
@@ -3,7 +3,7 @@
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Parabola"
-GRUB_CMDLINE_LINUX_DEFAULT="quiet"
+GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet"
GRUB_CMDLINE_LINUX=""
# Preload both GPT and MBR modules so that they are not missed
@@ -12,9 +12,9 @@ GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
-# Uncomment to enable Hidden Menu, and optionally hide the timeout count
-#GRUB_HIDDEN_TIMEOUT=5
-#GRUB_HIDDEN_TIMEOUT_QUIET=true
+# Set to 'countdown' or 'hidden' to change timeout behavior,
+# press ESC key to display menu.
+GRUB_TIMEOUT_STYLE=menu
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console