Contribute
Register

10.11 "Boot Screen Garble" returns intel HD4600

Status
Not open for further replies.
Joined
Aug 3, 2014
Messages
101
Motherboard
Thinkpad T440p
CPU
i7-4710MQ (replaced stock i5)
Graphics
HD4600
Mac
  1. MacBook
  2. MacBook Pro
Classic Mac
  1. Power Mac
  2. PowerBook
Mobile Phone
  1. Android
  2. Other
I updated to 10.11 from the last version of Yosemite and everything seems fine except for this minor problem. I tried putting this from rehabman's hd4600 config.plist in my clover config.plist under KextsToPatch but it did not help:

Code:
<dict>
                                   <key>Comment</key>
                                   <string>Boot graphics glitch, 10.10.x/10.11</string>
                                   <key>Find</key>
                                   <data>AQAAdRc=</data>
                                   <key>Name</key>
                                   <string>disabled:IOGraphicsFamily</string>
                                   <key>Replace</key>
                                   <data>AQAA6xc=</data>
             </dict>

Do I need this as well?
Code:
<dict>
                                <key>Comment</key>
                                <string>Boot graphics glitch, 10.10.2/10.10.3</$
                                <key>Name</key>
                                <string>disabled:IOGraphicsFamily</string>
                                <key>Find</key>
                                <data>QYjE6xE=</data>
                                <key>Replace</key>
                                <data>QYjE6zE=</data>
                        </dict>

Code:
>bdmesg | grep KextToPatch

1:458  0:000  KextToPatch 0: disabled:IOAHCIBlockStorage (Enable TRIM for SSD) Kext bin patch, data len: 11
1:458  0:000  KextToPatch 1: AppleIntelFramebufferAzul (Enable 9MB cursor bytes, 0x0a260006) Kext bin patch, data len: 20
1:458  0:000  KextToPatch 2: disabled:IOGraphicsFamily (Boot graphics glitch, 10.10.x/10.11.x) Kext bin patch, data len: 5


Is the TRIM patch still required, now that there is trimforce enable?
 
I have Intel HD 4000 and I resolved the boot screen garble with this patch in clover.

Find: E0EB15
Replace: E0EB38
Name: IOGraphicsFamily
El Capitan HD 4000 Logo Fix

Where did this come from? "E0EB15" does not appear elsewhere in these forums and it didn't come from rehabman's config.plist github.
 
I updated to 10.11 from the last version of Yosemite and everything seems fine except for this minor problem. I tried putting this from rehabman's hd4600 config.plist in my clover config.plist under KextsToPatch but it did not help:

Code:
<dict>
                                   <key>Comment</key>
                                   <string>Boot graphics glitch, 10.10.x/10.11</string>
                                   <key>Find</key>
                                   <data>AQAAdRc=</data>
                                   <key>Name</key>
                                   <string>disabled:IOGraphicsFamily</string>
                                   <key>Replace</key>
                                   <data>AQAA6xc=</data>
             </dict>

Note that the patch is disabled. Read post #2 of the guide to learn about disabled patches.

http://www.tonymacx86.com/yosemite-...de-booting-os-x-installer-laptops-clover.html

Is the TRIM patch still required, now that there is trimforce enable?

I prefer to use the patch. Your choice.
 
That was it. It is time to take a break when I'm not seeing the word disabled: right there in front of me!
 
Status
Not open for further replies.
Back
Top