Jump to content

Snowy HD4600 on Yosemite Boot


kutumbaba
 Share

15 posts in this topic

Recommended Posts

Hi, nice to meet you all.

I'm able to install Yosemite on my pc, everything was working with no problem. Except a snowy screen when boot Yosemite for a few second

I already try method snowy picture , but still have the same problem.

Please help how to remove the snowy screen when booting yosemite

MY CPU

i5 4440 & MSI z87-GD65 Gaming & 16GB RAM

Screen_Shot_2015_11_08_at_11_17_00_PM.pn

This is my config

Link to comment
Share on other sites

Is not necessary use rootless=0 anymore, you can delete.

 

Add this ig-platform-id value:

<key>ig-platform-id</key>
<string>0x0d220003</string>

Add this in your config.plist - KernelAndKextPatches section

<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>Bootloader Graphics - Second Stage Patch</string>
<key>Find</key>
<string>QYjE6xE=</string>
<key>Name</key>
<string>IOGraphicsFamily</string>
<key>Replace</key>
<string>QYjE6zE=</string>
</dict>
<dict>
<key>Comment</key>
<string>10.10-Azul-Port_0x5-DP2HDMI</string>
<key>Find</key>
<data>
AQUJAAAEAACHAAAA
</data>
<key>Name</key>
<string>AppleIntelFramebufferAzul</string>
<key>Replace</key>
<data>
AQUJAAAIAAAGAAAA
</data>
</dict>
<dict>
<key>Comment</key>
<string>10.10-Azul-Port_0x6-DP2HDMI</string>
<key>Find</key>
<data>
AgQKAAAEAACHAAAA
</data>
<key>Name</key>
<string>AppleIntelFramebufferAzul</string>
<key>Replace</key>
<data>
AgQKAAAIAAAGAAAA
</data>
</dict>
<dict>
<key>Comment</key>
<string>10.10-Azul-Port_0x7-DP2HDMI</string>
<key>Find</key>
<data>
AwYIAAAEAAARAAAA
</data>
<key>Name</key>
<string>AppleIntelFramebufferAzul</string>
<key>Replace</key>
<data>
AwYIAAAIAAAGAAAA
</data>
</dict>
</array>
</dict>
Link to comment
Share on other sites

 

Is not necessary use rootless=0 anymore, you can delete.

 

Add this ig-platform-id value:

<key>ig-platform-id</key>
<string>0x0d220003</string>

Add this in your config.plist - KernelAndKextPatches section

<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>Bootloader Graphics - Second Stage Patch</string>
<key>Find</key>
<string>QYjE6xE=</string>
<key>Name</key>
<string>IOGraphicsFamily</string>
<key>Replace</key>
<string>QYjE6zE=</string>
</dict>
<dict>
<key>Comment</key>
<string>10.10-Azul-Port_0x5-DP2HDMI</string>
<key>Find</key>
<data>
AQUJAAAEAACHAAAA
</data>
<key>Name</key>
<string>AppleIntelFramebufferAzul</string>
<key>Replace</key>
<data>
AQUJAAAIAAAGAAAA
</data>
</dict>
<dict>
<key>Comment</key>
<string>10.10-Azul-Port_0x6-DP2HDMI</string>
<key>Find</key>
<data>
AgQKAAAEAACHAAAA
</data>
<key>Name</key>
<string>AppleIntelFramebufferAzul</string>
<key>Replace</key>
<data>
AgQKAAAIAAAGAAAA
</data>
</dict>
<dict>
<key>Comment</key>
<string>10.10-Azul-Port_0x7-DP2HDMI</string>
<key>Find</key>
<data>
AwYIAAAEAAARAAAA
</data>
<key>Name</key>
<string>AppleIntelFramebufferAzul</string>
<key>Replace</key>
<data>
AwYIAAAIAAAGAAAA
</data>
</dict>
</array>
</dict>

 

@Allan

I have a different mobo (MSI Z97 Gaming 3) running smoothly with El Capitan 10.11.1, but there's also a logo glitch during system boot.

Do you think it will work if I only add

<dict>
<key>Comment</key>
<string>Bootloader Graphics - Second Stage Patch</string>
<key>Find</key>
<string>QYjE6xE=</string>
<key>Name</key>
<string>IOGraphicsFamily</string>
<key>Replace</key>
<string>QYjE6zE=</string>
</dict>

to my config.plist in KextsToPatch section?

Link to comment
Share on other sites

I'm using DisplayPort which causes another problem. After reboot, there's no signal on my EIZO until OSX login screen comes up.

Solution for second stage boot which works for me is:

<dict>
				<key>Comment</key>
				<string>boot second stage patch</string>
				<key>Find</key>
				<data>
				AQAAdRc=
				</data>
				<key>Name</key>
				<string>IOGraphicsFamily</string>
				<key>Replace</key>
				<data>
				AQAAdBc=
				</data>
			</dict>

and for black screen is using HDMI cable. After boot and login I can easily switch to DisplayPort.

  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...
 Share

×
×
  • Create New...