I'd like to boot a UEFI
This does not accomplish that:
/bhyve/freebsd-guest/my.conf:
Guest's /boot/loader.conf:

Also, as a
I've been adding:
to no avail.
vm-bhyve
guest and see the FreeBSD orb graphic logo rather than the ASCII stick-art logo.This does not accomplish that:
/bhyve/freebsd-guest/my.conf:
Code:
loader="uefi"
graphics="yes"
graphics_res="1280x1024"
graphics_wait="yes"
xhci_mouse="yes"
cpu=2
memory=4G
network0_type="virtio-net"
network0_switch="public"
disk0_type="nvme"
disk0_name="disk0.img"
uuid="784989bb-2f14-11ef-ace3-90e2ba78ae40"
network0_mac="58:9c:fc:0b:f6:f0"
Guest's /boot/loader.conf:
Code:
zfs_load=yes
vesa_load=yes
videomode_load=yes
splash_bmp_load=yes
kern.geom.label.gpt=1
vfs.zfs.trim.enabled=0

Also, as a
vm-bhyve
user who might experiment with tweaking bhyve_options
in /bhyve/freebsd-guest/my.conf, how can I verify the specific bhyve
command line that is being run? ps -w132
and similar always show the process as simply
Code:
bhyve: freebsd-guest (bhyve)
I've been adding:
Code:
bhyve_options="-s 29,fbuf,tcp=0.0.0.0:5900,wait"
to no avail.