Ok, now what you mean is worth considering. I couldn't figure out why
you wanted to remove GRUB. Sorry, if my reply sounded offensive.

I understand GRUB should make a backup before installing itself, and
if a backup is made, writing grub-uninstall would be very easy. I'll
investigate how backup/uninstall should work, since there are some
situations where it is not very clear what that looks like (e.g. When
one installed GRUB into the boot block of a partition and then
installed GRUB into a MBR, which block should grub-uninstall recover?
Both?).

As for your problem, I don't have much to say, because I don't know
how your BIOS checks if a drive is bootable. If it just checks the
signature 0xAA55 at the end of the MBR, you could invalidate the MBR,
by running "dd if=/dev/zero of=/dev/hdb bs=1 count=2 seek=510", which
fills the signature with zero.

Okuji

_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to