Contribute
Register

[Solved] No Boot Post Installation After MultiBeast and Clover Configurator

Status
Not open for further replies.
Joined
Apr 4, 2017
Messages
1,131
Motherboard
ASUS Z270 ROG MAXIMUS IX HERO
CPU
i7-7700K
Graphics
Vega 64
Mac
  1. iMac
Mobile Phone
  1. iOS
Greetings!

While I succesfully installed El Capitan, configuring it fails.

After following Stork's HERO build guide, and setting FakeCPUID/IntelGFX/ig-platform-id, installing the three kexts & ssdt.aml, the system hangs on reboot.

The last two lines are:

Code:
IOAPIC: Version 0x20 Vectors 64:87
ACPI

MB config, Clover config.plist, ssdt.aml and screenshot attached.

Thank you for the help!

Jon

EDIT: Added the CLOVER system.
 

Attachments

  • 201705101431MBConfig.mb
    4.3 KB · Views: 151
  • config.plist
    6 KB · Views: 270
  • ssdt.aml.zip
    2.5 KB · Views: 114
  • IMG_2064.JPG
    IMG_2064.JPG
    2.8 MB · Views: 156
  • CLOVER.zip
    2.7 MB · Views: 117
Last edited:
I see a problem in the config.plist:
Code:
<key>Device</key>
<string>IntelGFX</string>
<key>Key</key>
<string>AAPL,GfxYTile</string>
<key>Value</key>
<string>AQAAAA==</string>
should be:
Code:
<key>Device</key>
<string>IntelGFX</string>
<key>Key</key>
<string>AAPL,GfxYTile</string>
<key>Value</key>
<data>
AQAAAA==
</data>
I was unable to select "data" from the drop-down list in Clover Configurator - not sure why.
 
Interesting... When I'm in Xcode editing the config.plist, it won't take "AQAAAA==" as a "data" entry - it converts it to "<41514141 41413d3d>". Is that what is supposed to happen??? When I revert it back to "string," I see the "AQAAAA==" entry...
 
Issue may be more than this, but, it does involve at least one kext. Now to narrow it down. I know it is NOT CodecCommand (@RehabMan's version), nor the PCIID kexts.
 
OK - I am back in (and writing from the CustoMac - YES!).

I moved the FakeSMC.kext, FakePCI*.kext, CodecCommander.kext, and USBInjectAll.kext back. The display is now working as expected (for the iGPU) - I have scaling available and the projector icon is not displaying top-right. I'm sure I have graphics acceleration as well, but not sure how to check that. Shows ~1.5GB of VRAM in Profiler.

Q: If I move the "invalid" kext back, will the system halt, or, will it just keep running until a reboot?
 
OK, I have put back a number of kexts. The following kexts caused an "installed improperly" message, and probably led to the failure-to-boot:

FakeSMC sensor kexts
PromiseSTEX.kext
SoftRAID.kext

Are any of those going to present an issue if they are not present?
 
This is solved - "improperly installed" kexts appeared to be the culprit.
 
Status
Not open for further replies.
Back
Top