Re: mac mini (x86) hangs when booting w/out monitor
RVP <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
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