Grub
De Linuxmemo.
Sommaire |
[modifier] Conventions
[modifier] Installation
[modifier] Configuration
/boot/grub/menu.lst
[modifier] Shell
[modifier] Dépannage
You can also use dd command from Linux itself (it removes partition table):
# dd if=/dev/null of=/dev/sdX bs=512 count=1
Just remove MBR, without the partition table (see comment below):
# dd if=/dev/null of=/dev/sdX bs=446 count=1