必要驱动工具集:

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容量设置

补充指南:

相关文章:

  • 2021-04-24
  • 2021-07-01
  • 2021-09-27
  • 2021-11-29
  • 2021-08-31
  • 2021-05-03
  • 2021-11-28
猜你喜欢
  • 2021-10-12
  • 2021-12-25
  • 2021-11-24
  • 2021-06-03
  • 2021-11-20
  • 2021-10-04
  • 2021-08-16
相关资源
相似解决方案