https://archlinuxarm.org/forum/viewtopic.php?f=30&t=9294
I was just to lazy to plug the card back into odroid and into computer replugging keyboard and Display… so i was going to chroot into the card and get EOS installed on top of archarm image…
yay -S proot qemu-user-static
mkdir mnt
mount /dev/sdx2 mnt
mount /dev/sdx1 mnt/boot
cd mnt
cp /usr/bin/qemu-arm-static usr/bin
proot -R . -q qemu-arm-static
uname -m
# will help you determine if you entered chroot environment successfully
Is the plan.
But is this still working?