On Tue, 15 Mar 2022 at 07:36, Johannes Zirngibl <finc...@web.de> wrote: > 2.) sudo qemu-system-aarch64 -machine raspi3b -drive > file=kube-worker-1.img,format=raw -drive- > if=none,id=stick,file=/home/john/Downloads/2022-01-28-raspios-bullseye-armhf/2022-01-28-raspios-bullseye-armhf.img,format=raw > -device usb-storage,drive=stick -boot c -m 1G
The raspi3b machine does not have a default BIOS/firmware image or any emulation of it, so it cannot boot directly from a disk image. You'll need to directly pass a kernel/initrd/devicetree to QEMU, I think. -- PMM