Grub

De Linuxmemo.

(Différences entre les versions)
(Dépannage)
 
Ligne 11 : Ligne 11 :
=== Dépannage ===
=== 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

Version actuelle en date du 28 juillet 2020 à 08:56


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
Outils personnels