<p>You can always rebuild the grub mbr with grub itself.</p>
<p>#grub<br>
&gt;root (hd0,1)<br>
&gt;setup (hd0)<br>
&gt;quit</p>
<p>That assumes that linux is installed on the first drive &quot;hd0&quot; and /boot is on the 2rd partition &quot;,1&quot;</p>
<p><blockquote type="cite">On Nov 24, 2009 11:09 AM, &quot;David L. Willson&quot; &lt;<a href="mailto:DLWillson@thegeek.nu">DLWillson@thegeek.nu</a>&gt; wrote:<br><br>No problem, Louis.  I&#39;m glad it worked out for you.  Good persistence.  Since the following contains a bunch of good Windows-Linux migration and coexistence info, I hope you won&#39;t mind if I send it out onto the list.  I&#39;m sorry for calling your message off-topic; I think Brian&#39;s right, that it was on-topic, and I was being overly strict in my interpretation, as shown by the return to topic.  Sorry...<br>

<br>
Windows installs always destroy the GRUB MBR, overwriting it with a Microsoft MBR that leads to the WinNT boot loader.  Unlike Linux setups, Windows setups don&#39;t attempt to create boot options for foreign OS&#39;s already present on the system.<br>

<br>
I can show you at the next Installfest how to backup and restore the MBR using dd, if you like.  It&#39;s usually something like this:<br>
<br>
backup<br>
<br>
   dd if=/dev/sda of=my-MBR-backup.dd bs=446 count=1<br>
<br>
restore<br>
<br>
   dd if=my-MBR-backup.dd of=/dev/sda<br>
<br>
There&#39;s no need to control the block size on restore, because dd automatically stops at the end of the input file.<br>
<br>
David L. Willson<br>
Trainer, Engineer, Enthusiast<br>
MCT, MCSE, LPIC-1<br>
tel://720.333.LANS<br>
<br>
----- &quot;Louis Miller&quot; &lt;<a href="mailto:veganguy1@gmail.com">veganguy1@gmail.com</a>&gt; wrote:<br>
<br>
&lt;snip&gt;<br>
&gt; Well, there was a small smudge on one of the recovery discs, and once<br>
&gt; I cleaned it with my handkerchief, I was able to re-install with not<br>
&gt; too much of a problem. It wouldn&#39;t have worked without the Gparted<br>
&gt; Live CD, though. I guess, now, that I know dual-boots and I have the<br>
&gt; knowledge to completely recover my system without any help, that I can<br>
&gt; re-create a dual-boot system. I thought the GRUB boot menu was still<br>
&gt; on there, but it must have gone.<br>
&gt;<br>
&gt; Louis<br>
_______________________________________________<br>
clue-tech mailing list<br>
<a href="mailto:clue-tech@cluedenver.org">clue-tech@cluedenver.org</a><br>
<a href="http://www.cluedenver.org/mailman/listinfo/clue-tech" target="_blank">http://www.cluedenver.org/mailman/listinfo/clue-tech</a><br>
</blockquote></p>