On Fri, Sep 27, 2002 at 10:56:40AM -0400, richard pollard wrote:
> Hello,
> I am trying remove red hat from a old box. I fdisk the old disk, however the boot 
>loader is still there. How do I remove 
> GRUB from the MBR?

You don't remove boot loaders -- you replace them.  What would you like
to replace it with?  You can boot into DOS and do an "fdisk /mbr" to
put the DOS bootloader there, or you can put LILO, etc.

If you truly want nothing there, well

        dd if=/dev/zero of=/dev/<device> count=1

Regards,

   Bill Rugolsky



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to