[clue-tech] Re: Windows help

Shawn Perry redmop924 at comcast.net
Tue Nov 24 11:42:43 MST 2009


You can always rebuild the grub mbr with grub itself.

#grub
>root (hd0,1)
>setup (hd0)
>quit

That assumes that linux is installed on the first drive "hd0" and /boot is
on the 2rd partition ",1"

On Nov 24, 2009 11:09 AM, "David L. Willson" <DLWillson at thegeek.nu> wrote:

No problem, Louis.  I'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't mind if I send it out onto the list.  I'm
sorry for calling your message off-topic; I think Brian's right, that it was
on-topic, and I was being overly strict in my interpretation, as shown by
the return to topic.  Sorry...

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't attempt to create boot options for foreign OS's already
present on the system.

I can show you at the next Installfest how to backup and restore the MBR
using dd, if you like.  It's usually something like this:

backup

  dd if=/dev/sda of=my-MBR-backup.dd bs=446 count=1

restore

  dd if=my-MBR-backup.dd of=/dev/sda

There's no need to control the block size on restore, because dd
automatically stops at the end of the input file.

David L. Willson
Trainer, Engineer, Enthusiast
MCT, MCSE, LPIC-1
tel://720.333.LANS

----- "Louis Miller" <veganguy1 at gmail.com> wrote:

<snip>
> Well, there was a small smudge on one of the recovery discs, and once
> I cleaned it with my handkerchief, I was able to re-install with not
> too much of a problem. It wouldn't have worked without the Gparted
> Live CD, though. I guess, now, that I know dual-boots and I have the
> knowledge to completely recover my system without any help, that I can
> re-create a dual-boot system. I thought the GRUB boot menu was still
> on there, but it must have gone.
>
> Louis
_______________________________________________
clue-tech mailing list
clue-tech at cluedenver.org
http://www.cluedenver.org/mailman/listinfo/clue-tech
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cluedenver.org/pipermail/clue-tech/attachments/20091124/aeb35aed/attachment.html


More information about the clue-tech mailing list