How to delete GRUB from a partition
To delete grub only:
dd if=/dev/zero of=/dev/xxx bs=446 count=1
If you want to delete the full MBR (including also the partiton table):
dd if=/dev/zero of=/dev/xxx bs=512 count=1
Bombardare per la pace è un po’ come trombare per la verginità…
To delete grub only:
If you want to delete the full MBR (including also the partiton table):