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

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

M
mrasong 已提交
4 5
[![Gitter](https://badges.gitter.im/hackintosh-efi/intel-nuc10.svg)](https://gitter.im/hackintosh-efi/intel-nuc10?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

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

M
mrasong 已提交
8
### OpenCore
M
mrasong 已提交
9

M
mrasong 已提交
10
[OpenCore 0.7.0](https://github.com/acidanthera/OpenCorePkg)
11

M
mrasong 已提交
12

M
mrasong 已提交
13
### Adapted
M
mrasong 已提交
14

M
mrasong 已提交
15 16 17 18 19 20
- NUC10i7FNH/FNK
- NUC10i5FNH/FNK
- NUC10i3FNH/FNK


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

M
mrasong 已提交
22
- macOS Big Sur 11.4
M
mrasong 已提交
23
- macOS Catalina 10.15.7 (Need to replace `AirportItlwm.kext` to Catalina version)
M
mrasong 已提交
24

M
mrasong 已提交
25

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

M
mrasong 已提交
28
BIOS version **FNCML357.0050 (latest)**
M
mrasong 已提交
29

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

keep other settings default.


M
mrasong 已提交
54 55 56 57
### CFG Unlock

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

M
mrasong 已提交
58 59 60 61
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 已提交
62

M
mrasong 已提交
63
**When in the OC's booting interface, press the `space bar` to show more options**
M
mrasong 已提交
64 65


M
mrasong 已提交
66 67
### Known issue

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

M
mrasong 已提交
71 72

### Kexts
M
mrasong 已提交
73

M
mrasong 已提交
74
- [AirportItlwm.kext 1.3.0](https://github.com/OpenIntelWireless/itlwm)
M
mrasong 已提交
75
- [AppleALC.kext 1.6.1](https://github.com/acidanthera/AppleALC)
M
mrasong 已提交
76 77
- [IntelBluetoothFirmware.kext 1.1.2](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- [IntelBluetoothInjector.kext 1.1.2](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
M
mrasong 已提交
78 79
- [IntelMausi.kext 1.0.6](https://github.com/acidanthera/IntelMausi)
- [Lilu.kext 1.5.3](https://github.com/acidanthera/Lilu)
M
mrasong 已提交
80 81 82 83
- [SMCProcessor.kext 1.2.4](https://github.com/acidanthera/VirtualSMC)
- [SMCSuperIO.kext 1.2.4](https://github.com/acidanthera/VirtualSMC)
- [VirtualSMC.kext 1.2.4](https://github.com/acidanthera/VirtualSMC)
- [WhateverGreen.kext 1.5.0](https://github.com/acidanthera/WhateverGreen)
M
mrasong 已提交
84
- [VoodooHDA.kext 2.9.2](https://github.com/chris1111/VoodooHDA-OC) 
85

M
mrasong 已提交
86 87 88 89 90 91 92 93 94 95 96

### 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.
- [MountEFI](https://github.com/corpnewt/MountEFI) Mount EFI partation.
- [gibMacOS](https://github.com/corpnewt/gibMacOS) Build your own MacOS image.
- [ProperTree](https://github.com/corpnewt/ProperTree) Plist editor.


M
mrasong 已提交
97 98 99 100 101
### Discuss

QQ Group: 591528332


M
mrasong 已提交
102 103
### Credits

M
Matthew Hawkins 已提交
104
Thanks to [HawkysCC](https://github.com/HawkysCC) and his [EFI](https://github.com/HawkysCC/Hackintosh-NUC10i7),and @mrasong‘s work to keep updating this