Things You'll Need:
- Ubuntu
- Root Access
-
Step 1
Open Terminal. Click "Applications" and choose "Accessories." Click on "Terminal."
-
Step 2
Type "sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup" into the command line and hit Enter.
-
Step 3
Enter your password, if prompted.
-
Step 1
Type "gksudo gedit /boot/grub/menu.lst" into the Terminal, if you are using Ubuntu. For Kubuntu, type "kdesu kate /boot/grub/menu.lst." For Xubuntu, type "gksudo mousepad /boot/grub/menu.lst."
-
Step 2
Locate the proper line to edit. It will be preceded by a commented section (lines beginning with "#") that reads: "## default num." Look for a line that reads: "default 0."
-
Step 3
Locate the operating system you would like to boot first. Your options will be listed in a section with items beginning with "title." For example: "title Ubuntu, kernel 2.6.15-27-amd64-generic". Each line corresponds to a number, with the first item in the list being 0 (zero).
-
Step 4
Change " default 0" to the number corresponding to the operating system you wish to boot in the aforementioned list. Save the file and close the editor.












