Guest Example: FreeBSD - churchers/vm-bhyve GitHub Wiki

These guests can be installed using the default template included with vm-bhyve. This uses the bhyveload loader with no additional options.

# vm create myguest
# vm install myguest FreeBSD.iso

Sample Template

loader="bhyveload"
cpu=1
memory=256M
network0_type="virtio-net"
network0_switch="public"
disk0_type="virtio-blk"
disk0_name="disk0.img"

Notes

  • For pfSense I used the embedded kernel option which seems to work perfectly.