On Fri, Jul 10, 2015 at 5:22 PM, Grant <emailgr...@gmail.com> wrote: >> I have grub running on many Gentoo machines but on one of them it sits >> on the kernel selection screen and doesn't autoboot even though the >> menu says: >> >> "The highlighted entry will be booted automatically in 2 seconds." >> >> Nothing happens for any length of time but pressing Enter boots the >> kernel as usual. Any ideas? >> >> - Grant > > > Weird right? Better to take this to the grub list? > > - Grant >
While I have not experienced the trouble you're having with grub, nor am I a grub expert, I thought it might be worth getting some more info about the problem. (1). What version of grub are you running? (2). Does 'grub2-script-check(1)' reveal any grub.cfg syntax errors? (3). Do you have GRUB_TIMEOUT set in /etc/default/grub to a value other than the default 5 seconds? (4). Did you try setting these options in grub.cfg? set pager=1 set debug=all Did that shed any light on the problem you're having?