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

## Intel NUC10 黑苹果 OpenCore EFI

### OpenCore

M
mrasong 已提交
6
[OpenCore 0.7.0](https://github.com/acidanthera/OpenCorePkg)
M
mrasong 已提交
7 8 9 10 11 12 13 14 15 16 17


### 适配机型

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


### 可安装系统

M
mrasong 已提交
18
- macOS Big Sur 11.4
M
mrasong 已提交
19 20 21 22 23
- macOS Catalina 10.15.7 (需替换wifi驱动 `AirportItlwm.kext` 为 Catalina 版本)


### BIOS 设置

M
mrasong 已提交
24 25
BIOS version **FNCML357.0050 (latest)**

M
mrasong 已提交
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
+ Advanced
  - Storage
    * SATA Mode Selection -> AHCI
  - Video
    * IGD Minimum Memory -> 64MB
    * IGD Aperture Size -> 256MB
    * IGD Primary Video Port -> Auto
+ Boot 
  - Secure Boot
    * Secure Boot -> Disabled
  - Boot Priority
    * UEFI Boot -> Checked
    * Legacy Boot -> Unchecked
    * Fast Boot -> Unchecked
+ Power
  - Secondary Power Settings
M
mrasong 已提交
42
    * Deep S4/S5 -> On
M
mrasong 已提交
43 44 45
    * Wake on Lan from S4/S5 -> Stay Off
    * Wake System from S5 -> Off
    * Wake From Thunderbolt Device -> Off
M
mrasong 已提交
46 47 48 49 50 51 52 53

其它默认设置即可。


### CFG Unlock

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

M
mrasong 已提交
54 55 56
1. 找一个U盘,格式化为 `FAT32` 分区。
2. 下载 `EFI` 文件,解压放到U盘根目录。(注意:目录结构应为`/EFI`)。
3. 将U盘插入NUC,重启,按`F10`,选择从刚才放入 `EFI` 文件的那个U盘启动。 
M
mrasong 已提交
57
4. 选择 `CFGLock Shell.efi` 选择回车,进行解锁。
M
mrasong 已提交
58 59 60 61 62 63

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


### config.plist

M
mrasong 已提交
64
1. `/EFI/OC/config.plist` 默认文本启动模式,声卡驱动为 `AppleALC.kext`,有些情况下 HDMI 音频不能正常工作。
M
mrasong 已提交
65 66 67 68
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 已提交
69

M
mrasong 已提交
70
选择你自己喜欢的启动方式,替换掉 `config.plist` 即可。   
M
mrasong 已提交
71 72 73 74 75
**在 OC 引导界面,按 `空格键` 可显示辅助功能**


### 已知问题

M
mrasong 已提交
76 77 78
- 默认 `AppleALC.kext` 驱动下,部分设备HDMI音频无效(可使用万能声卡驱动 `VoodooHDA.kext` 解决)。
- Airdrop 无效。
- SD卡插槽无效。
M
mrasong 已提交
79 80 81 82


### HDMI 音频

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


### Kexts

M
mrasong 已提交
89
- [AirportItlwm.kext 1.3.0](https://github.com/OpenIntelWireless/itlwm)
M
mrasong 已提交
90
- [AppleALC.kext 1.6.1](https://github.com/acidanthera/AppleALC)
M
mrasong 已提交
91 92
- [IntelBluetoothFirmware.kext 1.1.2](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- [IntelBluetoothInjector.kext 1.1.2](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
M
mrasong 已提交
93 94
- [IntelMausi.kext 1.0.6](https://github.com/acidanthera/IntelMausi)
- [Lilu.kext 1.5.3](https://github.com/acidanthera/Lilu)
M
mrasong 已提交
95 96 97 98
- [SMCProcessor.kext 1.2.4](https://github.com/acidanthera/VirtualSMC)
- [SMCSuperIO.kext 1.2.4](https://github.com/acidanthera/VirtualSMC)
- [VirtualSMC.kext 1.2.4](https://github.com/acidanthera/VirtualSMC)
- [WhateverGreen.kext 1.5.0](https://github.com/acidanthera/WhateverGreen)
M
mrasong 已提交
99 100 101 102 103 104
- [VoodooHDA.kext 2.9.2](https://github.com/chris1111/VoodooHDA-OC) 


### 工具

- [Hackintool](https://github.com/headkaze/Hackintool) 
M
mrasong 已提交
105 106 107 108 109
- [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 已提交
110 111 112 113 114 115 116 117 118 119 120 121


### 技术交流

QQ群: 591528332


### Credits

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


M
mrasong 已提交
122 123 124 125 126 127 128 129 130 131
### 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)