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:
It starts to boot but then get stuck on the error `can't find '/boot/entropy'`
Any idea what could be the issue? Testing the VM with KVM on proxmox it works without issues... What should I check?
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'`
Any idea what could be the issue? Testing the VM with KVM on proxmox it works without issues... What should I check?