Setting Windows as the default when dual-booting Ubuntu
After you install a dual-boot of Ubuntu, Ubuntu will set itself up so that it is now the default operating system in the Grub loader. If you want to set things up so that Windows is the default operating system, do the following:
- Boot into Ubuntu (this shouldn't be too hard).
- Run the following command: sudo gedit /boot/grub/menu.lst
- In the file, look for the entry called default. It will be set to 0, like so: default 0. Change the 0 to be the number of the Windows boot sector (usually 4).
- Boot into Ubuntu (this shouldn't be too hard).
- Run the following command: sudo gedit /boot/grub/menu.lst
- In the file, look for the entry called default. It will be set to 0, like so: default 0. Change the 0 to be the number of the Windows boot sector (usually 4).
| Rating: | no ratings, 0 total Votes |
| Categories: | windows ubuntu |
| Added: | on Apr 16, 2007 at 5:19 pm |
| Added By: | an anonymous user |

