Contribute
Register

[Fix] Resolve boot screen garble

Worked for me after rebuilding cache...
 
For OS X 10.10.2, apply the following patch:
Code:
<dict>
    <key>Comment</key>
    <string>Bootloader Graphics - Second Stage Patch</string>
    <key>Find</key>
    <data>QYjE6xE=</data>
    <key>Name</key>
    <string>IOGraphicsFamily</string>
    <key>Replace</key>
    <data>QYjE6zE=</data>
</dict>

It doesn't work on T440p(HD4600, patch with FakePCIID.kext & FakePCIID_HD4600_HD4400.kext )
 
Yekki,

Try this:
Code:
<dict>
	<key>Comment</key>
	<string>2nd stage boot patch 1</string>
	<key>Name</key>
	<string>IOGraphicsFamily</string>
	<key>Find</key>
	<string>85C0746B48</string>
	<key>Replace</key>
	<string>31C0745B48</string>
</dict>
<dict>
	<key>Comment</key>
	<string>2nd stage boot patch 2</string>
	<key>Name</key>
	<string>IOGraphicsFamily</string>
	<key>Find</key>
	<string>4188C4EB11</string>
	<key>Replace</key>
	<string>4188C4EB31</string>
</dict>
 
It doesn't work on T440p(HD4600, patch with FakePCIID.kext & FakePCIID_HD4600_HD4400.kext )

Post the config.plist you're using.
 
Increase your frame buffer cursor bytes.

What frame buffer (ig-platform-id) are you using?
 
Yekki,

Try this:
Code:
<dict>
    <key>Comment</key>
    <string>2nd stage boot patch 1</string>
    <key>Name</key>
    <string>IOGraphicsFamily</string>
    <key>Find</key>
    <string>85C0746B48</string>
    <key>Replace</key>
    <string>31C0745B48</string>
</dict>
<dict>
    <key>Comment</key>
    <string>2nd stage boot patch 2</string>
    <key>Name</key>
    <string>IOGraphicsFamily</string>
    <key>Find</key>
    <string>4188C4EB11</string>
    <key>Replace</key>
    <string>4188C4EB31</string>
</dict>

Tried, failed!

My config.plist: View attachment config.plist.zip
 
Increase your frame buffer cursor bytes.

What frame buffer (ig-platform-id) are you using?

Actually I use this settings, what should I add:

<dict>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>No</string>
<key>IGPEnabler</key>
<string>Yes</string>
<key>Kernel Flags</key>
<string>kext-dev-mode=1</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Timeout</key>
<string>2</string>
<key>HDEFLayoutID</key>
<string>01000000</string>
<key>UseKernelCache</key>
<string>Yes</string>
<key>HDAEnabler</key>
<string>Yes</string>
</dict>
 
Back
Top