Running FreeBSD-14.0 and have been happily using vm-bhyve to run a Win10 and some RHEL9 VMS. The other day I went to install ArchLinux. I used the centos7 template just increasing the memory as that seemed to be closed to what I wanted. The template is:
For a working RHEL9 install I added bhyve_options="-A" to the end.
The install went smoothly, and then I installed X with openbox. I did startx and I had no mouse or keyboard input. (I had been sure to install the evdev driver. I also tried with devuan, and Fedora. With Fedora, which has a GUI installer, I couldn't even click on any choices, though I was able to to tab.
Web searching hasn't found anything, so this may be some weirdness with my particular system, but though I'd ask and see if anyone has any ideas.
Rocky and other RH alternatives work, as well as RH itself so it may be a kernel version thing, with newer kernels, but at this point, I'm just guessing.
Code:
loader="uefi"
graphics="yes"
xhci_mouse="yes"
cpu=1
memory=512M
network0_type="virtio-net"
network0_switch="public"
disk0_type="virtio-blk"
disk0_name="disk0.img"
The install went smoothly, and then I installed X with openbox. I did startx and I had no mouse or keyboard input. (I had been sure to install the evdev driver. I also tried with devuan, and Fedora. With Fedora, which has a GUI installer, I couldn't even click on any choices, though I was able to to tab.
Web searching hasn't found anything, so this may be some weirdness with my particular system, but though I'd ask and see if anyone has any ideas.
Rocky and other RH alternatives work, as well as RH itself so it may be a kernel version thing, with newer kernels, but at this point, I'm just guessing.