<div dir="ltr">Thank you for your response.<div><br></div><div>I attached my QEMU parameter command line screenshot which is very close to your parameters except<b> -cpu</b> that I should use <b>max</b> and I can not use kvm or other CPU options because I got other errors about them.</div><div> </div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Sat, Jan 11, 2025 at 9:51 PM Sergey Zigachev <<a href="mailto:s.zi@outlook.com">s.zi@outlook.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> I booted the last DragonflyBSD iso snapshot image*[ DragonFly-x86_64-20250110-DEV-v6.5.0.790.g935aa.iso ]* on QEMU with no problem and then I tried to install it on the QCOW2 image that I created before under QEMU.<br>
> <br>
> Now, I have got the attached screenshot picture that the DragonflyBSD failed to boot.<br>
> <br>
> I also, tested this problem with UFS (instead of HAMMER2) but nothing changed.<br>
> <br>
> What should I do to pass this step?<br>
> <br>
<br>
How do you run a VM? I'm using this set of parameters and it works fine:<br>
<br>
qemu-system-x86_64<br>
-m 4096<br>
-drive if=virtio,file=dragonflybsd.qcow2,format=qcow2,index=0,id=disk<br>
-device ahci,id=disk<br>
-netdev user,id=mynet0,hostfwd=tcp::8822-:22<br>
-device e1000,netdev=mynet0<br>
-smp 4<br>
-cpu host<br>
-enable-kvm<br>
-display gtk<br>
<br>
And yes, i installed DragonFly in a legacy BIOS mode, too.<br>
<br>
</blockquote></div>