README.zh_CN.md 4.5 KB
Newer Older
M
mrasong 已提交
1 2 3 4 5

## Intel NUC10 黑苹果 OpenCore EFI

### OpenCore

M
mrasong 已提交
6
[OpenCore 0.6.7](https://github.com/acidanthera/OpenCorePkg)
M
mrasong 已提交
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39


### 适配机型

- NUC10i7FNH/FNK
- NUC10i5FNH/FNK
- NUC10i3FNH/FNK


### 可安装系统

- macOS Big Sur 11.1
- macOS Catalina 10.15.7 (需替换wifi驱动 `AirportItlwm.kext` 为 Catalina 版本)


### BIOS 设置

- Advanced -> Storage -> SATA Mode Selection -> AHCI
- Advanced -> Video -> IGD Minimum Memory -> 64MB
- Advanced -> Video -> IGD Aperture Size -> 256MB
- Advanced -> Video -> IGD Primary Video Port -> Auto
- Boot -> Secure Boot -> Secure Boot -> Disabled
- Boot -> Boot Priority -> UEFI Boot -> Checked
- Boot -> Boot Priority -> Legacy Boot -> Unchecked
- Boot -> Boot Priority -> Fast Boot -> Unchecked

其它默认设置即可。


### CFG Unlock

新机器或之前未安装过 macOS 的机器,需要解锁CFGLock,具体步骤如下:

M
mrasong 已提交
40 41 42
1. 找一个U盘,格式化为 `FAT32` 分区。
2. 下载 `EFI` 文件,解压放到U盘根目录。(注意:目录结构应为`/EFI`)。
3. 将U盘插入NUC,重启,按`F10`,选择从刚才放入 `EFI` 文件的那个U盘启动。 
M
mrasong 已提交
43
4. 选择 `CFGLock Shell.efi` 选择回车,进行解锁。
M
mrasong 已提交
44 45 46 47 48 49

注意:若在OC引导界面看不到 `CFGLock Shell.efi` ,按`空格键`即可显示。


### config.plist

M
mrasong 已提交
50
1. `/EFI/OC/config.plist` 默认文本启动模式,声卡驱动为 `AppleALC.kext`,有些情况下 HDMI 音频不能正常工作。
M
mrasong 已提交
51 52 53 54
2. `/EFI/OC/config.AppleALC.plist``/EFI/OC/config.plist`
3. `/EFI/OC/config.VoodooHDA.plist` 默认文本启动模式,万能声卡驱动 `VoodooHDA.kext`(HDMI音频可以正常工作,内置麦克风也可以正常工作)。
4. `/EFI/OC/config.GUI.AppleALC.plist` 图形界面启动模式,声卡驱动为 `AppleALC.kext`
5. `/EFI/OC/config.GUI.VoodooHDA.plist` 图形界面启动模式,万能声卡驱动 `VoodooHDA.kext`
M
mrasong 已提交
55

M
mrasong 已提交
56
选择你自己喜欢的启动方式,替换掉 `config.plist` 即可。   
M
mrasong 已提交
57 58 59 60 61
**在 OC 引导界面,按 `空格键` 可显示辅助功能**


### 已知问题

M
mrasong 已提交
62 63 64
- 默认 `AppleALC.kext` 驱动下,部分设备HDMI音频无效(可使用万能声卡驱动 `VoodooHDA.kext` 解决)。
- Airdrop 无效。
- SD卡插槽无效。
M
mrasong 已提交
65 66 67 68


### HDMI 音频

M
mrasong 已提交
69 70
- 默认音频驱动为 `AppleALC.kext``/EFI/OC/config.plist` 中开启。 
- 如需使用万能声卡驱动 `VoodooHDA.kext`, 选择相应 plist 文件替换到 `/EFI/OC/config.plist` 即可。(别忘记替换三码)
M
mrasong 已提交
71 72 73 74 75


### Kexts

- [AirportItlwm.kext v1.2.0](https://github.com/OpenIntelWireless/itlwm)
M
mrasong 已提交
76
- [AppleALC.kext 1.5.8](https://github.com/acidanthera/AppleALC)
M
mrasong 已提交
77 78 79
- [IntelBluetoothFirmware.kext 1.1.2](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- [IntelBluetoothInjector.kext 1.1.2](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- [IntelMausi.kext 1.0.5](https://github.com/acidanthera/IntelMausi)
M
mrasong 已提交
80
- [Lilu.kext 1.5.1](https://github.com/acidanthera/Lilu)
M
mrasong 已提交
81 82 83 84
- [SMCProcessor.kext 1.2.1](https://github.com/acidanthera/VirtualSMC)
- [SMCSuperIO.kext 1.2.1](https://github.com/acidanthera/VirtualSMC)
- [VirtualSMC.kext 1.2.1](https://github.com/acidanthera/VirtualSMC)
- [WhateverGreen.kext 1.4.8](https://github.com/acidanthera/WhateverGreen)
M
mrasong 已提交
85 86 87 88 89 90
- [VoodooHDA.kext 2.9.2](https://github.com/chris1111/VoodooHDA-OC) 


### 工具

- [Hackintool](https://github.com/headkaze/Hackintool) 
M
mrasong 已提交
91 92 93 94 95
- [OpenCore Configurator](https://mackie100projects.altervista.org/opencore-configurator/)`OCC`
- [GenSMBIOS](https://github.com/corpnewt/GenSMBIOS) 三码生成工具。
- [MountEFI](https://github.com/corpnewt/MountEFI) EFI 分区挂载工具。
- [gibMacOS](https://github.com/corpnewt/gibMacOS) macOS 官方镜像下载工具。
- [ProperTree](https://github.com/corpnewt/ProperTree) Plist 编辑器。
M
mrasong 已提交
96 97 98 99 100 101 102 103 104 105 106 107


### 技术交流

QQ群: 591528332


### Credits

Thanks to [HawkysCC](https://github.com/HawkysCC) and his [EFI](https://github.com/HawkysCC/Hackintosh-NUC10i7)


M
mrasong 已提交
108 109 110 111 112 113 114 115 116 117
### By me a beer

![alipay](https://sn3301files.storage.live.com/y4motdhk_seImaIqjpenUPgmDei226yPQ5oylU0MjSq0izM6oM4IOIfUhfos1JRhtDsf3UmRcqNuJCGGV30byvRD19hW3hHkPRNs38D0XTnN0EriFrmKWjjPzj-gCJ-oSZ-9eY-0yIaFHyb2RzAzhza-lV2bfbr9WN-nbOId_FCLijghCsFpshvmq18PyJf7xWj?width=128&height=128&cropmode=none) 
Alipay

![wepay](https://sn3301files.storage.live.com/y4mfSVsBSWF0tZ_ieHI-ISXnGu5YYUC7AhfEpqF6TFDkkOamY3nLjdrYGQZ_ypY2UnHJ_PbbBmiJOLaQzX2mdlEYTrs8fublvjpM2uXiHmu0f0_DSjxcQS5pLNfHN6e6uvZEd_s5qgE0Et953Da767VI5HhlnvUlbyEq3f_DNd8gFNgDkDQDLIzZDmctsVB1DVo?width=128&height=128&cropmode=none) 
Wechat Pay

[Paypal](https://www.paypal.me/mrasong)