Jump to content
Olarila Professional Hackintosh Services ×

How to fix Generic AHCI Controller on SATA device on Hackintosh


Recommended Posts

  • Administrators

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

e7q14NT.png

 

1- Download gfxutil HERE Credits: acidanthera

Run this tool and check correct device propertie SATA

Since Skylake processor SATA device is @17PciRoot(0x0)/Pci(0x17,0x0)

Before Skylake processor SATA device is @1F,2 / PciRoot(0x0)/Pci(0x1F,0x2)

nD9iQ8Y.png

 

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>

 

9Vmwrv6.png

Z2FSe3R.png

Result

htMQw6c.png

 

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 Consulting for macOS Hackintosh since 2006 HERE

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...