Installer hangs, fails to boot

I'm building a new hackintosh following the 10.14.4 upgrade totally decimating my previous machine (damn thing won't even boot from a clover USB disk now, suspect hardware failure at the same time). All I have is a Windows 10 box to edit my EFI partition on an existing Mojave install USB stick.

I really could use some help. Details below.

So I've done the best I can with regards to my config.plist and have managed to get another computer (hardware below) to boot Clover at least, but the installer (in verbose mode) hangs when it gets here:

https://imgur.com/a/WYp9Z8u

I don't have access to Clover Configurator anymore, so my only option is manually hacking config.plist, which is just an XML file so no big deal there as long as I know what to put in it.

Hardware:

  • MSI Z170A Gaming M7 Motherboard
  • Intel Core i7-6700 2.4GHz
  • Radeon Vega 56 by MSI (link goes to the exact product I bought via Amazon)
  • 32GB RAM (Corsair)
  • Multiple working SSDs
  • Windows 10 installed and working right now (how I'm making this post)

Contents of EFI/CLOVER/kexts/Other:

https://imgur.com/a/Hw8USRB

Now, one thing I have done that I don't know if I should have, was delete the APPLE directory under EFI/APPLE. This was due to a suggestion from some googling I found and that it contained a subdirectory and some firmware, specifically: EFI/APPLE/EXTENSIONS/Firmware.scap. As far as I know that doesn't make any difference but I figured I'd mention it just in case.

Here's the contents of EFI/CLOVER/config.plist:

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Fixes</key> <dict> <key>AddMCHC</key> <true/> <key>FixACST</key> <false/> <key>FixHPET</key> <true/> <key>FixIPIC</key> <true/> <key>FixLAN</key> <true/> <key>FixRTC</key> <true/> <key>FixS3D</key> <false/> <key>FixSBUS</key> <true/> <key>FixShutdown</key> <true/> <key>FixTMR</key> <true/> <key>FixUSB</key> <true/> <key>FixWAK</key> <true/> </dict> <key>Patches</key> <array> <dict> <key>Comment</key> <string>change EHC1 to EH01</string> <key>Disabled</key> <false/> <key>Find</key> <data> RUhDMQ== </data> <key>Replace</key> <data> RUgwMQ== </data> </dict> <dict> <key>Comment</key> <string>change EHC2 to EH02</string> <key>Disabled</key> <false/> <key>Find</key> <data> RUhDMg== </data> <key>Replace</key> <data> RUgwMg== </data> </dict> <dict> <key>Comment</key> <string>change SAT0 to SATA</string> <key>Disabled</key> <false/> <key>Find</key> <data> U0FUMA== </data> <key>Replace</key> <data> U0FUQQ== </data> </dict> </array> </dict> <key>FixHeaders</key> <true/> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>-v dart=0 darkwake=8</string> <key>DefaultVolume</key> <string>MacOS</string> <key>Timeout</key> <integer>3</integer> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <integer>1</integer> </dict> <key>USB</key> <dict> <key>HighCurrent</key> <true/> <key>Inject</key> <true/> </dict> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> <dict> <key>Signature</key> <string>MATS</string> </dict> </array> <key>Graphics</key> <dict> <key>EDID</key> <dict> <key>Inject</key> <false/> <key>ProductID</key> <string>0x67DF1002</string> </dict> <key>FBName</key> <string>Kamarang</string> <key>Inject</key> <dict> <key>ATI</key> <true/> <key>Intel</key> <false/> <key>NVidia</key> <false/> </dict> <key>NvidiaSingle</key> <false/> <key>RadeonDeInit</key> <true/> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleIntelCPUPM</key> <true/> <key>AppleRTC</key> <true/> <key>KernelPm</key> <true/> </dict> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>External icons patch</string> <key>Disabled</key> <false/> <key>Find</key> <data> RXh0ZXJuYWw= </data> <key>Name</key> <string>AppleAHCIPort</string> <key>Replace</key> <data> SW50ZXJuYWw= </data> </dict> </array> <key>PluginType</key> <true/> <key>RtVariables</key> <dict> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x67</string> <key>ROM</key> <string>UseMacAddr0</string> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>12/19/2018</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>IM171.88Z.F000.B00.1812191240</string> <key>Board-ID</key> <string>REDACTED</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardSerialNumber</key> <string>REDACTED</string> <key>BoardType</key> <integer>10</integer> <key>BoardVersion</key> <string>1.0</string> <key>ChassisAssetTag</key> <string>iMac-Aluminum</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <string>0x09</string> <key>EfiVersion</key> <string>162.0.0.0.0</string> <key>Family</key> <string>iMac17,1</string> <key>FirmwareFeatures</key> <string>0xFC0FE137</string> <key>FirmwareFeaturesMask</key> <string>0xFF1FFF3F</string> <key>LocationInChassis</key> <string>Part Component</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>Mobile</key> <false/> <key>PlatformFeature</key> <string>0x00</string> <key>ProductName</key> <string>iMac17,1</string> <key>SerialNumber</key> <string>REDACTED</string> <key>SmUUID</key> <string>REDACTED</string> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Yes</string> </dict> </dict> </plist>

submitted by /u/prophet-of-dissent
[link] [comments]