I'm trying to install the virtio drivers on Solaris 11 that I have installed as a virtual machine using bhyve under FreeBSD 14.1. The bhyve parameters that I've used are :
/usr/sbin/./bhyve-win -S -c sockets=4,cores=1,threads=1 -m 8G -w -H -A \-s 1,ahci-hd,/mnt/zroot2/zroot2/bhyve/img/Solaris/Solaris-114.img,bootindex=1 \-s 2,ahci-cd,/mnt/zroot2/zroot2/OS/ISO/Unix/Solaris/virtio-s11-1.1.1.iso \-s 13,virtio-net,tap15 \-s 29,fbuf,tcp=0.0.0.0:5915,w=1600,h=950,wait \-s 31,lpc \-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CODE.fd \vm0:15 < /dev/null & sleep 2 && vncviewer 0:15 &
Well,it seems that Solaris does not recognize the ISO image that I've attached,as you can see below :
What to do in this situation ?
If Solaris is able to detect the ISO image I will do what's explained here :
https://www.cyberciti.biz/faq/howto-mount-sun-solaris-cd-iso-image/
because I want to reach the driver that's stored inside the ISO image and I want to install it and finally I can have Internet inside the VM.