You haven't deleted the windows partition, you just didn't lable it, so the GRUB boot loader cannot see i.
To fix it this is what you have to do!
If this is the case, add the following lines to the /etc/grub.conf file:
HTH'sCode:title Windows XP
root (hd0,0)
makeactive
chainloader +1
