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

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

M
mrasong 已提交
4
### OpenCore
M
mrasong 已提交
5 6

[OpenCore 0.6.5](https://github.com/acidanthera/OpenCorePkg)
7

M
mrasong 已提交
8

M
mrasong 已提交
9
### Adapted
M
mrasong 已提交
10

M
mrasong 已提交
11 12 13 14 15 16
- NUC10i7FNH/FNK
- NUC10i5FNH/FNK
- NUC10i3FNH/FNK


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

M
mrasong 已提交
18 19
- macOS Big Sur 11.1
- macOS Catalina 10.15.7 (Need to replace `AirportItlwm.kext` to Catalina version)
M
mrasong 已提交
20

M
mrasong 已提交
21

M
mrasong 已提交
22 23 24
### BIOS config

- Advanced -> Storage -> SATA Mode Selection -> AHCI
M
mrasong 已提交
25 26 27
- Advanced -> Video -> IGD Minimum Memory -> 64MB
- Advanced -> Video -> IGD Aperture Size -> 256MB
- Advanced -> Video -> IGD Primary Video Port -> Auto
M
mrasong 已提交
28
- Boot -> Secure Boot -> Secure Boot -> Disabled
M
mrasong 已提交
29 30 31
- Boot -> Boot Priority -> UEFI Boot -> Checked
- Boot -> Boot Priority -> Legacy Boot -> Unchecked
- Boot -> Boot Priority -> Fast Boot -> Unchecked
M
mrasong 已提交
32 33 34 35

keep other settings default.


M
mrasong 已提交
36 37 38 39
### config.plist

- `/EFI/OC/config.plist` Default boot with `AppleALC.kext`.
- `/EFI/OC/config.VoodooHDA.plist` Default boot with `VoodooHDA.kext`(HDMI Audio works).
M
mrasong 已提交
40 41
- `/EFI/OC/config.UI.plist` GUI boot with `AppleALC.kext`.
- `/EFI/OC/config.UI.VoodooHDA.plist` GUI boot with `VoodooHDA.kext`(HDMI Audio works).
M
mrasong 已提交
42

M
mrasong 已提交
43 44 45
Choose one you prefer to :)   

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


M
mrasong 已提交
48 49
### Known issue

M
mrasong 已提交
50
- HDMI Audio not work(you can use VoodooHDA.kext as alternative).
M
mrasong 已提交
51
- Airdrop not work.
M
mrasong 已提交
52 53 54
- SD Card not work.


M
mrasong 已提交
55
### HDMI Audio
M
mrasong 已提交
56

M
mrasong 已提交
57 58
 - The default Audio drive is `AppleALC.kext` loaded by the file `/EFI/OC/config.plist`.
 - If you want to use `VoodooHDA.kext`, just rename the file `/EFI/OC/config.VoodooHDA.plist` to `/EFI/OC/config.plist`. (Do not forget to replace the GMBIOS with your own.)
M
mrasong 已提交
59

M
mrasong 已提交
60 61

### Kexts
M
mrasong 已提交
62

63
- [AirportItlwm.kext v1.2.0](https://github.com/OpenIntelWireless/itlwm)
M
mrasong 已提交
64
- [AppleALC.kext 1.5.6](https://github.com/acidanthera/AppleALC)
M
mrasong 已提交
65 66
- [IntelBluetoothFirmware.kext 1.1.2](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- [IntelBluetoothInjector.kext 1.1.2](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
M
mrasong 已提交
67
- [IntelMausi.kext 1.0.5](https://github.com/acidanthera/IntelMausi)
M
mrasong 已提交
68 69 70 71
- [Lilu.kext 1.5.0](https://github.com/acidanthera/Lilu)
- [SMCProcessor.kext 1.1.9](https://github.com/acidanthera/VirtualSMC)
- [SMCSuperIO.kext 1.1.9](https://github.com/acidanthera/VirtualSMC)
- [VirtualSMC.kext 1.1.9](https://github.com/acidanthera/VirtualSMC)
M
mrasong 已提交
72 73
- [WhateverGreen.kext 1.4.6](https://github.com/acidanthera/WhateverGreen)
- [VoodooHDA.kext 2.9.2](https://github.com/chris1111/VoodooHDA-OC) 
74

M
mrasong 已提交
75 76 77 78 79 80 81 82 83 84 85

### 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 已提交
86 87 88 89 90
### Discuss

QQ Group: 591528332


M
mrasong 已提交
91 92 93
### Credits

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