http://fedoraforum.org/forum/showthread.php?t=245738
This might help
I don't know if ubuntu is any different with GRUB, but I have ubuntu and this is what I did:
Get the startup Manager Application
Assuming this is the GRUB bootloader
Boot ubuntu, and type: "sudo gedit /boot/grub/grub.cfg" into the console(no quotes)
(enter password)
You should get something that looks like this in the text editor:
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
set default="1"
If the text file is blank, try "sudo gedit /boot/grub/menu.lst"
This last line, set default="1" is the thing that you need to change.
The count starts at 0 so to boot the very first option in the menu, put 0, for the second option put 1, third option put 2, etc...
Then save+close. Reboot and it should change the default. (Be sure not to change anything else or it could cause boot problems)
makman99
Junior Poster in Training
68 posts since Jan 2010
Reputation Points: 12
Solved Threads: 13