[Bug 1278145] [NEW] Misleading/Incorrect "Warning: Setting GRUB_TIMEOUT to a non-zero value..."
TJ
ubuntu at iam.tj
Sun Feb 9 18:00:37 UTC 2014
Public bug reported:
# update-grub
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.13.0-8-generic
Found initrd image: /boot/initrd.img-3.13.0-8-generic
done
# grep GRUB_TIMEOUT= /etc/default/grub
GRUB_TIMEOUT=0
The warning actually refers to the value of GRUB_TIMEOUT_BUTTON (since
both values are passed to the make_timeout() function)
# grep GRUB_TIMEOUT /etc/default/grub
GRUB_TIMEOUT_BUTTON=2
GRUB_TIMEOUT=0
** Affects: grub2 (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub2 in Ubuntu.
https://bugs.launchpad.net/bugs/1278145
Title:
Misleading/Incorrect "Warning: Setting GRUB_TIMEOUT to a non-zero
value..."
Status in “grub2” package in Ubuntu:
New
Bug description:
# update-grub
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.13.0-8-generic
Found initrd image: /boot/initrd.img-3.13.0-8-generic
done
# grep GRUB_TIMEOUT= /etc/default/grub
GRUB_TIMEOUT=0
The warning actually refers to the value of GRUB_TIMEOUT_BUTTON (since
both values are passed to the make_timeout() function)
# grep GRUB_TIMEOUT /etc/default/grub
GRUB_TIMEOUT_BUTTON=2
GRUB_TIMEOUT=0
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1278145/+subscriptions
More information about the foundations-bugs
mailing list