Solved SteamOS / Holo archiso on FreeBSD virtualized with bhyve : jupiter controller firmware update service failed.

Hello to everyone,

I'm downloaded and installed SteamOS / Holoiso from this github :


in bhyve,using the following parameters :

Code:
bhyve -S -c 2 -m 4G -w -H \
-s 0,hostbridge \
-s 1,ahci-cd,/mnt/$vmdisk'p2'/bhyve/iso/Linux/SteamOS_Holo-20220510_0636_amdgpu-x86_64.iso \
-s 2,ahci-hd,/mnt/$vmdisk1'p2'/bhyve/img/Linux/SteamOS.img \
-s 7:0,passthru,2/0/0,rom=TU102.rom \
-s 7:1,passthru,2/0/1 \
-s 7:2,passthru,2/0/2 \
-s 7:3,passthru,2/0/3 \
-s 8:,virtio-net,tap20 \
-s 29,fbuf,tcp=0.0.0.0:5920,w=1440,h=900 \
-s 30,xhci,tablet \
-s 31,lpc \
-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \
vm20 < /dev/null & sleep 2 && vncviewer 0:20

and yes,it booted and its going to be installed :

Screenshot_2022-05-13_11-02-41.jpg


Screenshot_2022-05-13_11-22-18.jpg


But when I've rebooted this error freezed the VM :

SScreenshot_2022-05-13_12-10-18.jpg
 
Et voila'. SteamOS works virtualized on bhyve. Another good achievement that could be part of my youtube freebsd video tutorial series.

WhatsApp Image 2022-06-10 at 21.38.43.jpeg


WhatsApp Image 2022-06-10 at 21.41.49.jpeg
 
Back
Top