Re: mac mini (x86) hangs when booting w/out monitor
Valery Ushakov <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Oct 02, 2025 at 06:46:21 +0000, RVP wrote: > 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 That helps, thanks! -uwe