Posts tagged #qemu

See here for a list of all tags. There's also a separate atom feed for posts with this tag.

Using QEMU and binfmt_misc to chroot into an aarch64 file system I recently messed up my Raspberry Pi's boot configuration, which I wanted to fix using my desktop PC. This involved more than just editing some text files, though; I needed to regenerate the initramfs. In theory, we can just chroot into the filesystem and run the right command. In practice, this means running aarch64 binaries on an x64 machine. How can we do that?