<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2658.34">
<TITLE>Windows XP and Linux</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>"Washington, CJ (OCTO)" <CJ.Washington@dc.gov> writes:</FONT>
<BR><FONT SIZE=2>>    I kind of understand this but can someone give me a sample of what</FONT>
<BR><FONT SIZE=2>>    they mean by adding the XP drive for the dual boot option using Grub.</FONT>
</P>

<P><FONT SIZE=2>This is what my laptop has:</FONT>
</P>

<P><FONT SIZE=2>[root@ancho ~]# cat /etc/grub.conf</FONT>
<BR><FONT SIZE=2># grub.conf generated by anaconda</FONT>
<BR><FONT SIZE=2>#</FONT>
<BR><FONT SIZE=2># Note that you do not have to rerun grub after making changes to this file # NOTICE:  You have a /boot partition.  This means that</FONT></P>

<P><FONT SIZE=2>#          all kernel and initrd paths are relative to /boot/, eg.</FONT>
<BR><FONT SIZE=2>#          root (hd0,2)</FONT>
<BR><FONT SIZE=2>#          kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00</FONT>
<BR><FONT SIZE=2>#          initrd /initrd-version.img</FONT>
<BR><FONT SIZE=2>#boot=/dev/hda</FONT>
<BR><FONT SIZE=2>default=0</FONT>
<BR><FONT SIZE=2>timeout=5</FONT>
<BR><FONT SIZE=2>splashimage=(hd0,2)/grub/splash.xpm.gz</FONT>
<BR><FONT SIZE=2># show us the menu!</FONT>
<BR><FONT SIZE=2># hiddenmenu</FONT>
<BR><FONT SIZE=2># removed from kernel line: rhgb quiet</FONT>
<BR><FONT SIZE=2>title Fedora Core (2.6.16-1.2080_FC5)</FONT>
<BR><FONT SIZE=2>        root (hd0,2)</FONT>
<BR><FONT SIZE=2>        kernel /vmlinuz-2.6.16-1.2080_FC5 ro root=/dev/VolGroup00/LogVol00</FONT>
<BR><FONT SIZE=2>        initrd /initrd-2.6.16-1.2080_FC5.img title Fedora Core (2.6.15-1.2054_FC5)</FONT>
<BR><FONT SIZE=2>        root (hd0,2)</FONT>
<BR><FONT SIZE=2>        kernel /vmlinuz-2.6.15-1.2054_FC5 ro root=/dev/VolGroup00/LogVol00</FONT>
<BR><FONT SIZE=2>        initrd /initrd-2.6.15-1.2054_FC5.img title PeiceOfShitMicroSoftSystem</FONT>
<BR><FONT SIZE=2>        rootnoverify (hd0,0)</FONT>
<BR><FONT SIZE=2>        chainloader +1</FONT>
</P>

<P><FONT SIZE=2>In your case you want to change that second to last line to</FONT>
<BR><FONT SIZE=2>(rootnoverify(hdX,0)) to indicate the correct disk for booting ms.</FONT>
</P>

<P><FONT SIZE=2>-wolfgang</FONT>
<BR><FONT SIZE=2>-- </FONT>
<BR><FONT SIZE=2>Wolfgang S. Rupprecht                <A HREF="http://www.wsrcc.com/wolfgang/" TARGET="_blank">http://www.wsrcc.com/wolfgang/</A></FONT>
<BR><FONT SIZE=2>Direct SIP URL Dialing: <A HREF="http://www.wsrcc.com/wolfgang/phonedirectory.html" TARGET="_blank">http://www.wsrcc.com/wolfgang/phonedirectory.html</A></FONT>
</P>

<P><FONT SIZE=2>-- </FONT>
</P>

<P><FONT SIZE=2>In the grub.conf file above, doe's it show where you have two hard drives in your laptop?  This is where I need to understand which parameter to change.  </FONT></P>

<P><FONT SIZE=2>Thanks for your feedback.</FONT>
</P>

<P><FONT SIZE=2>C</FONT>
</P>

</BODY>
</HTML>