Bug#564180: additional tests on bug 564180

Mario Vazquez mariovazq at gmail.com
Sun Jan 31 20:32:16 UTC 2010


The first issue is that the current /etc/default/grub config file
lacks a GRUB_HIDDEN_TIMEOUT entry.  Without that entry the scripts
failed to include proper code that hides the boot menu when desired.

Since this is optional, the entry should be included commented, like this:

@@ -7,6 +7,9 @@
 GRUB_CMDLINE_LINUX_DEFAULT="quiet"
 GRUB_CMDLINE_LINUX=""

+# Uncomment to enable Hidden Menu
+#GRUB_HIDDEN_TIMEOUT=5
+
 # Uncomment to disable graphical terminal (grub-pc only)
 #GRUB_TERMINAL=console

The patch included adds the entry commented as specified previously.
Again without this entry, current or suggested scripts will fail to
generate the hidden menu when desired.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hidden_timeout_config.patch
Type: application/octet-stream
Size: 342 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20100131/79695096/attachment.obj>


More information about the Pkg-grub-devel mailing list