Re: bhyve an missing packages?

From: Olivier_Cochard-Labbé <olivier_at_freebsd.org>
Date: Sun, 02 Feb 2025 21:32:51 UTC
On aarch64, here is what I was used to do:

$ sudo pkg install -y u-boot-bhyve-arm64
$ sudo bhyve -c 2 -s 0,hostbridge -s
1,virtio-blk,FreeBSD-14.2-RELEASE-arm64-aarch64.raw -o console=stdio -o
bootrom=/usr/local/share/u-boot/u-boot-bhyve-arm64/u-boot.bin -m 1G vm1

But on a recent head I meet an error that wasn’t here few months ago:
bhyve: vm_openf: No such file or directory

Regards,
Olivier