使用方法
1.精简 kernelcache 已加入 FakeSMC.kext 6.18.1394 版
2.备份
/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
3.替换
/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
4.开机设置
四叶草尘哗:删掉 NoCaches=true,使用 kernelcache 开机,开机不可选用 without caches。
/EFI/CLOVER/config.plist
<key>NoCaches</key>
<true/>
变色龙:删掉 -f 及 UseKernelCache=No,使用 kernelcache 开机。
/Extra/org.chameleon.Boot.plist
<key>Kernel Flags<缓兄租/key>
<string>-f</string>
<key>UseKernelCache</key>
<扰兆string>No</string>
移除 /Extra/Extensions 及 /EFI/CLOVER/kexts/10.9 及 Other 无用的 kexts,避免产生不必要的错误。
5.说明:精简 kernelcache 内容,已移除以下可能造成安装错误的 kext
/System/Library/Extensions/AppleIntel*
/System/Library/Extensions/AppleHDA*
/System/Library/Extensions/AMD*
/System/Library/Extensions/GeForce*
/System/Library/Extensions/NVDA*
/System/Library/Extensions/AppleTyMCEDriver*
/System/Library/Extensions/IOBluetooth*
请在完成安装进入系统 增减 kext 之后,另行使用 Kext Utility v2.6.4 重建缓存即可