Hi,
I am trying to create a Qemu vm on Windows 11. That is why I installed Qemu on my Windows. Then I downloaded Rocky Linux QCOW2 image and ISO files.
When I try to run
qemu-system-x86_64.exe -m 8192 -smp 4 -cdrom "C:\Users\teytey\Downloads\Rocky-9-latest-x86_64-dvd.iso" -drive file="C:\Users\teytey\Documents\Virtual Machines\qemu\rocky9\rocky9.qcow2",format=qcow2 -boot d
or
qemu-system-x86_64.exe -m 8192 -smp 4 -drive file=“C:\Users\teytey\Documents\Virtual Machines\qemu\rocky9\rocky9.qcow2”,format=qcow2
I always get the following error:
end kernel panic - not syncing - Attempted to kill init
I tried with Ubuntu’ s QCOW2 image to check if there is a problem with qemu itself, but it worked. How can I solve it?
Thanks!