Saturday, July 9, 2011

Grub timeout not working

edit /boot/grub/grub.cfg. Find this section and change "-1" to "5".

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

http://ubuntuforums.org/showthread.php?t=1598854&page=4


sudo grub-editenv create

No comments: