Hi there!
There's (assuming you're using GRUB) a config file named menu.lst which will normally been in /boot/grub, so /boot/grub/menu.lst.
There's a line in such as "default 0" change that to "defualt 1" (if you only have win/linux) and it'll boot windows by default.
There's no chance you will loose anything or have to reinstall just by editing a config file, back the config file up before editing, and if you bust the config file, boot with a linux live cd and restore it, or, if worst comes to worst, boot the windows install cd, press r to get to recovery and do a fixboot which will at least enable you to boot into windows, no reinstall needed.
So just to recap:
sudo cp /boot/grub/menu.lst ~/menu.lst.backup (copy menu.lst to menu.lst.backup in your home directory)
sudo nano /boot/grub/menu.lst (replace nano with whatever text editor you wish to use, nano is simple enough though) and change the 0 of default to 1. Bob's your mother's brother.
Hope this helps
|