In terminal:
Code:
jrbuergel@Ubuntu:~$ sudo cp /boot/grub/menu.lst menu.lst.backup
(this will create a backup of your menu.lst file)
jrbuergel@Ubuntu:~$ sudo gedit /boot/grub/menu.lst
(this will open Gnome Gedit application to allow you to edit the file)
Be very careful what you do with that file. You could corrupt it and you won't be able to boot your machine at all. Just cut the entry for Windows at the bottom and paste it just above the first entry for Ubuntu at the top. Then SAVE, close the Gedit, reboot your machine. It should boot Windows as the default.
Also,
HERE's a great source for info on how GRUB works and how to manipulate it to do what you want it to do.
By the way, unlike most other distributions of Linux, Ubuntu does not have a default ROOT account. The regular users utilize the sudoers privileges to emulate the tasks normally performed by ROOT. This was probably done this way to prevent new Linux users from trashing their systems by accident.
ROOT has the power to destroy... over and over again. I know. I've trashed a few systems myself as ROOT. You can activate a ROOT account in Ubuntu (I have mine set up). However, for a new Linux user, it's very dangerous.
Luck!