Administrators MaLd0n Posted June 8, 2024 Administrators Posted June 8, 2024 How to fix Generic AHCI Controller on SATA device on Hackintosh -Support Olarila Vanilla Hackintosh by making a donation HERE -About Premium Users you can check HERE -Problems with Paypal HERE -Installation Guide HERE -Hackintosh EFI folders HERE -Hackintosh USB Remap HERE -How to update OpenCore and Kexts HERE Let's fix the problem on image bellow 1- Download gfxutil HERE Credits: acidanthera Run this tool and check correct device propertie SATA Since Skylake processor SATA device is @17 / PciRoot(0x0)/Pci(0x17,0x0) Before Skylake processor SATA device is @1F,2 / PciRoot(0x0)/Pci(0x1F,0x2) 2- Apply the patch bellow on Device Properties / Add in your config.plist SATA Serie 12 Quote <key>PciRoot(0x0)/Pci(0x17,0x0)</key> <dict> <key>compatible</key> <string>pci8086,a182</string> </dict> SATA Serie 11 Quote <key>PciRoot(0x0)/Pci(0x17,0x0)</key> <dict> <key>compatible</key> <string>pci8086,a352</string> </dict> SATA Serie 10 Quote <key>PciRoot(0x0)/Pci(0x17,0x0)</key> <dict> <key>compatible</key> <string>pci8086,a102</string> </dict> SATA Serie 9 Quote <key>PciRoot(0x0)/Pci(0x1F,0x2)</key> <dict> <key>compatible</key> <string>pci8086,9c83</string> </dict> Result We're all here to have fun and learn from each other! That's all Folks! -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Hackintosh Support since 2006 HERE
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now