CPU: Intel Core i3-4160
Mainboard: Gigabyte GA-H97M-D3H
RAM: 16GB
- Inject FakePCIID.kext
- Inject FakePCIID_Intel_HD_Graphics.kext
- Change clover setting "Devices > IntelGFX" to 0x04128086
- Inject FakePCIID_IXHCIMux.kext
- Inject CodecCommander.kext
- Change clover setting "Boot > Arguments" to "darkwake=8"
- Change resethda to true
- Karabiner
- F3,F4 to Mission Control/Launchpad
- Application Key to Option_R
sudo trimforce enable
- 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