I suppose the windows disk is the master, so it is hd0.<br>As a consequence, the linux disk is now hd1.<br>This way it will not boot in linux, unless you rewrite the MBR in the windows disk with<br>grub-install, and change hd0 for hd1 in your old 
grub.conf.<br><br>I think that the easiest way is leaving the linux disk as master (hd0),<br>and switching the disks (logically) when booting in windows.<br>Generally, the choice of which disk to boot from can be made in the BIOS.
<br><br>This way, your grub.conf remains the same and you just need to add this<br>part at the end:<br><br>title Windows XP<br>        map (hd0,0) (hd1,0)<br>        map (hd1,0) (hd0,0)<br>        rootnoverify (hd1,0)<br>
        chainloader +1<br><br clear="all"><br>-- <br>Paulo Roma Cavalcanti<br>LCG - UFRJ