RehabMan
Moderator
- Joined
- May 2, 2012
- Messages
- 183,805
- Motherboard
- Intel DH67BL
- CPU
- i7-2600K
- Graphics
- HD 3000
- Mac
-
- Mobile Phone
-
Ok. Kexts are located the new place L/E, ioreg and all other files attached.
Note; I also have a question about your FakeSMC but I don't know under which thread, should I ask you? Can it be this thread?
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/
Your ACPI is patched incorrectly. SystemMemory addresses do not match:
Code:
NUC6i7KYK:patched rehabman$ diff ../origin/ ../patched/ | grep SystemMemory
< OperationRegion (GNVS, SystemMemory, 0x7A83C000, 0x06B3)
> OperationRegion (GNVS, SystemMemory, 0x8F069000, 0x06B3)
< OperationRegion (CPSB, SystemMemory, 0x79FAAF98, 0x10)
> OperationRegion (CPSB, SystemMemory, 0x8EB97F98, 0x10)
< OperationRegion (XMIO, SystemMemory, Local0, 0x9000)