My Hardware
ASRock Z270M-ITX/ac i5-7500 Intel HD 630 Transcend 480GB SATA SSD220S
I've followed /u/corpnewt's vanilla install guide, and even added the fix for drives not showing that is detailed at the start of the guide. My internal SATA based SSD is not showing up in the installer still. Any Idea how to get this working? At the moment I'm installing Sierra to the USB drive in hopes that maybe a full install of Sierra will see the drive.
EFI/Clover/kexts/Other contains FakeSMC.kext, USBInjectAll.kext, XHCI-200-series-injector.kext, FakePCIID_Intel_HD_Graphics.kext and FakePCIID.kext.
My config.plist looks like this, sorry it doesn't copy into Reddit nicely. Let me know if there's a better way to post:
<?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>Boot</key> <dict> <key>Arguments</key> <string>-v</string> </dict> <key>KernelAndKextPatches</key> <dict> <key>FakeCPUID</key> <string>0x0506E3</string> </dict> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>Generate</key> <false/> </dict> <key>RtVariables</key> <dict> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x67</string> <key>MLB</key> <string>C02PYDMYH2YQCYMLL</string> <key>ROM</key> <string>UseMacAddr0</string> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>06/26/2017</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>IM171.88Z.0106.B01.1706260138</string> <key>Board-ID</key> <string>Mac-B809C3757DA9BB8D</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardSerialNumber</key> <string>C02PYDMYH2YQCYMLL</string> <key>BoardType</key> <integer>10</integer> <key>ChassisAssetTag</key> <string>iMac-Aluminum</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <string>0x13</string> <key>Family</key> <string>iMac17,1</string> <key>LocationInChassis</key> <string>Part Component</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>Mobile</key> <false/> <key>ProductName</key> <string>iMac17,1</string> <key>SerialNumber</key> <string>C02PYDMYH2YQ</string> <key>SmUUID</key> <string>3D86482C-BD78-4EDF-B9C4-4AB36B758D55 </string> <key>Version</key> <string>1.0</string> </dict> </dict> </plist>
[link] [comments]
Post a Comment