Jump to content

[Guide] E7440 with Clover


pokenguyen

Recommended Posts

  • Administrators

i think you use find and replace, then tell it it's a plist edit in kernel and kext patches with clover configurator.

tell it to find 0x02148086 and replace with 0x0a168086 then check the plist edit box at the end of that entry line.

Link to comment
Share on other sites

Before posting I searched this thread for an answer one post at a time and couldnt find it.

 

Basically, I get through every step of making a bootable usb flash drive and I am able to begin the installation proccess but halfway through it gives me a broken folder icon.

 

I have a12 bios installed as well as using the newest version of yosemite.

 

Anyone have similar issues?

Link to comment
Share on other sites

I Just would like to share the solution for HD 4400 with 10.10.2

 

Just add the below patches to clover.

 

<key>KextsToPatch</key>

        <array>
            <dict>
                <key>Comment</key>
                <string>HD4400_Full_Qe/CI_ 1</string>
                <key>Find</key>
                <data>
                hoASBA==
                </data>
                <key>Name</key>
                <string>AppleIntelFramebufferAzul</string>
                <key>Replace</key>
                <data>
                hoAWCg==
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HD4400_Full_Qe/CI_ 2</string>
                <key>Find</key>
                <data>
                hoASBA==
                </data>
                <key>Name</key>
                <string>AppleIntelHD5000Graphics</string>
                <key>Replace</key>
                <data>
                hoAWCg==
                </data>
            </dict>
        </array>
    </dict>

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...