evil_pro Posted October 13, 2013 Share Posted October 13, 2013 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. 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 https://www.insanelymac.com/forum/topic/292688-help-gigabyte-z77-ds3h-clover-mavericks/ Share on other sites More sharing options...
ameris_cyning Posted October 13, 2013 Share Posted October 13, 2013 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 1 Link to comment https://www.insanelymac.com/forum/topic/292688-help-gigabyte-z77-ds3h-clover-mavericks/#findComment-1954028 Share on other sites More sharing options...
evil_pro Posted October 13, 2013 Author Share Posted October 13, 2013 Alright, I'll try this. Also the slide=0 is added by clover when I select boot into save mode. Clover wont apply custom set boot args for me for some reason, too. Thanks for your reply! Link to comment https://www.insanelymac.com/forum/topic/292688-help-gigabyte-z77-ds3h-clover-mavericks/#findComment-1954108 Share on other sites More sharing options...
evil_pro Posted October 13, 2013 Author Share Posted October 13, 2013 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 https://www.insanelymac.com/forum/topic/292688-help-gigabyte-z77-ds3h-clover-mavericks/#findComment-1954271 Share on other sites More sharing options...
Recommended Posts