On Tue, 18 Jun 2002 [EMAIL PROTECTED] wrote:

> Can someone show me how to unistall grub

oh oh ... here we go again. :-)  tutorial time.

  the MBR of a hard drive (512 bytes) has the following format:

  446 bytes: boot code (LILO, GRUB, whatever)
  64 bytes: partition table
  2 bytes: boot sector signature

if all you want to do is uninstall whatever is in the code part,
just:

  # dd if=/dev/zero of=/dev/hda bs=446 count=1

what you do from that point on is up to you, given that that hard
drive is no longer bootable.

rday



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to