Add this to the end of the Grub file:
first: gksu gedit /boot/grub/menu.lst
- Code: Select all
title Windows XP Pro
root (hd1,0)
makeactive
chainloader +1
And to make it default, go to the line that says this:
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
# default 2
And change the default. Windows XP Pro will be the last one in the list, so count your boot options and put it in there. So lets say you have the Normal, Safe, Mem86+, and Windows XP, put default 3, as it starts counting from 0 rather than 1. So if you have 6 boot options, stick default 5 in. And make sure to remove the '#'
That _should_ do it.
EDIT: As said with the default before, I put (hd1,0) assuming that your Windows disc is your second drive, if it's your first put it as (hd0,0)