As of 2024-08-05 the installation instructions to install Arch Linux ARM on pi 4 doesn't work.
This is my version, with the added bonus of using bcachefs instead of ext4 so you can get data checksumming, subvolumes, and compression.
- Start cfdisk to partition the drive:
cfdisk /dev/sdX
. - Create a
dos
partition table (my understanding isgpt
doesn't work at this time). - Press
New
, Partition Size512M
, pressprimary
, and set type toc W95 FAT32 (LBA)
. - Select "Free Space", and press
New
, use the suggested size which is remainder of space, pressprimary
, and type should already be set to Linux.