bhyve ReactOS supports UEFI,but the ISO image does not boot when virtualized with bhyve...

Hello.

Any thoughts on running ReactOS under bhyve? Unfortunately I get errors during boot. Suggestions would be appreciated. This is how I'm trying to boot it :

Code:
bhyve -S -c sockets=2,cores=2,threads=2 -m 4G -w -H -A \
-s 0,hostbridge \
-s 1,ahci-cd,/home/marietto/Downloads/OS/Windows/ReactOS-0.4.14-release-105-g3066a9a.iso,bootindex=1 \
-s 2,ahci-hd,/mnt/da2p2/bhyve/img/Windows/ReactOS.img \
-s 13,virtio-net,tap8 \
-s 29,fbuf,tcp=0.0.0.0:5908,w=1600,h=950,wait \
-s 30,xhci,tablet \
-s 31,lpc \
-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CODE.fd \
vm0:8 < /dev/null & sleep 2 && vncviewer 0:8

PS : ReactOS-0.4.14-release-105-g3066a9a-Live.iso behaves the same.

The errors that it gives :

Istantanea_2024-04-10_19-11-26.png


Someone has already tried to virtualize it ?
 
Back
Top