Grub

De Linuxmemo.

Version du 28 juillet 2020 à 08:56 par Linuxmemo (discuter | contributions)
(diff) ← Version précédente | Voir la version courante (diff) | Version suivante → (diff)


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