Skip to content

Instantly share code, notes, and snippets.

@kukat
Created December 17, 2015 15:44
Show Gist options
  • Save kukat/1159a4f03e88d4ed5978 to your computer and use it in GitHub Desktop.
Save kukat/1159a4f03e88d4ed5978 to your computer and use it in GitHub Desktop.

Hackintosh Note - El Captain

Hardware specs

  • Intel i7 4790k
  • Gigabyte z97 gaming 7
  • Gigabyte GTX 970 g1
  • Team DDR2400 8g*2

OS

  • El Captain 10.11.2
  • Clover 3330

Clover

Config.plist gist Note Disable Nvidia during installation by set bootarg nv_disable=1, and enable it after installed Nvidia web driver.

kext

Post install

Nvidia web driver

Official download

Add Clover bootarg nvda_drv=1

Audio ALC 1150

Note Make sure you have original AppleHDA.kext.

  1. Download audio_cloverALC-110.zip from toleda/audio_CloverALC and unzip it to get audio_cloverALC-110_v1.0l.command
  2. Download audio_alc_9series-hda-93_patch.command.zip from toleda/audio_ALCInjection and unzip it to get audio_alc_9series-hda-93_patch.command
  3. Mount EFI partition
  4. Double click audio_cloverALC-110_v1.0l.command
    • Confirm Realtek ALC1150 (y/n): y
    • Enable HD4600 HDMI audio (y/n): y
    • Clover Audio ID Injection (y/n): y
    • Use Audio ID: 1 (y/n): y
  5. Double click audio_alc_9series-hda-93_patch.command
  6. Restart and have fun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment