bhyve can't find '/boot/entropy'

Stormshield ony provides an appliance for KVM but I am attempting to use it with bhyve.

I've made the following configuration using vm-bhyve, since this appliance is not stating with UEFI:

Code:
loader="bhyveload"
cpu=1
memory=2G
network0_type="virtio-net"
network0_switch="public"
disk0_type="virtio-blk"
disk0_name="disk0"
disk0_dev="sparse-zvol"
uuid="7aa0cad4-b4fc-11ec-898b-1402ec690a80"
network0_mac="58:9c:fc:04:33:de"

It starts to boot but then get stuck on the error `can't find '/boot/entropy'`

Capture d’écran 2022-04-06 à 17.27.12.png


Any idea what could be the issue? Testing the VM with KVM on proxmox it works without issues... What should I check?
 
[from time to time the vm doesn't boot until I type `boot` in the console. Instead I get the followinging message and error:

Code:
FreeBSD/amd64 User boot lua, Revision 1.2
Loading /boot/defaults/loader.conf
Loading /boot/loader.whitelist
Loading /boot/device.hints
Loading /boot/device.hints.sns
Loading /boot/loader.conf
Loading /boot/loader.conf.local
ERROR: /boot/lua/password.lua:127: attempt to call a nil value (field 'restrictInteractive').
 
Back
Top