README.md 3.5 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
mrasong 已提交
8
[OpenCore 0.8.4](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 Monterey 12.x (Default `config.plist`)
- macOS Big Sur 11.6.x (Replace `config.plist` with `config.BigSur.plist`)
M
mrasong 已提交
22
- macOS Catalina 10.15.x (Replace `config.plist` with `config.Catalina.plist`)
M
mrasong 已提交
23

M
mrasong 已提交
24

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

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

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

M
mrasong 已提交
34
BIOS version **FNCML357.0058(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
mrasong 已提交
80
- [Lilu.kext 1.6.2](https://github.com/acidanthera/Lilu)
M
mrasong 已提交
81 82 83
- [SMCProcessor.kext 1.3.0](https://github.com/acidanthera/VirtualSMC)
- [SMCSuperIO.kext 1.3.0](https://github.com/acidanthera/VirtualSMC)
- [VirtualSMC.kext 1.3.0](https://github.com/acidanthera/VirtualSMC)
M
mrasong 已提交
84
- [WhateverGreen.kext 1.6.1](https://github.com/acidanthera/WhateverGreen)
M
mrasong 已提交
85
- [AppleALC.kext 1.7.5](https://github.com/acidanthera/AppleALC)
M
mrasong 已提交
86 87
- [IntelMausi.kext 1.0.7](https://github.com/acidanthera/IntelMausi)
- [AirportItlwm.kext 2.1.0](https://github.com/OpenIntelWireless/itlwm)
M
mrasong 已提交
88
- [BlueToolFixup.kext 2.6.3](https://github.com/acidanthera/BrcmPatchRAM)
M
mrasong 已提交
89 90 91
- [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 已提交
92 93 94 95 96 97

### 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 已提交
98 99
- [MountEFI](https://github.com/corpnewt/MountEFI) Mount EFI partition.
- [EFI Agent](https://github.com/headkaze/EFI-Agent) Better EFI partition mount App.
M
mrasong 已提交
100 101 102 103
- [gibMacOS](https://github.com/corpnewt/gibMacOS) Build your own MacOS image.
- [ProperTree](https://github.com/corpnewt/ProperTree) Plist editor.


M
mrasong 已提交
104 105 106 107 108
### Discuss

QQ Group: 591528332


M
mrasong 已提交
109 110
### Credits

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