README.md 3.4 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 8

[OpenCore 0.6.5](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 Big Sur 11.1
- macOS Catalina 10.15.7 (Need to replace `AirportItlwm.kext` to Catalina version)
M
mrasong 已提交
22

M
mrasong 已提交
23

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

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

keep other settings default.


M
mrasong 已提交
38 39 40 41 42 43 44 45 46 47
### CFG Unlock

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

 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 已提交
48 49 50 51
### 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 已提交
52 53
- `/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 已提交
54

M
mrasong 已提交
55 56 57
Choose one you prefer to :)   

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


M
mrasong 已提交
60 61
### Known issue

M
mrasong 已提交
62
- HDMI Audio not work(you can use VoodooHDA.kext as alternative).
M
mrasong 已提交
63
- Airdrop not work.
M
mrasong 已提交
64 65 66
- SD Card not work.


M
mrasong 已提交
67
### HDMI Audio
M
mrasong 已提交
68

M
mrasong 已提交
69 70
 - 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 已提交
71

M
mrasong 已提交
72 73

### Kexts
M
mrasong 已提交
74

75
- [AirportItlwm.kext v1.2.0](https://github.com/OpenIntelWireless/itlwm)
M
mrasong 已提交
76
- [AppleALC.kext 1.5.6](https://github.com/acidanthera/AppleALC)
M
mrasong 已提交
77 78
- [IntelBluetoothFirmware.kext 1.1.2](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- [IntelBluetoothInjector.kext 1.1.2](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
M
mrasong 已提交
79
- [IntelMausi.kext 1.0.5](https://github.com/acidanthera/IntelMausi)
M
mrasong 已提交
80 81 82 83
- [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 已提交
84 85
- [WhateverGreen.kext 1.4.6](https://github.com/acidanthera/WhateverGreen)
- [VoodooHDA.kext 2.9.2](https://github.com/chris1111/VoodooHDA-OC) 
86

M
mrasong 已提交
87 88 89 90 91 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.
- [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 已提交
98 99 100 101 102
### Discuss

QQ Group: 591528332


M
mrasong 已提交
103 104 105
### Credits

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