<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.12.0">
</HEAD>
<BODY>
Two options come to mind:<BR>
<BR>
    1.  If the computer is fairly new there is usually an option in the bios to set boot order for hard drives and removable media.  Setting that option to hdd1 (or the equivilant) should boot the XP drive.<BR>
<BR>
    2.  A slightly more elegant solution is to do <BR>
            sudo gedit /boot/grub/menu.lst <BR>
then add something like this to the bottom of that file.<BR>
<BR>
title Windows XP professional<BR>
        map (hd0) (hd1)<BR>
        map (hd1) (hd0)<BR>
        rootnoverify (hd1,0)<BR>
        chainloader +1<BR>
<BR>
Cheers<BR>
    <BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
CentOS 5.0, Linux 2.6.18-8.1.15.el5 x86_64 10:36:14 up 3:12, 1 user, load average: 0.05, 0.05, 0.01
</TD>
</TR>
</TABLE>
</BODY>
</HTML>