I’m new to arch, and when trying to install I keep getting an error during the EFI partition mounting process. I set the table to gpt using parted, and the partition to fat32.
I tried:
mount /dev/efi_partition /mnt/boot
output: mount: /mnt/boot: mount point does not exist.
I also tried adding -t vfat
Please help!