Skip to content

Instantly share code, notes, and snippets.

@readingtype
Last active April 12, 2026 09:03
Show Gist options
  • Select an option

  • Save readingtype/67fbbb5b1f30d100e747479534a8e506 to your computer and use it in GitHub Desktop.

Select an option

Save readingtype/67fbbb5b1f30d100e747479534a8e506 to your computer and use it in GitHub Desktop.
Enabling boot through to a desktop, NomadBSD 20240711 on an Apple mid-2011 21.5-inch iMac

Enabling boot to desktop with NomadBSD on Apple mid-2011 21.5-inch iMac

Hardware: mid-2011 2.5Ghz i5 iMac, specs https://support.apple.com/en-gb/111983

OS version: FreeBSD 14.1-RELEASE-p2 NOMADBSD amd64

Steps from a live booted NomadBSD disk:

  1. in boot options: choose (6) Disable Automatic Graphics Detection and set to YES

  2. then boot

  3. then when in desktop session open the sakura terminal program and type:

doas sysrc initgfx_enable="NO"

and reboot

Observations about the installation:

  1. sound is really tinny, there must have been a profile in MacOS to restore tonal balance based on the the physical characteristics of speaker and enclosure.

  2. wifi does not work, despite showing up in the network menu. During boot it is evident that it is not correctly configured.

  3. looks like screen dimming does not work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment