diff --git a/HowtoParted.md b/HowtoParted.md index 59e12eb2..37dfc363 100644 --- a/HowtoParted.md +++ b/HowtoParted.md @@ -147,14 +147,16 @@ Pour positionner le flag _boot_ sur une partition (ici la numéro 1) : ### Créer une partition de boot pour système UEFI ~~~ -# parted /dev/sdz +# parted /dev/sdX +[…] +(parted) mkpart "EFI system partition" fat32 1MiB 513MiB +(parted) set 1 esp on +(parted) p +[…] +Disk Flags: -(parted) mkpart ESP fat32 1MiB 513MiB - -(parted) p - -Number Start End Size File system Name Flags - 1 1049kB 274MB 273MB fat32 EFI system partition boot, hidden, esp +Number Start End Size File system Name Flags + 1 1049kB 538MB 537MB fat32 EFI system partition boot, esp ~~~ ### Changement de la taille d'une partition