19:18:07 anyway in bhyve to set the uefi bootrom to pxe boot? 20:31:11 I can't recall the details now of the rom image we use, but IIRC in theory (at least), there should be a file that basically acts as the VM's nvram -- if you think about a physical system, where it persists all the stuff in the setup 20:31:20 for UEFI, that should include UEFI variables 20:31:31 which would include all the bits for managing boot order 20:32:33 but I can't recall seeing anything when the VM starts to go into setup, nor do we have anything I'm aware of that'd let you manipulate those bits external to the VM 20:33:02 (e.g. create a Boot#### variable for PXE boot on whatever nic, then stick it first in the BootOrder variable) 21:08:15 with loader, in ok prompt, enter: reboot -f 21:10:40 but for actual pxe boot, you probably need pxe firmware or such, perhaps something like chainloading ipxe..