···272272 # parted /dev/sda -- mkpart ESP fat32 1MB 512MB
273273 # parted /dev/sda -- set 3 esp on
274274 ```
275275+ ::: {.note}
276276+ 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`.
277277+ :::
275278276279Once complete, you can follow with
277280[](#sec-installation-manual-partitioning-formatting).