here's how i have my system set up:
-win xp installed on hda
-fc3 installed on hdb
the grub bootloader is installed in the MBR of the second drive(hdb) so in the BIOS i have my computer set up to boot from this drive. the problem is that when i try to boot windows through grub, it will not boot. the only way to get it to work is to go back into the BIOS and set it to boot from the windows drive, and then it boots fine but i can't get to fedora this way.
i figure the problem is with the grub config file. under windows xp i have:
root (hd0,0)
makeactive
chainloader +1
i'm guessing this is the problem, but i don't know what i should have there. can anyone help?