How to enable boot timeout in Grub2?
Posted
by Casey
on Super User
See other posts from Super User
or by Casey
Published on 2010-03-28T11:44:52Z
Indexed on
2010/03/28
11:53 UTC
Read the original article
Hit count: 766
grub2
I'm am trying to enable the boot timeout selection in grub2 on Ubuntu 9.10.
I modified /etc/default/grub:
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=false
GRUB_TIMEOUT=2
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="splash quiet"
GRUB_CMDLINE_LINUX=""
and ran update-grub
, but I still do not have a boot timeout counter. What else can you do to enable this?
© Super User or respective owner