记录一下安装黑苹果的全过程。
准备
硬件配置
Lenovo Xiaoxin Air 13 Pro, 对应的硬件配置如下:
CPU | 内存 | 显卡 | 声卡 |
---|---|---|---|
Intel Core i7 6500U @ 2.50GHz | 8G | Intel HD Graphics 520 | Intel Corporation Sunrise Point-LP HD Audio |
操作系统版本
操作系统版本:macOS-Catalina-10.15.4-19E266。
镜像制作
下载etcher,打开镜像,选择U盘,点击Flash即可。
微PE工具箱
从http://www.wepe.com.cn/download.html中下载对应的PE版本并刻录到U盘,用于备份EFI或者进入不了系统时的急救。
安装
安装过程比较简单,详见黑果小兵macOS-Catalina-10.15.4-19E266安装过程中的步骤。
驱动安装
安装完成后,用Clover Configurator加载EFI分区,然后复制EIF->CLOVER下的config_5700.plist为config.plist,将对应的驱动补丁下载, 并将kext目录下的几个文件放到EFI的CLOVER/kexts/other目录下。
声卡对应的inject id为3。
打开hidpi:
参考:
https://www.sqlsec.com/2018/09/hidpi.html
https://github.com/xzhih/one-key-hidpi
打开终端执行以下命令,按照文档中的说明一步步操作即可:
1 | sh -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi-zh.sh)" |
亮度调节:
参考:https://www.bilibili.com/video/av54305176/
首先删除以前用过的亮度驱动,如ACPIBacklightInjector,删除ACPI/patched下的SSDT-PNLF.aml,然后打开clover configurator ,ACPI部分与视频一样勾上AddPNLF,然后Device部分勾选SetIntelBacklight和SetIntelMaxBacklight,然后你需要在你的kexts/other中放入较新版本的WhateverGreen.kext,重启生效。
Dell 9020显示驱动
参考https://imac.hk/heipingguo-hd4400-hd4600-kext.html
Dell 9020的驱动比较简单,不用上面这么麻烦,用Clover Configurator挂载EFI目录,再打开config.plist进行编辑:
1 | #Graphics: |
台式机打开hidpi时注意选择:
1 | 1:开启hidpi |
显示器不能使用VGA,否则不能显示。
Dell 9020对应的EFI下载
打印机
1 | #https://warwick.ac.uk/fac/soc/wbs/central/issu/help/kb/hardware/printers/kyoceramac-win/ |
其他
vscode可以在命令行直接输入code打开:
1 | #for mac |
加载硬盘为自定义的目录:
1 | #https://blog.csdn.net/wangrui1573/article/details/82562253 |
环境变量:
1 | alias ll='ls -l' |
下载m3u8:
1 |
|
使用annie下载视频:
请参考:https://github.com/iawia002/annie
下载优酷vip视频:
先安装chrome插件: cookies.txt,然后使用以下命令下载:
1 |
|
参考
- https://blog.daliansky.net/Intel-FB-Patcher-tutorial-and-insertion-pose.html
- https://www.sqlsec.com/2018/09/hidpi.html
- https://www.bilibili.com/video/av46767597?from=search&seid=18234894269411097533
- https://github.com/acidanthera/AppleALC
- https://bitbucket.org/RehabMan/os-x-acpi-battery-driver/downloads/
- https://github.com/fishrong/ASUS-FL5500L-EFI/tree/master/EFI/CLOVER/kexts/Other/ApplePS2SmartTouchPad.kext
- https://www.jianshu.com/p/955ce6706ae2
- https://imac.hk/heipingguo-hd4400-hd4600-kext.html