The workaround given by beefstu works also for me !

Indeed, I had :

if [ ${recordfail} = 1 ]; then
  set timeout=-1
else
  set timeout=3
fi

And I simply changed it by the following to get a 5s timeout:

if [ ${recordfail} = 1 ]; then
  set timeout=5
else
  set timeout=3
fi

More information: see my current grub.cfg in attached file. As you can see, it 
has 2 similar sections: 
### BEGIN /etc/grub.d/00_header ###
and ### BEGIN /etc/grub.d/00_header_old ###
but only the "old" one is taken into account. Is this normal to have those 2 
sections?  (maybe it comes by the fact that I used Ubuntu Tweak a long time 
ago?)



** Attachment added: "current grub.cfg (5s timeout)"
   http://launchpadlibrarian.net/41818452/grub.cfg

** Changed in: grub2 (Ubuntu)
       Status: New => Confirmed

-- 
GRUB2 : countdown disappeared
https://bugs.launchpad.net/bugs/512593
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to