Jump to content

[Help] Gigabyte Z77-DS3H + Clover + Mavericks


evil_pro
 Share

4 posts in this topic

Recommended Posts

Hello,

 

For the past week I've been trying to get the GM version of OS X 10.9 to work on my PC, but I've been out of luck.

I have two usbs, one containing clover and the other one containing the installer for Mavericks.

 

When I go boot from the USB containing Clover, it boots fine, and I can select the OS X installation USB and boot from it.

However, after a long "loading drivers........" period, I get a kernel panic.

 

 

F2KJB6u.jpg

 

 

 

Like the title says, my motherboard is a Gigabyte Z77-DS3H (revision 1.0).

 

Could somebody please help me?

 

Thanks in advance!

Link to comment
Share on other sites

This could be a DSDT fixing mask issue.

 

Try adding this (or if it is already there, replacing it) to your Config.plist

 

 

<key>DSDT</key>

<dict>

<key>Debug</key>

<false/>

<key>ReuseFFFF</key>

<false/>

<key>Name</key>

<string>DSDT.aml</string>

<key>Fixes</key>

<dict>

<key>AddDTGP_0001</key>

<false/>

<key>AddMCFG_0008</key>

<false/>

<key>FakeLPC_0020</key>

<false/>

<key>FixAirport_4000</key>

<false/>

<key>FixDarwin_0002</key>

<false/>

<key>FixDisplay_0100</key>

<false/>

<key>FixFirewire_0800</key>

<false/>

<key>FixHDA_8000</key>

<false/>

<key>FixHPET_0010</key>

<false/>

<key>FixIDE_0200</key>

<false/>

<key>FixIPIC_0040</key>

<false/>

<key>FixLAN_2000</key>

<false/>

<key>FixSATA_0400</key>

<false/>

<key>FixSBUS_0080</key>

<false/>

<key>FixShutdown_0004</key>

<false/>

<key>FixUSB_1000</key>

<false/>

</dict>

</dict>

 
Also, slide=0 is unnecessary in Clover now
  • Like 1
Link to comment
Share on other sites

 

This could be a DSDT fixing mask issue.

 

Try adding this (or if it is already there, replacing it) to your Config.plist

 

 

<key>DSDT</key>

<dict>

<key>Debug</key>

<false/>

<key>ReuseFFFF</key>

<false/>

<key>Name</key>

<string>DSDT.aml</string>

<key>Fixes</key>

<dict>

<key>AddDTGP_0001</key>

<false/>

<key>AddMCFG_0008</key>

<false/>

<key>FakeLPC_0020</key>

<false/>

<key>FixAirport_4000</key>

<false/>

<key>FixDarwin_0002</key>

<false/>

<key>FixDisplay_0100</key>

<false/>

<key>FixFirewire_0800</key>

<false/>

<key>FixHDA_8000</key>

<false/>

<key>FixHPET_0010</key>

<false/>

<key>FixIDE_0200</key>

<false/>

<key>FixIPIC_0040</key>

<false/>

<key>FixLAN_2000</key>

<false/>

<key>FixSATA_0400</key>

<false/>

<key>FixSBUS_0080</key>

<false/>

<key>FixShutdown_0004</key>

<false/>

<key>FixUSB_1000</key>

<false/>

</dict>

</dict>

 
Also, slide=0 is unnecessary in Clover now

 

That sadly didn't fix my problem, I still get a kernel panic when I try to boot from the installation medium. Do you know where the boot log is saved to? There's a much longer error text on the screen, but I can't capture it because it slides down so fast.

Link to comment
Share on other sites

 Share

×
×
  • Create New...