Can somebody help me with #NetBSD running in #FreeBSD bhyve? When I run startx inside NetBSD I get kernel panic (in the VM, not host). This is my command:
bhyve \
-D \
-S \
-H \
-w \
-c 4 \
-m 32G \
-s 0,hostbridge \
-s 3,nvme,/dev/zvol/zroot/netbsd \
-s 10,virtio-net,tap1 \
-s 29,fbuf,tcp=0.0.0.0:5901,w=1024,h=768 \
-s 30,xhci,tablet \
-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \
netbsd