On Mon, 29 Sep 2025, Valery Ushakov wrote:
I have a Late 2014 mini (7,1) that runs NetBSD 10. I can't seem to boot it headless. As far as I can tell the kernel hangs attaching video.
Try disabling the Intel DRMKMS. genfb(4) doesn't require a monitor, I think: ``` userconf=disable i915drmkms* ``` in /boot.cfg -RVP