Due to Uttaresh's growing anger, I am posting this here.
To modify the GRUB configuration in Ubuntu, do the following:
1. Open Terminal and type:
Code :
- sudo gedit /boot/grub/menu.lst
|
Enter your password
2.The document will open, and you can configure it.
Common changes are:
Changing the default selection- Ubuntu and GRUB begin counting with 0, so count from 0 up. Note that the comment lines (eg. Other Operating Systems:) count as an entry. Here is an example of changing from the top entry to the bottom in a common dual-boot configuration:
GRUB Looks like this when booting (the number in brackets at the end indicates which entry number it is. I have added this, and it does not appear in GRUB):
Code :
- Ubuntu 9.04, kernel 26.28-11-generic [0]
- Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode) [1]
- Ubuntu 9.04, memtest86+ [2]
- Other Operating Systems: [3]
- Windows Vista (loader) [4]
|
The above was my GRUB when I installed Ubuntu. The default will be set to 0. I wanted to change this from 0 to 4, so in the configuration file, the following line was changed:
To the following:
___________________________________
Another common edit is the timeout setting. This controls the amount of time the bootloader is displayed unless a key is pressed. My default was 10 seconds, but I wanted 5 so I changed
to
___________________________________
You can also change the names of the Operating System choices by editing the title lines in each entry at the bottom
Message edited by Tanshin on 08-24-2009 at 09:58:37 PM
---------------
Glomping the internet populace.
One forum at a time.