[Bug 263118] bhyve: "Can't find /boot/entropy"

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 07 Apr 2022 18:54:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263118

--- Comment #4 from benoitc <benoitc@enki-multimedia.eu> ---
i hove some success to boot the vm pas the /boot/entropy error using the
`uefi-csm` firmware:

https://hastebin.milkywan.fr/raw/eyuridicoz

To do it I setup vm-config with bhyve.the vnc screen become black the boot
continue in the console:

```
oader="uefi-csm"
cpu=1
memory=2G
network0_type="virtio-net"
network0_switch="public"
disk0_type="ahci-hd"
disk0_name="disk0"
disk0_dev="sparse-zvol"
uuid="053e0a09-b6a0-11ec-b2c1-1402ec690a80"
network0_mac="58:9c:fc:0d:e9:4a"
graphics="yes"
graphics_listen="[::]"
graphics_wait="yes"
``

But I can only boot the machine if the first time I stop it hardly using the
`vm poweroff <vm>` command/

-- 
You are receiving this mail because:
You are the assignee for the bug.