New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/issues/23418#issuecomment-655193158 Comment: Can't reproduce: ```sh $ xbps-uhelper arch x86_64-musl $ sudo update-binfmts --enable $ ./xbps-src -m pi binary-bootstrap aarch64 ... skip output, command failed since no qemu in chroot now ... $ cp /usr/bin/qemu-aarch64-static pi/usr/bin $ # Finish reconfigure chroot $ ./xbps-src -m pi binary-bootstrap aarch64 $ echo xbps-uhelper arch | ./xbps-src -m pi chroot aarch64 $ mount-proc-sys-dev-dev_pts-to-chroot $ sudo chroot pi /usr/bin/xbps-uhelper arch aarch64 ``` Did your chroot configured and mounted properly?