Skip to content

Instantly share code, notes, and snippets.

@jbollacke
Last active January 20, 2017 15:13
Show Gist options
  • Save jbollacke/e29ec8946a944d971dd0 to your computer and use it in GitHub Desktop.
Save jbollacke/e29ec8946a944d971dd0 to your computer and use it in GitHub Desktop.
Hackintosh installation

CPU: Intel Core i3-4160

Mainboard: Gigabyte GA-H97M-D3H

RAM: 16GB

Fix Graphics Card

Fix USB

Fix Audio after wake

  • Inject CodecCommander.kext
  • Change clover setting "Boot > Arguments" to "darkwake=8"
  • Change resethda to true

Fix keymap

  • Karabiner
    • F3,F4 to Mission Control/Launchpad
    • Application Key to Option_R

Enable trim

sudo trimforce enable

Useful commands

  • List loaded 3rd-party kexts
kextstat | grep -v com.apple
  • Install kext (invalidate cache afterwards)
cd /System/Library/Extensions
cp -r /path/to/name.kext .
sudo chmod -R 755 name.kext
sudo chown -R root:wheel name.kext
  • Invalidate cache
sudo rm -R Extensions.kextcache
sudo rm -R Extensions.mkext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment