<!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.0.9">
</HEAD>
<BODY>
Well, I did a repair on XP and got everything back up running perfectly. I did have to reinstall all the windows updates, including service pack 1. The other good news is that the XP repair function didn't even touch Grub. <BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#3566de"><I>The following makes these assumptions.
a.  XP was installed on /dev/hda, and that fedora is elsewhere.
b.  you used grub to boot XP.
c.  grub is on the MBR.


1.  Boot with Fedora
2.  save the MBR
# dd if=/dev/hda of=/path_to/mbr.img bs=512 count=1
3. reinstall XP
4. boot with knoppix
5. mount the drive where you saved the mbr record
6  restore the saved MBR
# dd if=/moun_path_to/mbr.img of=/dev/hda bs=512 count=1
7. reboot to fedora.

There are of course, other options, such as making a boot floppy, do the 
reinstall of XP, then boot back to fedora from the floppy and doing 
grub-install etc.</I></FONT></PRE>
</BLOCKQUOTE>
<PRE><TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<BR>
<BR>
<BR>
<BR>
Gary Waters<BR>
<A HREF="http://www.imagestation.com/members/gswsnakes"><U>http://www.imagestation.com/members/gswsnakes</U></A><BR>
ICQ# 110737295<BR>
Windows Messenger (MSN): waters_gary@hotmail.com<BR>
Yahoo Messenger: Atherisdoode
</TD>
</TR>
</TABLE>
</PRE>
</BODY>
</HTML>