必要驅動工具集:
Clover Bootloader最新版本下載: https://github.com/Dids/clover-builder/releases
AppleALC音頻驅動:https://github.com/acidanthera/AppleALC/releases
LiLu最新版:https://github.com/acidanthera/Lilu/releases
Whatever最新版(已經合並了WhateverGreen,IntelGraphicsFixup,NvidiaGraphicsFixup,Shiki和CoreDisplayFixup):https://github.com/acidanthera/WhateverGreen/releases
次要驅動:
wifi補丁AirportBrcmFixup:https://github.com/acidanthera/AirportBrcmFixup/releases
HibernationFixup(解決某些情況下休眠黑屏):https://github.com/acidanthera/HibernationFixup/releases
Shiki(視頻播放支持和硬件視頻加速,已整合在Whatever):https://github.com/acidanthera/Shiki
IntelGraphicsDVMTFixup :
輔助工具集:
MaciASL:https://github.com/acidanthera/MaciASL/releases
1.如何安裝驅動kexts ?
- 使用Kext Beast, Kext Wizard, Kext Utility等軟件安裝(但不推薦),如果安裝錯誤了,需要:
sudo rm -rf /Library/Extensions/xxx.kext
sudo rm -rf /System/Library/Extensions/xxx.kext
- 推薦自行命令行安裝(10.11.x之后的系統,kexts只需要安裝到/L/E目錄):
sudo cp -r xxx.kext /Library/Extension/
重建驅動緩存:
sudo kextcache -i /
2.關於多系統安裝(通常win 10 + OS X)
- OS X 需要GPT,如果Windows是基於legacy安裝的,需要轉換到UEFI/GPT(OS X和Windows處於一個硬盤)
- OS X 不兼容MSR分區,必須刪除GPT中的MSR分區
- OS X 需要大於200mb的EFI分區
3.關於集成顯卡DVMT-prealloc容量設置
- 首先通過BIOS設置,調整DVMT容量以保證kext驅動正常
- 對於部分BIOS限制32mb的情況,需要自行添加framebuffer(幀緩沖補丁):
https://www.tonymacx86.com/threads/...lensize-patch-with-32mb-dvmt-prealloc.221506/
補充指南: