Sunday, April 10, 2011

GRUB - change boot order/preference

> I have installed Ubuntu using Wubi. When I start the computer windows is
> nr1 in dual boot, I want Ubuntu to start as nr1 .
>
> How do I do that ?

You have to edit the /boot/grub/menu.lst file. Open up the file with
your text editor and read the comments inside the file for examples.

To edit the file you will have to run your text editor in sudo mode from
a commandline session:

sudo /boot/grub/menu.lst


PS....make a backup of the original file first before editing.