Linux Grub problem
#1
My XBMCbuntu is version 12.0 upgraded to 12.2
It usually boots fine but sometimes it boots into GNU GRUB and just sits there waiting
Might be bause my 18 months old like to play with the power button Sad
I then need to find a keyboard somewhere and hit enter

Is there a way to continue anyway after a few seconds ??

edit
sudo nano /etc/default/grub

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

according to this is should take the first line (default=0) after 10 seconds
But it doesn't... what am I missing ?
Reply
#2
Edit //

Sorry misread op, and cant delete via tapatalk
Reply
#3
This is where I get stuck

Image
Reply
#4
GRUB_RECORDFAIL_TIMEOUT=10
Reply
#5
Thanks that looks perfect Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Grub problem0