Contribute
Register

How Install Clover to My HDD

Status
Not open for further replies.

Attachments

  • config.plist
    7.6 KB · Views: 219
Hi i follow this guide:

[FIX] Resolve boot screen garble


But the boot screen garble remain.

Can you look my config.plist file to see where i wrong.

the fix is there but disabled
Code:
<dict>  
                <key>Comment</key>
                <string>Boot graphics glitch, 10.10.0/10.10.1 (2 of 2)</string>
                <key>Find</key>
                <data>
                QYjE6wM=
                </data>
                <key>Name</key>
                <string>disabled:IOGraphicsFamily</string>
                <key>Replace</key>
                <data>
                QYjE6yM=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Boot graphics glitch, 10.10.0/10.10.1 (1 of 2)</string>
                <key>Find</key>
                <data>
                hcB0XUg=
                </data>
                <key>Name</key>
                <string>disabled:IOGraphicsFamily</string>
                <key>Replace</key>
                <data>
                McB0W0g=
                </data>
            </dict>

you need to delete " disabled: " from the two lines " <string>disabled:IOGraphicsFamily</string> " if your system 10.10.0 or 10.10.1

if you have 10.10.2 delete " disabled: " from this part
Code:
<dict>                <key>Comment</key>
                <string>Boot graphics glitch, 10.10.2</string>
                <key>Find</key>
                <data>
                QYjE6xE=
                </data>
                <key>Name</key>
                <string>disabled:IOGraphicsFamily</string>
                <key>Replace</key>
                <data>
                QYjE6zE=
                </data>
            </dict>
 
I Have Delete this:

<dict>

<key>Comment</key>
<string>Boot graphics glitch, 10.10.2</string>
<key>Find</key>
<data>
QYjE6xE=
</data>
<key>Name</key>
<string>disabled:IOGraphicsFamily</string>
<key>Replace</key>
<data>
QYjE6zE=
</data>
</dict>


But the garble screen boot remain again.

You DID my config.plist is corrupt??

What name ofprogram free, can use to edit this??
 
I Have Delete this:

<dict>

<key>Comment</key>
<string>Boot graphics glitch, 10.10.2</string>
<key>Find</key>
<data>
QYjE6xE=
</data>
<key>Name</key>
<string>disabled:IOGraphicsFamily</string>
<key>Replace</key>
<data>
QYjE6zE=
</data>
</dict>


But the garble screen boot remain again.

You DID my config.plist is corrupt??

What name ofprogram free, can use to edit this??

No idea without seeing your config.plist. Xcode is free. And there is an evaluation version of PlistEdit Pro.
 
Status
Not open for further replies.
Back
Top