Jump to content
13 posts in this topic

Recommended Posts

Hmm, i can't watch your video right now, in my job and we have a proxy problem.

 

What bootloader are you using? If you use Clover, try this:

<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>

Or, if you Chameleon (make a backup of your IOGraphicsFamily.kext first) and apply this patch:

sudo perl -i.bak -pe 's|\x41\x88\xC4\xEB\x11|\x41\x88\xC4\xEB\x31|sg' /System/Library/Extensions/IOGraphicsFamily.kext/IOGraphicsFamily
sudo touch /System/Library/Extensions

 

Hmm, i can't watch your video right now, in my job and we have a proxy problem.

 

What bootloader are you using? If you use Clover, try this:

<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>

Or, if you Chameleon (make a backup of your IOGraphicsFamily.kext first) and apply this patch:

sudo perl -i.bak -pe 's|\x41\x88\xC4\xEB\x11|\x41\x88\xC4\xEB\x31|sg' /System/Library/Extensions/IOGraphicsFamily.kext/IOGraphicsFamily
sudo touch /System/Library/Extensions

Same thing ;(

×
×
  • Create New...