## Intel NUC10 黑苹果 OpenCore EFI ### OpenCore [OpenCore 0.7.2](https://github.com/acidanthera/OpenCorePkg) ### 适配机型 - NUC10i7FNH/FNK - NUC10i5FNH/FNK - NUC10i3FNH/FNK ### 可安装系统 - macOS Big Sur 11.x - macOS Catalina 10.x (需替换wifi驱动 `AirportItlwm.kext` 为 Catalina 版本) ### BIOS 设置 BIOS version **FNCML357.0050 (latest)** + 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 * Deep S4/S5 -> On * Wake on Lan from S4/S5 -> Stay Off * Wake System from S5 -> Off * Wake From Thunderbolt Device -> Off 其它默认设置即可。 ### CFG Unlock 新机器或之前未安装过 macOS 的机器,需要解锁CFGLock,具体步骤如下: 1. 找一个U盘,格式化为 `FAT32` 分区。 2. 下载 `EFI` 文件,解压放到U盘根目录。(注意:目录结构应为`/EFI`)。 3. 将U盘插入NUC,重启,按`F10`,选择从刚才放入 `EFI` 文件的那个U盘启动。 4. 选择 `CFGLock Shell.efi` 选择回车,进行解锁。 注意:若在OC引导界面看不到 `CFGLock Shell.efi` ,按`空格键`即可显示。 **在 OC 引导界面,按 `空格键` 可显示辅助功能** ### 已知问题 - 雷电3设备支持较不稳定。 - Airdrop 无效。 ### Kexts - [AirportItlwm.kext 2.0.0](https://github.com/OpenIntelWireless/itlwm) - [AppleALC.kext 1.6.3](https://github.com/acidanthera/AppleALC) - [IntelBluetoothFirmware.kext 2.0.0](https://github.com/OpenIntelWireless/IntelBluetoothFirmware) - [IntelBluetoothInjector.kext 2.0.0](https://github.com/OpenIntelWireless/IntelBluetoothFirmware) - [IntelMausi.kext 1.0.7](https://github.com/acidanthera/IntelMausi) - [Lilu.kext 1.5.5](https://github.com/acidanthera/Lilu) - [SMCProcessor.kext 1.2.6](https://github.com/acidanthera/VirtualSMC) - [SMCSuperIO.kext 1.2.6](https://github.com/acidanthera/VirtualSMC) - [VirtualSMC.kext 1.2.6](https://github.com/acidanthera/VirtualSMC) - [WhateverGreen.kext 1.5.2](https://github.com/acidanthera/WhateverGreen) - [VoodooHDA.kext 2.9.2](https://github.com/chris1111/VoodooHDA-OC) - [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) - [IOElectrify.kext 1.0.0](https://github.com/the-darkvoid/macOS-IOElectrify) ### 工具 - [Hackintool](https://github.com/headkaze/Hackintool) - [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 编辑器。 ### 技术交流 QQ群: 591528332 ### Credits Thanks to [HawkysCC](https://github.com/HawkysCC) and his [EFI](https://github.com/HawkysCC/Hackintosh-NUC10i7)