我的硬件配置:
- CPU: i7-8550U @ 1.8GHz
- 内存:16GB
- Nvidia GTX MX 150 / Intel UHD 620
- 3K 显示屏 @ 3000×2000
- 512 Gb 东芝固态硬盘 (Not tested on Liteon SSDs yet) 亲测Liteon CA3 需修改KEXTS补丁: Name*: IONVMeFamily Find* [HEX]: f6c1100f 85410100 00 Replace* [HEX]: f6c1020f 85410100 00 Comment: IONVMeFamily Preferred Block Size 0x10 -> 0x02 (c) Pike R. Alpha implemented by syscl adapted for 10.13.x-10.14 by Ricky MatchOS: 10.14
- USB Wifi: Edimax N150
能用的功能:
- KBL 显卡驱动
- 睡眠
- 亮度调节
- Applealc 声卡
- 键盘音量控制
- 摄像机
- 触摸板
- 多指触屏
- 电池
- 蓝牙(需要先进入Windows系统,重启后选择macos才能生效)
- 能源管理
- U 盘 Wi-Fi
不能用的功能:
- MX 150
- 外界显卡(没测试过)
- 指纹识别
- 英特尔网卡
开始吧
需要的工具:
- 华为 Matebook X Pro (i7 和 i5 都可以)
- macOS 镜像
- 8GB U盘
- USB 网卡
- USB C 转 USB A
BIOS 设置
- 按 f2 键进BIOS
- 还原
- 取消安全启动
安装前:
使用华为管家,升级BIOS!!
装系统之前最好Windows的文件保存一下
要想保留Windows 系统的话也可以: http://www.tonymacx86.com/multi-booting/133940-mavericks-windows-8-same-drive-without-erasing.html
用这个教程做USB引导: https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/
用rehabman的HD620 config.plist
为了做引导,把 config.plist/Graphics/ig-platform-id 设为 0x12345678.
要是您重装了windows的话,指纹可能不好用了,得重装驱动: http://bradshacks.com/matebook-x-pro-fingerprint/
按照第二张帖子装mac系统: https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/
安装后:
您现在应该在桌面。
下载:
- Clover Configurator Pro https://github.com/Micky1979/Clover-Configurator-Pro/blob/master/Updates/CCP_v1.4.1.zip?raw=true
- USB Wi-fi 驱动软件
- 最新的Clover: https://sourceforge.net/projects/cloverefiboot/
替换EFI
下载我的github上的文件 您要是有中国产的华为笔记本的话, 您应该:
- i5的用户,请自己生成能源管理的kext。 https://github.com/stevezhengshiqi/one-key-cpufriend
DSDT 修理
把下面的代码加入dsdt里面,修复键盘亮度调节.
into method label _Q0A replace_content
begin
// Brightness Down\n
Notify(\_SB.PCI0.LPCB.PS2K, 0x0405)\n
end;
into method label _Q0B replace_content
begin
// Brightness Up\n
Notify(\_SB.PCI0.LPCB.PS2K, 0x0406)\n
end;
重启
恭喜,您现在该有个能用的黑苹果.
常见为题:
- 亮度调节不了: 下载 “brightness slider” https://itunes.apple.com/us/app/brightness-slider/id456624497?mt=12
- 睡眠用不了
- 蓝牙得从windows重启才能用
附
件
下
载