5

My Mac mini doesn't boot without a monitor connected to it. As I've read in various forums on the internet, Mac OS X lets the Mac Mini boot without an attached monitor if SSH is turned on. Obviously, there's a setting in the EFI somewhere.

Is it possible to apply this setting in Linux as well?

belacqua
  • 23,540

3 Answers3

4

It's possible to buy dummy adapters, which tell the computer that there's a monitor connected.

They are quite easy to make oneself. Just use a DVI-I --> VGA adapter and connect the 2nd to the 7th pin using a 75 Ω resistor.

2

The bug is in Bootcamp. If you install grub-efi and enable it as the primary bootloader, you ran run Linux without any monitor attached.

Eliah Kagan
  • 119,640
joe
  • 21
1

I would guess that by using the nvram command under OS X, you can poke in a value that tells it to start without a monitor. I don't know what that option would be. nvram -p might give you a clue.

poolie
  • 9,358