sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_bak
and enter your root password when asked - this makes a backup of the GRUB menu file just in case things go wrong.
Next, type in:
sudo gedit /boot/grub/menu.lst

This opens up the boot menu as a text file in gedit.

There are loads of options you can change, but only a couple that you’re likely to be interested in. The default boot entry is defined by the “default” value.
The default value is 0, which means that the first entry in the list (which is Ubuntu) always gets loaded.
If you want to make it so that Windows Vista loads by default, change the value to 4, as Vista is the fifth item in the list (the numbering system starts at 0 and "Other operating systems" also counts as a line).
The other way to load Windows Vista by default is to change the value for “default” from a numerical value to “saved”. Then, GRUB will load whichever boot entry has been marked with “savedefault”.
If you scroll down the list and have a look at the entries, you’ll notice that both the main Ubuntu entry and Windows Vista have been marked with “savedefault”. Remove the value for Ubuntu and Windows Vista will launch by default.
It's also worthwhile changing the description of the Vista entry from "Windows Vista/Longhorn (loader)" to just "Windows Vista".
You can also increase the boot menu timeout – just change the value for “timeout”. You can also hide the GRUB boot menu by removing the hash in front of “hiddenmenu”. Save and exit gedit to keep any changes.
If instead of GRUB you want Vista's bootloader to be in charge, load up the Vista installation and install EasyBCD. Go to “Manage Bootloader”, then “Reinstall the Vista Bootloader”, an GRUB is overwritten. You can then configure the Vista bootloader to add Linux to the boot menu.


2 kudos:
Thank you very much, worked a treat after searching the Internet for ages \o/
i put my passw and after says ''command not found''!!!
Post a Comment