README.md 3.8 KB
Newer Older
M
mrasong 已提交
1

M
mrasong 已提交
2
## Intel NUC10 Hackintosh OpenCore EFI
3

M
mrasong 已提交
4 5
### [简体中文](README.zh_CN.md)

M
mrasong 已提交
6
### OpenCore
M
mrasong 已提交
7

M
ma 已提交
8
[OpenCore 0.9.0](https://github.com/acidanthera/OpenCorePkg)
9

M
mrasong 已提交
10

M
mrasong 已提交
11
### Adapted
M
mrasong 已提交
12

M
mrasong 已提交
13 14 15 16 17 18
- NUC10i7FNH/FNK
- NUC10i5FNH/FNK
- NUC10i3FNH/FNK


### OS Version Tested
M
mrasong 已提交
19

M
mrasong 已提交
20 21
- macOS Ventura 13.x (Default `config.plist`)
- macOS Monterey 12.x (Replace `config.plist` with `config.Monterey.plist`)
M
mrasong 已提交
22

M
mrasong 已提交
23

M
mrasong 已提交
24 25
### BIOS config

26
**The latest version (after 0055) will make CFGLock.efi unable to work!!!**
M
mrasong 已提交
27

M
mrasong 已提交
28
**How to update BIOS to the latest version `0059` ?** 
M
mrasong 已提交
29 30 31 32
1. Unlock CFG with `CFGLock` tool under BIOS `0055`, make sure the value of `CFG Lock` is `0` 
2. Update BIOS to the latest verion `0059` 
3. Enter `CFGLock`, Check whether the `CFG Lock` value is `0`, if it is, then you made it. 

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

keep other settings default.


M
mrasong 已提交
60 61 62 63
### CFG Unlock

If it's the first time your nuc10 install with macOS, you must unlock CFG before install macOS.

M
mrasong 已提交
64 65 66 67
1. Find a USB flash drive, formatted as `FAT32` partition.
2. Copy `EFI` files to the root of your USB drive, path will be `/EFI`.
3. Reboot your nuc10, press `F10`, boot with the drive above. 
4. Choose `CFGLock Shell.efi` unlock CFG. 
M
mrasong 已提交
68

M
mrasong 已提交
69
**When in the OC's booting interface, press the `space bar` to show more options**
M
mrasong 已提交
70 71


M
mrasong 已提交
72 73
### Known issue

M
Matthew Hawkins 已提交
74
- Thunderbolt 3 Support very buggy
M
Matthew Hawkins 已提交
75
- Continuity features not work(EXCEPT HandOff and Universal Clipboard).
M
mrasong 已提交
76

M
mrasong 已提交
77 78

### Kexts
M
mrasong 已提交
79

M
ma 已提交
80 81 82 83
- [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 已提交
84
- [WhateverGreen.kext 1.6.4](https://github.com/acidanthera/WhateverGreen)
M
ma 已提交
85
- [AppleALC.kext 1.8.0](https://github.com/acidanthera/AppleALC)
M
mrasong 已提交
86
- [IntelMausi.kext 1.0.7](https://github.com/acidanthera/IntelMausi)
M
mrasong 已提交
87
- [NVMeFix.kext 1.1.0](https://github.com/acidanthera/NVMeFix)
M
ma 已提交
88
- [AirportItlwm.kext 2.2.0-alpha](https://github.com/OpenIntelWireless/itlwm)
M
mrasong 已提交
89
- [BlueToolFixup.kext 2.6.4](https://github.com/acidanthera/BrcmPatchRAM)
M
mrasong 已提交
90 91 92
- [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 已提交
93

M
mrasong 已提交
94

M
mrasong 已提交
95 96 97 98 99
### Tools

- [Hackintool](https://github.com/headkaze/Hackintool) 
- [OpenCore Configurator](https://mackie100projects.altervista.org/opencore-configurator/) AKA OCC.
- [GenSMBIOS](https://github.com/corpnewt/GenSMBIOS) Generate SMBIOS.
M
ma 已提交
100 101
- [MountEFI](https://github.com/corpnewt/MountEFI) Mount EFI partition.
- [EFI Agent](https://github.com/headkaze/EFI-Agent) Better EFI partition mount App.
M
mrasong 已提交
102 103 104 105
- [gibMacOS](https://github.com/corpnewt/gibMacOS) Build your own MacOS image.
- [ProperTree](https://github.com/corpnewt/ProperTree) Plist editor.


M
mrasong 已提交
106 107 108 109 110 111
### Drive

- [HDMI Firmware Update Tool](https://www.intel.com/content/www/us/en/download/19639/intel-hdmi-firmware-update-tool-for-intel-nuc10i3fn-nuc10i5fn-nuc10i7fn-products.html)
- [Thunderbolt™ 3 Firmware Update Tool](https://www.intel.com/content/www/us/en/download/19794/thunderbolt-3-firmware-update-tool-for-nuc10ixfn.html)


M
mrasong 已提交
112 113 114 115 116
### Discuss

QQ Group: 591528332


M
mrasong 已提交
117 118
### Credits

M
mrasong 已提交
119
Thanks to [HawkysCC](https://github.com/HawkysCC) and his [EFI](https://github.com/HawkysCC/Hackintosh-NUC10i7)