Jump to content

Yosemite boot screen progress bar


talsid
 Share

12 posts in this topic

Recommended Posts

Ok so I have dell optiplex 760 with fully functional Yosemite.

 

The thing that nags me is the way the boot screen progress bar acts; it goes really slowly for the first one third and then the screen blinks and the Apple logo vanishes and the progress bar rushes to the end. Then the login screen appears.

 

Although the progress bar problem is present in real macs, the boot screen smoothly transfers to login screen. Is there any way to fix this?

 

Ps: sorry for poor english

Link to comment
Share on other sites

What bootloader you use?

oh sorry i forgot.

i use clover, latest version.

 

another thing is that for mountain lion and mavericks i used chameleon and when i had not installed video kexts, there was transition but after installing kexts there was again that blink. With clover (or yosemite) it was present from start.

 regards 

Link to comment
Share on other sites

If you use OS X 10.10.1:

<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>Second Stage Patch 1</string>
<key>Find</key>
<data>hcB0XUg=</data>
<key>Name</key>
<string>IOGraphicsFamily</string>
<key>Replace</key>
<data>McB0W0g=</data>
</dict>
<dict>
<key>Comment</key>
<string>Second Stage Patch 2</string>
<key>Find</key>
<data>QYjE6wM=</data>
<key>Name</key>
<string>IOGraphicsFamily</string>
<key>Replace</key>
<data>QYjE6yM=</data>
</dict>
</array>

Or OS X 10.10.2

<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>
Link to comment
Share on other sites

If you use OS X 10.10.1:

 

<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>Second Stage Patch 1</string>
<key>Find</key>
<data>hcB0XUg=</data>
<key>Name</key>
<string>IOGraphicsFamily</string>
<key>Replace</key>
<data>McB0W0g=</data>
</dict>
<dict>
<key>Comment</key>
<string>Second Stage Patch 2</string>
<key>Find</key>
<data>QYjE6wM=</data>
<key>Name</key>
<string>IOGraphicsFamily</string>
<key>Replace</key>
<data>QYjE6yM=</data>
</dict>
</array>
Or OS X 10.10.2

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

Thank u i will try when I get back to my Mac(hackintosh, whatever)

 

I suppose I shoul add it to config.plist?

 

Furthermore, is the patch Gpu specific?

 

Thanks again

 

Regards

Link to comment
Share on other sites

 

If you use OS X 10.10.1:

<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>Second Stage Patch 1</string>
<key>Find</key>
<data>hcB0XUg=</data>
<key>Name</key>
<string>IOGraphicsFamily</string>
<key>Replace</key>
<data>McB0W0g=</data>
</dict>
<dict>
<key>Comment</key>
<string>Second Stage Patch 2</string>
<key>Find</key>
<data>QYjE6wM=</data>
<key>Name</key>
<string>IOGraphicsFamily</string>
<key>Replace</key>
<data>QYjE6yM=</data>
</dict>
</array>

Or OS X 10.10.2

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

ok it dosent work, just tried it and the screen blinks just as before

Link to comment
Share on other sites

The both methods don't work?

 

Send me your config.plist

sorry for late response

both? i did the one for 10.10.2 as i have that version because i thought it won't work.

config.plist is attached.

config.plist.zip

Edited by talsid
Link to comment
Share on other sites

For me, this worked - But cause problems for me in Mavericks.

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

And your config.plist is not attached.

Link to comment
Share on other sites

For me, this worked - But cause problems for me in Mavericks.

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

And your config.plist is not attached.

sorry i think i forgot to attach it. and yes artur-pt i don't have intel hd graphics. i have radeon hd 5450.

 

 

regards

Link to comment
Share on other sites

 Share

×
×
  • Create New...