Jump to content

Vendor and Device swapped - ASUS Sabertooth Z87 Intel HD 4600


dchun
 Share

2 posts in this topic

Recommended Posts

Got OSX Mavericks installed using Clover and pretty much everything working except for the graphics.

 

I can boot fine using: (i know the string is flipped but this is my point)

<key>FakeID</key>
<dict>


<key>IntelGFX</key>
<string>0x80860416</string>


</dict>

And

<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>Intel</key>
<true/>
</dict>
<key>ig-platform-id</key>
<string>0D220003</string>
</dict>

You can see here that the vendor id and device id are swapped:

 

post-1403694-0-76467800-1411165683.jpg

post-1403694-0-50643200-1411165721_thumb.jpg

 

 

But if I change it to 0x04168086 (the correct one) from 0x80860416 (flipped ven. and dev.) then I get a black screen when trying to load the login screen.

I pretty much have a fully working system except for the graphics not loading properly. I've tried to force load the frame buffer and intel kexts and still no luck.

String with 0x0 also yields the same result.

 

 

It is very strange that it will only boot using the incorrect string for the graphics. I've tried 0416 and 0412 for device but no luck. 

 

Any ideas? I am using a 4790K on ASUS Sabertooth Z87 using the HDMI port.

 

 

 

config.plist.zip

Link to comment
Share on other sites

Found out the problem!

 

The config was correct all along. I was just getting lucky with the incorrect id.

 

It appears that this board does not like using hdmi with the hd 4600.

 

I ended up trying the display port and the graphics is recognized properly now. When I plug in the hdmi cable while it's on the machine resets.

 

Everything else works like sound, sleep and Ethernet so the build is pretty much complete now.

 

I'll be posting a successful build post soon.

Link to comment
Share on other sites

 Share

×
×
  • Create New...