I am trying to launch an image in Incus (amazonlinux/2), but it says that my architecture is incompatible (“Requested architecture isn’t supported by this host”). I have been able to run successfully the image from LXC (amazonlinux/2023/arm64). Can you tell me if there is any way to run it? It seems that now it is aarch64, not arm64. I have a MacOS with an M3 processor.
I tried again. It worked this time, but now I encountered the cgroups v1 restriction (the same as with the LXC version of images:amazonlinux/2023/arm64). I fixed it the same way by copying the image locally and unsetting the restriction in the image. However, I still have the same issue with the macvlan, which I submitted in a different topic.
Busybox doesn’t have any real init scripts so it’s normal that its network isn’t brought up on start.
The other two seem to be working properly here. Note that you must be on a cgroup1 system, those two distros will not boot properly on a cgroup2 machine.