<br><br><div><span class="gmail_quote">On 1/11/06, <b class="gmail_sendername">Gilboa Davara</b> <<a href="mailto:gilboad@gmail.com">gilboad@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, 2006-01-11 at 15:59 +0000, Vicki Walsh wrote:<br>> >1. Boot from Linux CD, save the MBR:<br>> >dd if=/dev/[sh]da of=/linuxboot.dat bs=512 count=1<br>> >2. Reboot using a Windows 9x / DOS floppy/CD. Then:
<br>> >fdisk /mbr<br>> >From fdisk, make sure you mark the Windows partition as active.<br>> >3. Reboot to Windows, copy the MBR copy (from step 1) to C:<br>> >4. Edit the boot.ini file, append this line to the end of the file:
<br>> >c:\linuxboot.dat="Fedora Core Linux"<br>> >5. Reboot.<br>><br>> I'm a little confused. Should I be dd'ing the MBR or should I be<br>> installing grub on the Linux partition and then dd'ing the bootsector?
<br>> Also this is on Win2000 using NTFS. Does that have or support<br>> fdisk /mbr?</blockquote><div><br><br>With the dd step you are taking the MRB that should have GRUB on it already and putting it into a file. NTLDR uses files to load the boot managers rather than chainloading to a bootsector. You don't have to "reinstall" GRUB anywhere. You just have to save it and put it somewhere and in some form that NTLDR can use it.
<br><br>A note ... after step one save the dd'ed file somewhere permanent. It may be obvious to some but just figured I would mention it.<br><br>/Mike<br></div></div><br>