Ubuntu 9.10 Grub issue

Soldato
Joined
8 Nov 2003
Posts
7,409
Location
UK
Hi,

More of an annoyance than an issue...

For some reason when I start up the computer I have to press enter in Grub to get Ubuntu started.

I don't dual boot or anything and haven't adjusted any grub settings to my knowledge.

How do I get it to automatically select as it used to?

Thanks
 
Here is my grub.conf:

Code:
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT="2"
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1 quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entrys
#GRUB_DISABLE_LINUX_RECOVERY="true"


Edit: Fixed.

I altered GRUB_DEFAULT=0 to GRUB_DEFAULT=saved then ran sudo update-grub :)
 
Last edited:
Back
Top Bottom