I probably can't use a virtualizer for this.
I need a chroot.
I'm getting an invalid ELF image error.
$ ls -lha /var/tmp/eqstalxr-bastij/root/bin/qemu-arm-static
-rwxr-xr-x 1 root root 3.9M May 17 09:11 /var/tmp/eqstalxr-bastij/root/bin/qemu-arm-static
$ ls -lha /var/tmp/eqstalxr-bastij/root/usr/lib/binfmt.d/qemu-aarch64-static.conf
-rw-r--r-- 1 root root 202 May 17 11:06 /var/tmp/eqstalxr-bastij/root/usr/lib/binfmt.d/qemu-aarch64-static.conf
$ sudo artix-chroot /var/tmp/eqstalxr-bastij/root qemu-arm-static sh
Error while loading sh: No such file or directory
[edit]
I'm able to chroot using qemu-aarch64-static, but not allowed to do more than change directory.
$ artix-chroot /var/tmp/eqstalxr-bastij/root qemu-aarch64-static /bin/bash
bash: /usr/bin/dircolors: cannot execute binary file: Exec format error
[bastille-installer /]# ls -lha
bash: /usr/bin/ls: cannot execute binary file: Exec format error
[bastille-installer /]# ls
bash: /usr/bin/ls: cannot execute binary file: Exec format error
[bastille-installer /]# cat
bash: /usr/bin/cat: cannot execute binary file: Exec format error
[bastille-installer /]# dir
bash: /usr/bin/dir: cannot execute binary file: Exec format error
[bastille-installer /]# cd .
[bastille-installer /]# cd bin
[bastille-installer bin]# cd ..
[bastille-installer /]# exit