Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Custom Partitioning

Jeremy Pardo edited this page Apr 2, 2020 · 45 revisions

If your plan is to install Arch Linux on more than one disk or if you don't want to format an entire drive, you have to select NO at Do you wish to install Arch Linux on a dedicated drive? wich will just ask for drive id. This option requires you to create and format partitions before running archboot.

Partitioning scheme:

  SYSTEM_PARTITION......: /mnt            (required)
  BOOT_PARTITION........: /mnt/boot       (required)
  SWAP_PARTITION........: no mountpoint   (optional)
  HOME_PARTITION........: /mnt/home       (optional)

Do not forget, UEFI boot requires fat32 filesystem. More information on partitioning is available here.