Anyone having luck getting AlmaLinux 9.5 to run under bhyve on FreeBSD 14.1-RELEASE-p5 using vm-bhyve 1.6?
I had a 9.4 instance running fine (installed as a 9.3 about a year ago with a number of dnf upgrades in that time). Last upgrade was to go from 9.4 to 9.5 and that stopped working about a week ago - just something I was playing with so didn't notice for a bit. It got a kernel fault about not being able to find the appropriate initramfs for the new kernel version - it wasn't in /boot and I couldn't recreate it.
Decided to blow the current instance away and just do a reinstall using the 9.5 boot iso.
The install is failing with a "Pane is dead (signal 11,...)" error. The linux program-log shows some issues with the systemd and the networkmgr but I don't think that's the cause. Nothing looks amiss in the vm-bhyve.log
The config file is really simple
There's a uuid and a network0_mac address as well
xhci_mouse="YES"
I had a 9.4 instance running fine (installed as a 9.3 about a year ago with a number of dnf upgrades in that time). Last upgrade was to go from 9.4 to 9.5 and that stopped working about a week ago - just something I was playing with so didn't notice for a bit. It got a kernel fault about not being able to find the appropriate initramfs for the new kernel version - it wasn't in /boot and I couldn't recreate it.
Decided to blow the current instance away and just do a reinstall using the 9.5 boot iso.
The install is failing with a "Pane is dead (signal 11,...)" error. The linux program-log shows some issues with the systemd and the networkmgr but I don't think that's the cause. Nothing looks amiss in the vm-bhyve.log
The config file is really simple
Code:
loader="uefi"
cpu=2
memory=2G
uefi_vars="yes"
network0_type="virtio-net"
network0_switch="local"
disk0_type="nvme"
disk0_name="disk0.img"
graphics="yes"
graphics_res="1600x900"
There's a uuid and a network0_mac address as well
xhci_mouse="YES"