Hi Rick,<br><br>
<div><span class="gmail_quote">2007/9/7, Manuel Arostegui Ramirez <<a href="mailto:manuel@todo-linux.com">manuel@todo-linux.com</a>>:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">El Viernes, 7 de Septiembre de 2007 06:44, Rick Bilonick escribió:<br>> Unfortunately, I have to re-install Windows (from the Toshiba backup
<br>> disk for the computer) on a system that was running Fedora Core 6. I<br>> deleted all the partitions, made a new partition, and formatted as NTFS.<br>> But when I boot from the back up disk, after awhile "GRUB" appears in
<br>> the upper left hand corner of the screen and the install stops. I know<br>> this is not a Windows mailing list, but I don't understand why GRUB<br>> appears and I can't re-install. I don't see any partition for grub. How
<br>> can I get rid of grub?<br>><br>> Rick<br><br>Go to the Windows recovery console (pressing R) and just type:<br><br>fixmbr<br><br>That should remove grub from your system.<br><br>Cheers<br>Manuel</blockquote>

<div> </div>
<div>If your "restore CD" is an image (as for Toshiba notebooks), you can zap your mbr in a live CD (F7 Live, Knoppix ...) using dd:</div>
<div> </div>
<div>dd if=/dev/null of=/dev/sda bs=512 count=1</div>
<div> </div>
<div>assuming your HD is SATA / SCSI allocated as sda</div>
<div> </div>
<div>Another hint: are you shure to load from the restore CD and not from the HD?</div>
<div> </div>
<div>HTH</div>
<div> </div>
<div>-- <br>Alessandro Brezzi<br> </div></div>