Hi Andreas, I noticed the same on my Snapdragon X1 Elite based Thinkpad, but forgot to create a bug report. It can easily be worked around by creating the necessary symlink manually:
ls -lh /usr/lib/binfmt.d/qemu-arm.conf lrwxrwxrwx 1 root root 39 13. Sep 09:57 /usr/lib/binfmt.d/qemu-arm.conf -> ../../share/qemu/binfmt.d/qemu-arm.conf My guess is, that this symlink has not been installed originally, because arm64 CPUs used to have native support for also running arm32 instructions. But multiple recent aarch64 CPUs apparently dropped the compatibility (i.e. Apple M1 and all successors as well as the Oryon cores used by the Qualcomm Snapdragon X Elite). Greetings, -- Sebastian

