This forum is for topics dealing with problems with software specifically in the AArch64 repo.
by Zoc » Tue Jul 21, 2020 9:32 am
$this->bbcode_second_pass_quote('karog', '@')zoc some comments on your gist Part 2
step 1: timedatectl set-timezone Europe/London
step 6: localectl set-locale LANG=en_US.UTF-8
step 7: hostnamectl set-hostname <name>
Hey @karog,
I just updated the gist with your comments!
I added a special thanks entry in the guide for you! I hope you don't mind

Thank you so much!
$this->bbcode_second_pass_quote('thor314', 'D')amn dude, thanks! Someone other than me struggling and sharing how to avoid that is exactly what I needed to kick off my weekend.
@thor314, I'm glad this was helpful to you!

$this->bbcode_second_pass_quote('thor314', 'H')ey @Zoc, I'd like to know what led you partition the disk like this
sudo diskutil partitionDisk /dev/disk2 MBR fat32 "BOOT" 100m UFSD_EXTFS4 "root" 0b
I've read online that MBR is generally older and inferior to GPT, and I'm curious why the BOOT ought to be fat32 as opposed to ext4, as with the root dir.
I tried a number of combinations with GPT and hybrid MBR/GPT setups, in which the Raspberry Pi failed to recognize and boot from.
I must also mention that I used a different set of utilities to try to get everything working, and the one that required the minimum amount of external dependencies (only relying on Paragon extFS) was the one I included in this guide.
Were you able to setup using GPT?
I won't be reinstalling Arch for a while, since my server is up and running perfectly, but I might give GPT another try when I do.