Problem trying to create a :inux VM using BHYVE
Yes, I've read all.
Got bhyve setup fine and got a FreeBSD15 VM running just fine.
The problem I'm having thought is trying to get a Linux VM running.
I've tried using both the Linux template (UEFI) and one using grub. The closest I've got is using a template using grub.
I've tried several Linux distros (Arch, Debian and Alpine) all with the same results.
The install works fine (or seems to), however when the installer is finished and says to reboot, they all reboot and I just get a prompt (grub >) not rebooting to a logim screen.
Here's an example of the template:
loader="grub"
cpu=1
memory=512M
network0_type="virtio-net"
network0_switch="public"
disk0_type="virtio-blk"
disk0_name="disk0.img"
grub_run_partition="1"
grub_run_dir="/boot/grub"