Contribute
Register

[Fix] Resolve boot screen garble

I'm using Hp 4540s
Mobo: HP ProBook 4540s (Clover)
CPU: i5-3320m/HM76
Graphics: HD4000, 1366x768
macOS Sierra
I applied your patch, but no change
Is this work with Sierra?
 
Thank you mucho
 
or legacy boot (continue to boot UEFI)

How will we do that? I will choose legacy boot in BIOS then how to continue boot with UEFI? I really dont understand.
 
How will we do that? I will choose legacy boot in BIOS then how to continue boot with UEFI? I really dont understand.

Most BIOS implementation will allow both to be enabled.
 
Most BIOS implementation will allow both to be enabled.

Ok I am using kext to patch and this setting reduce of the glitch. But still have glitch.
Here is the screenshot when glitch happen, could you please tell me if you know what is the wrong? Thank you.

IMG_1002.JPG
 
Ok I am using kext to patch and this setting reduce of the glitch. But still have glitch.
Here is the screenshot when glitch happen, could you please tell me if you know what is the wrong? Thank you.

View attachment 239484

You should not be booting verbose unless you're trying to solve some boot issue.
As per post #1, the patch only reduces the severity.
 
The patch should be entered into config.plist/KernelAndKextPatches/KextsToPatch.

Comment: Boot graphics glitch, 10.10.x/10.11.x (credit lisai9093, cecekpawon)
Name: IOGraphicsFamily
Find: <01000075 17>
Replace: <010000eb 17>

This patch is already present, but disabled, in the plist files available from my Clover guide.

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

You can read more about disabled patches and how to enable them in post #2 of the linked guide.

As it looks in XML inside the plist file:
Code:
<key>KextsToPatch</key>
<array>
<dict>
    <key>Comment</key>
    <string>Boot graphics glitch, (credit lisai9093, cecekpawon)</string>
    <key>Disabled</key>
    <true/>
    <key>Find</key>
    <data>AQAAdRc=</data>
    <key>Name</key>
    <string>IOGraphicsFamily</string>
    <key>Replace</key>
    <data>AQAA6xc=</data>
</dict>
</array>

Where is the file to modify?
 
Back
Top