<html><div style='background-color:'><P class=RTE>I read somewhere that windows wants to be booted from the first drive and that it wont work if it isnt. It  just a guess but anyway. the olution to the problem was to put in these 2 lines after title= in grub.conf(menu.lst?) if you are using grub.</P>
<P class=RTE dir=ltr>map (hd0)  (hd1)</P>
<P class=RTE dir=ltr>map (hd1) (hd0)</P>
<P class=RTE dir=ltr>I noticed now that you also are missing one line. between roonoverify (hd1,0) and chainloader +1. it should stand makeactive, making the conf look like this:</P>
<P class=RTE dir=ltr><!--StartFragment --> title=Windows XP <BR>map (hd1) (hd0) <BR>map (hd0) (hd1) </P>
<P class=RTE dir=ltr>rootnoverify (hd0,0)  # maybe (hd1,0)?</P>
<P class=RTE dir=ltr>makeactive</P>
<P class=RTE dir=ltr>chainloader +1</P>
<P class=RTE dir=ltr> </P>
<P class=RTE dir=ltr>Hope it helps</P>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<P class=RTE><BR><BR><BR>Date: Thu, 30 Jun 2005 08:10:33 +1000<BR><BR>thanks fredric for answering<BR>windows version is xp home on the 80gb sata drive<BR>fc4 is in volume with a boot and / on the 40gb<BR>if you require other info please explain how to achieve it<BR>thanks, fairly new to linux<BR>david<BR><BR><BR><BR><BR>On Wed, 2005-06-29 at 14:06 +0200, Fredric Johansson wrote:<BR>><BR>> How does your partition scheme look like and what version of windows<BR>> do you have?<BR>><BR>><BR>><BR>> >Date: Wed, 29 Jun 2005 21:26:56 +1000<BR>><BR>> >hi all<BR>> >have just loaded fc4 onto a 40gb ide drive which is drive 0<BR>> >windows was installed on a sata 80gb and working well<BR>> >now the error i get is<BR>> >booting Â´windows´<BR>> >rootnoverify (hd1, 0)<BR>> >chainloader +1<BR>> >any idea how to solve 
this?<BR>> >thanks<BR>> >david<BR>><BR>> --<BR>> fedora-list mailing list<BR>> fedora-list@redhat.com<BR>> To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list<BR>><BR>><BR>><BR>> --<BR>> fedora-list mailing list<BR>> fedora-list@redhat.com<BR>> To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list<BR><BR>--<BR>fedora-list mailing list<BR>fedora-list@redhat.com<BR>To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list<BR></P></BLOCKQUOTE></div></html>