README.zh_CN.md 3.9 KB
Newer Older
M
mrasong 已提交
1 2 3

## Intel NUC10 黑苹果 OpenCore EFI

M
mrasong 已提交
4 5
### [English](README.md)

M
mrasong 已提交
6 7
### OpenCore

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


### 适配机型

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


### 可安装系统

M
mrasong 已提交
20 21
- macOS Ventura 13.x (直接使用 `config.plist`)
- macOS Monterey 12.x (使用 `config.Monterey.plist` 文件并重命名为 `config.plist`)
M
mrasong 已提交
22 23 24 25


### BIOS 设置

26
**最新版本(0055以后)升级后会导致 `CFGLock.efi` 失效!!!** 
M
mrasong 已提交
27

M
mrasong 已提交
28
**怎样升级到最新版本 `0059`** 
M
mrasong 已提交
29 30 31
1. 在0055版本上解锁 `CFGLock`, 保证 `CFG Lock` 值为 `0` 
2. 升级BIOS至最新版本 `0059` 
3. 进入 `CFGLock` , 查看 `CFG Lock` 值是否为 `0`, 为 `0` 则可以正常使用. 
32 33


M
mrasong 已提交
34
BIOS version **FNCML357.0059(CFG Unlocked under 0055)**
M
mrasong 已提交
35

M
mrasong 已提交
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
+ 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 已提交
52
    * Deep S4/S5 -> On
M
mrasong 已提交
53 54 55
    * Wake on Lan from S4/S5 -> Stay Off
    * Wake System from S5 -> Off
    * Wake From Thunderbolt Device -> Off
M
mrasong 已提交
56 57 58 59 60 61 62 63

其它默认设置即可。


### CFG Unlock

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

M
mrasong 已提交
64 65 66
1. 找一个U盘,格式化为 `FAT32` 分区。
2. 下载 `EFI` 文件,解压放到U盘根目录。(注意:目录结构应为`/EFI`)。
3. 将U盘插入NUC,重启,按`F10`,选择从刚才放入 `EFI` 文件的那个U盘启动。 
M
mrasong 已提交
67
4. 选择 `CFGLock Shell.efi` 选择回车,进行解锁。
M
mrasong 已提交
68 69 70 71 72 73 74 75

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


**在 OC 引导界面,按 `空格键` 可显示辅助功能**


### 已知问题
M
mrasong 已提交
76

M
Matthew Hawkins 已提交
77
- 雷电3设备支持较不稳定。
M
mrasong 已提交
78
- Airdrop 无效。
M
mrasong 已提交
79 80 81 82


### Kexts

M
ma 已提交
83 84 85 86
- [Lilu.kext 1.6.4](https://github.com/acidanthera/Lilu)
- [SMCProcessor.kext 1.3.1](https://github.com/acidanthera/VirtualSMC)
- [SMCSuperIO.kext 1.3.1](https://github.com/acidanthera/VirtualSMC)
- [VirtualSMC.kext 1.3.1](https://github.com/acidanthera/VirtualSMC)
M
mrasong 已提交
87 88
- [WhateverGreen.kext 1.6.4](https://github.com/acidanthera/WhateverGreen)
- [AppleALC.kext 1.7.9](https://github.com/acidanthera/AppleALC)
M
mrasong 已提交
89
- [IntelMausi.kext 1.0.7](https://github.com/acidanthera/IntelMausi)
M
mrasong 已提交
90
- [NVMeFix.kext 1.1.0](https://github.com/acidanthera/NVMeFix)
M
ma 已提交
91
- [AirportItlwm.kext 2.2.0-alpha](https://github.com/OpenIntelWireless/itlwm)
M
mrasong 已提交
92
- [BlueToolFixup.kext 2.6.4](https://github.com/acidanthera/BrcmPatchRAM)
M
mrasong 已提交
93 94 95
- [IntelBTPatcher.kext 2.2.0](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- [IntelBluetoothFirmware.kext 2.2.0](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- [IntelBluetoothInjector.kext 2.2.0](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
M
mrasong 已提交
96

M
mrasong 已提交
97

M
mrasong 已提交
98 99 100
### 工具

- [Hackintool](https://github.com/headkaze/Hackintool) 
M
mrasong 已提交
101 102 103
- [OpenCore Configurator](https://mackie100projects.altervista.org/opencore-configurator/)`OCC`
- [GenSMBIOS](https://github.com/corpnewt/GenSMBIOS) 三码生成工具。
- [MountEFI](https://github.com/corpnewt/MountEFI) EFI 分区挂载工具。
M
ma 已提交
104
- [EFI Agent](https://github.com/headkaze/EFI-Agent) 更方便的EFI分区挂载工具。
M
mrasong 已提交
105 106
- [gibMacOS](https://github.com/corpnewt/gibMacOS) macOS 官方镜像下载工具。
- [ProperTree](https://github.com/corpnewt/ProperTree) Plist 编辑器。
M
mrasong 已提交
107 108


M
mrasong 已提交
109 110 111 112 113 114
### 驱动

- [HDMI 固件更新工具](https://www.intel.cn/content/www/cn/zh/download/19639/intel-hdmi-firmware-update-tool-for-intel-nuc10i3fn-nuc10i5fn-nuc10i7fn-products.html)
- [Thunderbolt™ 3固件更新工具](https://www.intel.cn/content/www/cn/zh/download/19794/thunderbolt-3-firmware-update-tool-for-nuc10ixfn.html)


M
mrasong 已提交
115 116 117 118 119 120 121 122
### 技术交流

QQ群: 591528332


### Credits

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