···272 # parted /dev/sda -- mkpart ESP fat32 1MB 512MB
273 # parted /dev/sda -- set 3 esp on
274 ```
000275276Once complete, you can follow with
277[](#sec-installation-manual-partitioning-formatting).
···272 # parted /dev/sda -- mkpart ESP fat32 1MB 512MB
273 # parted /dev/sda -- set 3 esp on
274 ```
275+ ::: {.note}
276+ In case you decided to not create a swap partition, replace `3` by `2`. To be sure of the id number of ESP, run `parted --list`.
277+ :::
278279Once complete, you can follow with
280[](#sec-installation-manual-partitioning-formatting).