On Mon, Dec 08, 2025 at 06:19:44PM +0000, Sad Clouds wrote:

I've recently deployed NetBSD-10.1 guest with Bhyve and don't remember
seeing such errors. How are you booting this VM? I'm using UEFI loader
for all my VMs:

I just use a script:

#!/bin/sh
bhyve -c 4 -m 32G -w -u -H \
-s 0,amd_hostbridge \
-s 3,virtio-blk,/dev/zvol/vms/vm-netbsd10 \
-s 5,virtio-net,tap6 \
-s 30,xhci,tablet \
-s 31,lpc -l com1,stdio -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd 
\
vm-netbsd10

The issue was not present in netbsd9 as far as I can remember (I'll test
again later to make sure)

I boot openbsd and various linux similarly. With freebsd guests I'll
usually use vmrun.sh for convenience but they can also be booted in this way.
--

Reply via email to