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

## Intel NUC10 黑苹果 OpenCore EFI

### OpenCore

M
mrasong 已提交
6
[OpenCore 0.8.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 19 20
- macOS Monterey 12.x (Default `config.plist`)
- macOS Big Sur 11.6.x (Replace `config.plist` with `config.BigSur.plist`)
- macOS Catalina 10.15.x (Replace `config.plist` with `config.Catalina.plist`)
M
mrasong 已提交
21 22 23 24


### BIOS 设置

M
mrasong 已提交
25
BIOS version **FNCML357.0055 (latest)**
M
mrasong 已提交
26

M
mrasong 已提交
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
+ 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 已提交
43
    * Deep S4/S5 -> On
M
mrasong 已提交
44 45 46
    * Wake on Lan from S4/S5 -> Stay Off
    * Wake System from S5 -> Off
    * Wake From Thunderbolt Device -> Off
M
mrasong 已提交
47 48 49 50 51 52 53 54

其它默认设置即可。


### CFG Unlock

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

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

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


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


### 已知问题
M
Matthew Hawkins 已提交
67
- 雷电3设备支持较不稳定。
M
mrasong 已提交
68
- Airdrop 无效。
M
mrasong 已提交
69 70 71 72


### Kexts

M
mrasong 已提交
73
- [Lilu.kext 1.6.0](https://github.com/acidanthera/Lilu)
M
mrasong 已提交
74 75 76 77
- [WhateverGreen.kext 1.5.8](https://github.com/acidanthera/WhateverGreen)
- [SMCProcessor.kext 1.2.9](https://github.com/acidanthera/VirtualSMC)
- [SMCSuperIO.kext 1.2.9](https://github.com/acidanthera/VirtualSMC)
- [VirtualSMC.kext 1.2.9](https://github.com/acidanthera/VirtualSMC)
M
mrasong 已提交
78
- [AppleALC.kext 1.7.1](https://github.com/acidanthera/AppleALC)
M
mrasong 已提交
79 80 81
- [IntelMausi.kext 1.0.7](https://github.com/acidanthera/IntelMausi)
- [AirportItlwm.kext 2.1.0](https://github.com/OpenIntelWireless/itlwm)
- [BlueToolFixup.kext 2.6.1](https://github.com/acidanthera/BrcmPatchRAM)
M
mrasong 已提交
82 83
- [IntelBluetoothFirmware.kext 2.1.0](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- [IntelBluetoothInjector.kext 2.1.0](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
M
mrasong 已提交
84 85
- [FakePCIID.kext 1.3.15](https://bitbucket.org/RehabMan/os-x-fake-pci-id)
- [FakePCIID_Intel_HDMI_Audio.kext 1.3.15](https://bitbucket.org/RehabMan/os-x-fake-pci-id)
M
mrasong 已提交
86
- [IOElectrify.kext 1.0.0](https://github.com/the-darkvoid/macOS-IOElectrify)
M
mrasong 已提交
87 88 89 90

### 工具

- [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


### 技术交流

QQ群: 591528332


### Credits

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