tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: mac mini (x86) hangs when booting w/out monitor



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


Home | Main Index | Thread Index | Old Index