• Become a Premium Member for $25/year with no ads to improve your community experience. Upgrade to Pro Account for faster response and no wait times!

Have a broken Clover EFI, wondering if there is an OpenCore rescue package I can make

0x6A7232

New member
Joined
Dec 11, 2023
Messages
3
Motherboard
MSI MS-7972 z170 Mortar
CPU
Intel Core i7-7700K
Graphics
Sapphire AMD RX 6700 XT
OS X/macOS
10.12.x
Bootloader
  1. Clover (UEFI)
  2. OpenCore (UEFI)
Mac
  1. MacBook Pro
Mobile Phone
  1. Android
Basically I want to switch to OpenCore but managed to bork my Clover EFI when I updated it. If I can get a bootable OpenCore MacOS rescue USB I figure I should be able to use that to install OpenCore instead of (or alongside and then remove) Clover. Should be a similar situation to rescuing a lost / corrupt the EFI partition.

Can someone point me in the right direction or is this not very common?
 
Basically I want to switch to OpenCore but managed to bork my Clover EFI when I updated it. If I can get a bootable OpenCore MacOS rescue USB I figure I should be able to use that to install OpenCore instead of (or alongside and then remove) Clover. Should be a similar situation to rescuing a lost / corrupt the EFI partition.

Can someone point me in the right direction or is this not very common?
Start here:
 
Alright, I did that and managed to get an OpenCore boot menu. None of the Mac entries work, though. There's 2 recovery entries, those just go to end, the Installer fails to load the image, and Mac OS just restarts (no Apple logo)

.plists are below, attached as a .zip, if anyone who knows where to look for problems wants to take a look. (Side note: since the last successful Mac boot I've upgraded my R9 280X to an RX 6700 XT and my CPU from an i5-6500 to an i7-7700K if that makes a difference {I doubt it}.) I'm assuming it's either not pointing at the right location or there's bad kexts. If needed I can check around in the Mac partition to make changes as well.

XML:
<?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>#WARNING - 1</key>
        <string>This is just a sample. Do NOT try loading it.</string>
        <key>#WARNING - 2</key>
        <string>Ensure you understand EVERY field before booting.</string>
        <key>#WARNING - 3</key>
        <string>In most cases recommended to use Sample.plist</string>
        <key>#WARNING - 4</key>
        <string>Use SampleCustom.plist only for special cases.</string>
        <key>ACPI</key>
        <dict>
            <key>Add</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string></string>
                    <key>Enabled</key>
                    <true/>
                    <key>Path</key>
                    <string>SSDT-EC-USBX.aml</string>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string></string>
                    <key>Enabled</key>
                    <true/>
                    <key>Path</key>
                    <string>SSDT-PLUG.aml</string>
                </dict>
            </array>
            <key>Delete</key>
            <array/>
            <key>Patch</key>
            <array/>
            <key>Quirks</key>
            <dict>
                <key>FadtEnableReset</key>
                <false/>
                <key>NormalizeHeaders</key>
                <false/>
                <key>RebaseRegions</key>
                <false/>
                <key>ResetHwSig</key>
                <false/>
                <key>ResetLogoStatus</key>
                <false/>
                <key>SyncTableIds</key>
                <false/>
            </dict>
        </dict>
        <key>Booter</key>
        <dict>
            <key>MmioWhitelist</key>
            <array/>
            <key>Patch</key>
            <array/>
            <key>Quirks</key>
            <dict>
                <key>AllowRelocationBlock</key>
                <false/>
                <key>AvoidRuntimeDefrag</key>
                <true/>
                <key>DevirtualiseMmio</key>
                <false/>
                <key>DisableSingleUser</key>
                <false/>
                <key>DisableVariableWrite</key>
                <false/>
                <key>DiscardHibernateMap</key>
                <false/>
                <key>EnableSafeModeSlide</key>
                <true/>
                <key>EnableWriteUnprotector</key>
                <true/>
                <key>FixupAppleEfiImages</key>
                <false/>
                <key>ForceBooterSignature</key>
                <false/>
                <key>ForceExitBootServices</key>
                <false/>
                <key>ProtectMemoryRegions</key>
                <false/>
                <key>ProtectSecureBoot</key>
                <false/>
                <key>ProtectUefiServices</key>
                <false/>
                <key>ProvideCustomSlide</key>
                <true/>
                <key>ProvideMaxSlide</key>
                <integer>0</integer>
                <key>RebuildAppleMemoryMap</key>
                <false/>
                <key>ResizeAppleGpuBars</key>
                <integer>-1</integer>
                <key>SetupVirtualMap</key>
                <true/>
                <key>SignalAppleOS</key>
                <false/>
                <key>SyncRuntimePermissions</key>
                <false/>
            </dict>
        </dict>
        <key>DeviceProperties</key>
        <dict>
            <key>Add</key>
            <dict/>
            <key>Delete</key>
            <dict/>
        </dict>
        <key>Kernel</key>
        <dict>
            <key>Add</key>
            <array>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>Lilu.kext</string>
                    <key>Comment</key>
                    <string>V1.6.7</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/Lilu</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>VirtualSMC.kext</string>
                    <key>Comment</key>
                    <string>V1.3.2</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/VirtualSMC</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>WhateverGreen.kext</string>
                    <key>Comment</key>
                    <string>V1.6.6</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/WhateverGreen</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>AppleALCU.kext</string>
                    <key>Comment</key>
                    <string>V1.8.8</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/AppleALCU</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>XHCI-unsupported.kext</string>
                    <key>Comment</key>
                    <string>V0.9.2</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string></string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>USBInjectAll.kext</string>
                    <key>Comment</key>
                    <string>V0.8.0</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/USBInjectAll</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
            </array>
            <key>Block</key>
            <array/>
            <key>Emulate</key>
            <dict>
                <key>Cpuid1Data</key>
                <data></data>
                <key>Cpuid1Mask</key>
                <data></data>
                <key>DummyPowerManagement</key>
                <false/>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
            </dict>
            <key>Force</key>
            <array/>
            <key>Patch</key>
            <array/>
            <key>Quirks</key>
            <dict>
                <key>AppleCpuPmCfgLock</key>
                <true/>
                <key>AppleXcpmCfgLock</key>
                <true/>
                <key>AppleXcpmExtraMsrs</key>
                <false/>
                <key>AppleXcpmForceBoost</key>
                <false/>
                <key>CustomPciSerialDevice</key>
                <false/>
                <key>CustomSMBIOSGuid</key>
                <false/>
                <key>DisableIoMapper</key>
                <true/>
                <key>DisableIoMapperMapping</key>
                <false/>
                <key>DisableLinkeditJettison</key>
                <true/>
                <key>DisableRtcChecksum</key>
                <false/>
                <key>ExtendBTFeatureFlags</key>
                <false/>
                <key>ExternalDiskIcons</key>
                <false/>
                <key>ForceAquantiaEthernet</key>
                <false/>
                <key>ForceSecureBootScheme</key>
                <false/>
                <key>IncreasePciBarSize</key>
                <false/>
                <key>LapicKernelPanic</key>
                <false/>
                <key>LegacyCommpage</key>
                <false/>
                <key>PanicNoKextDump</key>
                <true/>
                <key>PowerTimeoutKernelPanic</key>
                <true/>
                <key>ProvideCurrentCpuInfo</key>
                <false/>
                <key>SetApfsTrimTimeout</key>
                <integer>-1</integer>
                <key>ThirdPartyDrives</key>
                <false/>
                <key>XhciPortLimit</key>
                <true/>
            </dict>
            <key>Scheme</key>
            <dict>
                <key>CustomKernel</key>
                <false/>
                <key>FuzzyMatch</key>
                <true/>
                <key>KernelArch</key>
                <string>Auto</string>
                <key>KernelCache</key>
                <string>Auto</string>
            </dict>
        </dict>
        <key>Misc</key>
        <dict>
            <key>BlessOverride</key>
            <array/>
            <key>Boot</key>
            <dict>
                <key>ConsoleAttributes</key>
                <integer>0</integer>
                <key>HibernateMode</key>
                <string>None</string>
                <key>HibernateSkipsPicker</key>
                <false/>
                <key>HideAuxiliary</key>
                <false/>
                <key>InstanceIdentifier</key>
                <string></string>
                <key>LauncherOption</key>
                <string>Disabled</string>
                <key>LauncherPath</key>
                <string>Default</string>
                <key>PickerAttributes</key>
                <integer>17</integer>
                <key>PickerAudioAssist</key>
                <false/>
                <key>PickerMode</key>
                <string>Builtin</string>
                <key>PickerVariant</key>
                <string>Auto</string>
                <key>PollAppleHotKeys</key>
                <false/>
                <key>ShowPicker</key>
                <true/>
                <key>TakeoffDelay</key>
                <integer>0</integer>
                <key>Timeout</key>
                <integer>5</integer>
            </dict>
            <key>Debug</key>
            <dict>
                <key>AppleDebug</key>
                <true/>
                <key>ApplePanic</key>
                <true/>
                <key>DisableWatchDog</key>
                <true/>
                <key>DisplayDelay</key>
                <integer>0</integer>
                <key>DisplayLevel</key>
                <integer>2147483650</integer>
                <key>LogModules</key>
                <string>*</string>
                <key>SysReport</key>
                <false/>
                <key>Target</key>
                <integer>3</integer>
            </dict>
            <key>Entries</key>
            <array/>
            <key>Security</key>
            <dict>
                <key>AllowSetDefault</key>
                <true/>
                <key>ApECID</key>
                <integer>0</integer>
                <key>AuthRestart</key>
                <false/>
                <key>BlacklistAppleUpdate</key>
                <true/>
                <key>DmgLoading</key>
                <string>Signed</string>
                <key>EnablePassword</key>
                <false/>
                <key>ExposeSensitiveData</key>
                <integer>6</integer>
                <key>HaltLevel</key>
                <integer>2147483648</integer>
                <key>PasswordHash</key>
                <data></data>
                <key>PasswordSalt</key>
                <data></data>
                <key>ScanPolicy</key>
                <integer>0</integer>
                <key>SecureBootModel</key>
                <string>Default</string>
                <key>Vault</key>
                <string>Optional</string>
            </dict>
            <key>Serial</key>
            <dict>
                <key>Custom</key>
                <dict>
                    <key>BaudRate</key>
                    <integer>115200</integer>
                    <key>ClockRate</key>
                    <integer>1843200</integer>
                    <key>DetectCable</key>
                    <false/>
                    <key>ExtendedTxFifoSize</key>
                    <integer>64</integer>
                    <key>FifoControl</key>
                    <integer>7</integer>
                    <key>LineControl</key>
                    <integer>3</integer>
                    <key>PciDeviceInfo</key>
                    <data>/w==</data>
                    <key>RegisterAccessWidth</key>
                    <integer>8</integer>
                    <key>RegisterBase</key>
                    <integer>1016</integer>
                    <key>RegisterStride</key>
                    <integer>1</integer>
                    <key>UseHardwareFlowControl</key>
                    <false/>
                    <key>UseMmio</key>
                    <false/>
                </dict>
                <key>Init</key>
                <false/>
                <key>Override</key>
                <false/>
            </dict>
            <key>Tools</key>
            <array/>
        </dict>
        <key>NVRAM</key>
        <dict>
            <key>Add</key>
            <dict>
                <key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
                <dict>
                    <key>DefaultBackgroundColor</key>
                    <data>AAAAAA==</data>
                </dict>
                <key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
                <dict>
                    <key>rtc-blacklist</key>
                    <data></data>
                </dict>
                <key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
                <dict>
                    <key>ForceDisplayRotationInEFI</key>
                    <integer>0</integer>
                    <key>SystemAudioVolume</key>
                    <data>Rg==</data>
                    <key>boot-args</key>
                    <string>-v alcid=99 debug=0x100 keepsyms=1</string>
                    <key>csr-active-config</key>
                    <data>ZwAAAA==</data>
                    <key>prev-lang:kbd</key>
                    <data></data>
                    <key>run-efi-updater</key>
                    <string>No</string>
                </dict>
            </dict>
            <key>Delete</key>
            <dict>
                <key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
                <array>
                    <string>DefaultBackgroundColor</string>
                </array>
                <key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
                <array>
                    <string>rtc-blacklist</string>
                </array>
                <key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
                <array>
                    <string>boot-args</string>
                    <string>ForceDisplayRotationInEFI</string>
                </array>
            </dict>
            <key>LegacyOverwrite</key>
            <false/>
            <key>LegacySchema</key>
            <dict>
                <key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
                <array>
                    <string>EFILoginHiDPI</string>
                    <string>EFIBluetoothDelay</string>
                    <string>LocationServicesEnabled</string>
                    <string>SystemAudioVolume</string>
                    <string>SystemAudioVolumeDB</string>
                    <string>SystemAudioVolumeSaved</string>
                    <string>bluetoothActiveControllerInfo</string>
                    <string>bluetoothInternalControllerInfo</string>
                    <string>flagstate</string>
                    <string>fmm-computer-name</string>
                    <string>fmm-mobileme-token-FMM</string>
                    <string>fmm-mobileme-token-FMM-BridgeHasAccount</string>
                    <string>nvda_drv</string>
                    <string>prev-lang:kbd</string>
                    <string>backlight-level</string>
                    <string>BootCampHD</string>
                </array>
                <key>8BE4DF61-93CA-11D2-AA0D-00E098032B8C</key>
                <array>
                    <string>Boot0080</string>
                    <string>Boot0081</string>
                    <string>Boot0082</string>
                    <string>BootNext</string>
                    <string>BootOrder</string>
                </array>
            </dict>
            <key>WriteFlash</key>
            <true/>
        </dict>
        <key>PlatformInfo</key>
        <dict>
            <key>Automatic</key>
            <true/>
            <key>CustomMemory</key>
            <false/>
            <key>Generic</key>
            <dict>
                <key>AdviseFeatures</key>
                <false/>
                <key>MLB</key>
                <string>C02747501J9J0PGA8</string>
                <key>MaxBIOSVersion</key>
                <false/>
                <key>ProcessorType</key>
                <integer>0</integer>
                <key>ROM</key>
                <data>ESIzRFVm</data>
                <key>SpoofVendor</key>
                <true/>
                <key>SystemMemoryStatus</key>
                <string>Auto</string>
                <key>SystemProductName</key>
                <string>iMac18,3</string>
                <key>SystemSerialNumber</key>
                <string>C02VQSZNJ1GJ</string>
                <key>SystemUUID</key>
                <string>559AEC11-60A8-4FB5-A266-E3ED51A83DDA</string>
            </dict>
            <key>UpdateDataHub</key>
            <true/>
            <key>UpdateNVRAM</key>
            <true/>
            <key>UpdateSMBIOS</key>
            <true/>
            <key>UpdateSMBIOSMode</key>
            <string>Create</string>
            <key>UseRawUuidEncoding</key>
            <false/>
        </dict>
        <key>UEFI</key>
        <dict>
            <key>APFS</key>
            <dict>
                <key>EnableJumpstart</key>
                <true/>
                <key>GlobalConnect</key>
                <false/>
                <key>HideVerbose</key>
                <true/>
                <key>JumpstartHotPlug</key>
                <false/>
                <key>MinDate</key>
                <integer>-1</integer>
                <key>MinVersion</key>
                <integer>-1</integer>
            </dict>
            <key>AppleInput</key>
            <dict>
                <key>AppleEvent</key>
                <string>Builtin</string>
                <key>CustomDelays</key>
                <false/>
                <key>GraphicsInputMirroring</key>
                <true/>
                <key>KeyInitialDelay</key>
                <integer>50</integer>
                <key>KeySubsequentDelay</key>
                <integer>5</integer>
                <key>PointerDwellClickTimeout</key>
                <integer>0</integer>
                <key>PointerDwellDoubleClickTimeout</key>
                <integer>0</integer>
                <key>PointerDwellRadius</key>
                <integer>0</integer>
                <key>PointerPollMask</key>
                <integer>-1</integer>
                <key>PointerPollMax</key>
                <integer>80</integer>
                <key>PointerPollMin</key>
                <integer>10</integer>
                <key>PointerSpeedDiv</key>
                <integer>1</integer>
                <key>PointerSpeedMul</key>
                <integer>1</integer>
            </dict>
            <key>Audio</key>
            <dict>
                <key>AudioCodec</key>
                <integer>0</integer>
                <key>AudioDevice</key>
                <string>PciRoot(0x0)/Pci(0x1b,0x0)</string>
                <key>AudioOutMask</key>
                <integer>1</integer>
                <key>AudioSupport</key>
                <false/>
                <key>DisconnectHda</key>
                <false/>
                <key>MaximumGain</key>
                <integer>-15</integer>
                <key>MinimumAssistGain</key>
                <integer>-30</integer>
                <key>MinimumAudibleGain</key>
                <integer>-55</integer>
                <key>PlayChime</key>
                <string>Auto</string>
                <key>ResetTrafficClass</key>
                <false/>
                <key>SetupDelay</key>
                <integer>0</integer>
            </dict>
            <key>ConnectDrivers</key>
            <true/>
            <key>Drivers</key>
            <array>
                <dict>
                    <key>Arguments</key>
                    <string></string>
                    <key>Comment</key>
                    <string></string>
                    <key>Enabled</key>
                    <true/>
                    <key>LoadEarly</key>
                    <false/>
                    <key>Path</key>
                    <string>OpenRuntime.efi</string>
                </dict>
                <dict>
                    <key>Arguments</key>
                    <string></string>
                    <key>Comment</key>
                    <string></string>
                    <key>Enabled</key>
                    <true/>
                    <key>LoadEarly</key>
                    <false/>
                    <key>Path</key>
                    <string>OpenHfsPlus.efi</string>
                </dict>
                <dict>
                    <key>Arguments</key>
                    <string></string>
                    <key>Comment</key>
                    <string></string>
                    <key>Enabled</key>
                    <true/>
                    <key>LoadEarly</key>
                    <false/>
                    <key>Path</key>
                    <string>ResetNvramEntry.efi</string>
                </dict>
            </array>
            <key>Input</key>
            <dict>
                <key>KeyFiltering</key>
                <false/>
                <key>KeyForgetThreshold</key>
                <integer>5</integer>
                <key>KeySupport</key>
                <true/>
                <key>KeySupportMode</key>
                <string>Auto</string>
                <key>KeySwap</key>
                <false/>
                <key>PointerSupport</key>
                <false/>
                <key>PointerSupportMode</key>
                <string>ASUS</string>
                <key>TimerResolution</key>
                <integer>50000</integer>
            </dict>
            <key>Output</key>
            <dict>
                <key>ClearScreenOnModeSwitch</key>
                <false/>
                <key>ConsoleFont</key>
                <string></string>
                <key>ConsoleMode</key>
                <string></string>
                <key>DirectGopRendering</key>
                <false/>
                <key>ForceResolution</key>
                <false/>
                <key>GopBurstMode</key>
                <false/>
                <key>GopPassThrough</key>
                <string>Disabled</string>
                <key>IgnoreTextInGraphics</key>
                <false/>
                <key>InitialMode</key>
                <string>Auto</string>
                <key>ProvideConsoleGop</key>
                <true/>
                <key>ReconnectGraphicsOnConnect</key>
                <false/>
                <key>ReconnectOnResChange</key>
                <false/>
                <key>ReplaceTabWithSpace</key>
                <false/>
                <key>Resolution</key>
                <string>Max</string>
                <key>SanitiseClearScreen</key>
                <false/>
                <key>TextRenderer</key>
                <string>BuiltinGraphics</string>
                <key>UIScale</key>
                <integer>0</integer>
                <key>UgaPassThrough</key>
                <false/>
            </dict>
            <key>ProtocolOverrides</key>
            <dict>
                <key>AppleAudio</key>
                <false/>
                <key>AppleBootPolicy</key>
                <false/>
                <key>AppleDebugLog</key>
                <false/>
                <key>AppleEg2Info</key>
                <false/>
                <key>AppleFramebufferInfo</key>
                <false/>
                <key>AppleImageConversion</key>
                <false/>
                <key>AppleImg4Verification</key>
                <false/>
                <key>AppleKeyMap</key>
                <false/>
                <key>AppleRtcRam</key>
                <false/>
                <key>AppleSecureBoot</key>
                <false/>
                <key>AppleSmcIo</key>
                <false/>
                <key>AppleUserInterfaceTheme</key>
                <false/>
                <key>DataHub</key>
                <false/>
                <key>DeviceProperties</key>
                <false/>
                <key>FirmwareVolume</key>
                <true/>
                <key>HashServices</key>
                <false/>
                <key>OSInfo</key>
                <false/>
                <key>PciIo</key>
                <false/>
                <key>UnicodeCollation</key>
                <false/>
            </dict>
            <key>Quirks</key>
            <dict>
                <key>ActivateHpetSupport</key>
                <false/>
                <key>DisableSecurityPolicy</key>
                <false/>
                <key>EnableVectorAcceleration</key>
                <true/>
                <key>EnableVmx</key>
                <false/>
                <key>ExitBootServicesDelay</key>
                <integer>0</integer>
                <key>ForceOcWriteFlash</key>
                <false/>
                <key>ForgeUefiSupport</key>
                <false/>
                <key>IgnoreInvalidFlexRatio</key>
                <false/>
                <key>ReleaseUsbOwnership</key>
                <true/>
                <key>ReloadOptionRoms</key>
                <false/>
                <key>RequestBootVarRouting</key>
                <true/>
                <key>ResizeGpuBars</key>
                <integer>-1</integer>
                <key>ResizeUsePciRbIo</key>
                <false/>
                <key>ShimRetainProtocol</key>
                <false/>
                <key>TscSyncTimeout</key>
                <integer>0</integer>
                <key>UnblockFsConnect</key>
                <false/>
            </dict>
            <key>ReservedMemory</key>
            <array/>
        </dict>
    </dict>
</plist>

XML:
<?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>#DisableDrivers</key>
    <array>
        <string>CsmVideoDxe</string>
        <string>VBoxExt4</string>
    </array>
    <key>ACPI</key>
    <dict>
        <key>#PatchAPIC</key>
        <false/>
        <key>#ResetAddress</key>
        <string>0x64</string>
        <key>#ResetValue</key>
        <string>0xFE</string>
        <key>#SortedOrder</key>
        <array>
            <string>SSDT-3.aml</string>
            <string>SSDT-1.aml</string>
            <string>SSDT-2.aml</string>
        </array>
        <key>#smartUPS</key>
        <false/>
        <key>AutoMerge</key>
        <false/>
        <key>DSDT</key>
        <dict>
            <key>#DropOEM_DSM</key>
            <dict>
                <key>ATI</key>
                <true/>
                <key>Firewire</key>
                <true/>
                <key>HDA</key>
                <true/>
                <key>HDMI</key>
                <true/>
                <key>IDE</key>
                <true/>
                <key>IntelGFX</key>
                <true/>
                <key>LAN</key>
                <true/>
                <key>LPC</key>
                <false/>
                <key>NVidia</key>
                <true/>
                <key>SATA</key>
                <true/>
                <key>SmBUS</key>
                <false/>
                <key>USB</key>
                <true/>
                <key>WIFI</key>
                <true/>
            </dict>
            <key>#Rtc8Allowed</key>
            <false/>
            <key>#SuspendOverride</key>
            <false/>
            <key>Debug</key>
            <false/>
            <key>Fixes</key>
            <dict>
                <key>AddDTGP</key>
                <true/>
                <key>AddHDMI</key>
                <true/>
                <key>AddIMEI</key>
                <false/>
                <key>AddMCHC</key>
                <false/>
                <key>AddPNLF</key>
                <true/>
                <key>DeleteUnused</key>
                <true/>
                <key>FakeLPC</key>
                <false/>
                <key>FixACST</key>
                <true/>
                <key>FixADP1</key>
                <true/>
                <key>FixAirport</key>
                <false/>
                <key>FixDarwin</key>
                <false/>
                <key>FixDarwin7</key>
                <true/>
                <key>FixDisplay</key>
                <true/>
                <key>FixFirewire</key>
                <false/>
                <key>FixHDA</key>
                <true/>
                <key>FixHPET</key>
                <true/>
                <key>FixIDE</key>
                <false/>
                <key>FixIPIC</key>
                <true/>
                <key>FixIntelGfx</key>
                <false/>
                <key>FixLAN</key>
                <true/>
                <key>FixMutex</key>
                <false/>
                <key>FixRTC</key>
                <true/>
                <key>FixRegions</key>
                <true/>
                <key>FixS3D</key>
                <true/>
                <key>FixSATA</key>
                <false/>
                <key>FixSBUS</key>
                <true/>
                <key>FixShutdown</key>
                <true/>
                <key>FixTMR</key>
                <true/>
                <key>FixUSB</key>
                <true/>
                <key>FixWAK</key>
                <true/>
            </dict>
            <key>Name</key>
            <string>DSDT.aml</string>
            <key>Patches</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string>Add _SUN property for GIGE</string>
                    <key>Disabled</key>
                    <true/>
                    <key>Find</key>
                    <data>UFhTWAhfQURSAAhfUFJXEgYC</data>
                    <key>Replace</key>
                    <data>UFhTWAhfQURSAAhfU1VOCgQIX1BSVxIGAg==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>Rename GFX0 to IGPU</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>R0ZYMA==</data>
                    <key>Replace</key>
                    <data>SUdQVQ==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>Rename HDEF to AZAL</string>
                    <key>Disabled</key>
                    <true/>
                    <key>Find</key>
                    <data>SERFRg==</data>
                    <key>Replace</key>
                    <data>QVpBTA==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>Rename oem _DSM to ZDSM</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>X0RTTQ==</data>
                    <key>Replace</key>
                    <data>WkRTTQ==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>Rename HECI to IMEI</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>SEVDSQ==</data>
                    <key>Replace</key>
                    <data>SU1FSQ==</data>
                </dict>
            </array>
            <key>ReuseFFFF</key>
            <false/>
        </dict>
        <key>DisableASPM</key>
        <false/>
        <key>DropTables</key>
        <array>
            <dict>
                <key>Signature</key>
                <string>DMAR</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>CpuPm</string>
            </dict>
            <dict>
                <key>#Length</key>
                <integer>720</integer>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>Cpu0Ist</string>
            </dict>
        </array>
        <key>FixHeaders</key>
        <true/>
        <key>FixMCFG</key>
        <true/>
        <key>HaltEnabler</key>
        <true/>
        <key>RenameDevices</key>
        <dict>
            <key>#_SB.PCI0.RP01.PXSX</key>
            <string>ARPT</string>
        </dict>
        <key>SSDT</key>
        <dict>
            <key>#C3Latency</key>
            <string>0x03E7</string>
            <key>#DoubleFirstState</key>
            <true/>
            <key>#DropOem</key>
            <true/>
            <key>#EnableC2</key>
            <false/>
            <key>#EnableC4</key>
            <false/>
            <key>#EnableC6</key>
            <true/>
            <key>#EnableC7</key>
            <false/>
            <key>#MaxMultiplier</key>
            <integer>12</integer>
            <key>#MinMultiplier</key>
            <integer>8</integer>
            <key>#NoDynamicExtract</key>
            <false/>
            <key>#NoOemTableId</key>
            <false/>
            <key>#PLimitDict</key>
            <integer>1</integer>
            <key>#PluginType</key>
            <integer>0</integer>
            <key>#UnderVoltStep</key>
            <integer>1</integer>
            <key>#UseSystemIO</key>
            <false/>
            <key>Generate</key>
            <dict>
                <key>#APLF</key>
                <false/>
                <key>#APSN</key>
                <false/>
                <key>#PluginType</key>
                <false/>
                <key>CStates</key>
                <true/>
                <key>PStates</key>
                <true/>
            </dict>
        </dict>
    </dict>
    <key>Boot</key>
    <dict>
        <key>#Arguments</key>
        <string>nv_disable=1 dart=0 radpg=15 -lilubetaall slide=0 darkwake=0</string>
        <key>#DefaultLoader</key>
        <string>boot.efi</string>
        <key>#LegacyBiosDefaultEntry</key>
        <integer>0</integer>
        <key>#XMPDetection</key>
        <string>-1</string>
        <key>Arguments</key>
        <string>nv_disable=1 -lilubetaall radpg=15 dart=0</string>
        <key>Debug</key>
        <false/>
        <key>DefaultVolume</key>
        <string>LastBootedVolume</string>
        <key>DisableCloverHotkeys</key>
        <false/>
        <key>Legacy</key>
        <string>PBR</string>
        <key>NeverDoRecovery</key>
        <true/>
        <key>NeverHibernate</key>
        <false/>
        <key>RtcHibernateAware</key>
        <false/>
        <key>SignatureFixup</key>
        <false/>
        <key>SkipHibernateTimeout</key>
        <false/>
        <key>StrictHibernate</key>
        <false/>
        <key>Timeout</key>
        <integer>5</integer>
        <key>XMPDetection</key>
        <integer>-1</integer>
    </dict>
    <key>BootGraphics</key>
    <dict>
        <key>#DefaultBackgroundColor</key>
        <string>0xF0F0F0</string>
        <key>EFILoginHiDPI</key>
        <integer>1</integer>
        <key>UIScale</key>
        <integer>1</integer>
    </dict>
    <key>CPU</key>
    <dict>
        <key>#BusSpeedkHz</key>
        <integer>133330</integer>
        <key>#FrequencyMHz</key>
        <integer>3140</integer>
        <key>#HWPEnable</key>
        <true/>
        <key>#HWPValue</key>
        <string>0x30002a01</string>
        <key>#QPI</key>
        <integer>4800</integer>
        <key>#SavingMode</key>
        <integer>7</integer>
        <key>#TDP</key>
        <integer>95</integer>
        <key>#TurboDisable</key>
        <true/>
        <key>#Type</key>
        <string>0x0201</string>
        <key>#UseARTFrequency</key>
        <true/>
    </dict>
    <key>Devices</key>
    <dict>
        <key>#AddProperties</key>
        <array>
            <dict>
                <key>Device</key>
                <string>IntelGFX</string>
                <key>Disabled</key>
                <true/>
                <key>Key</key>
                <string>framebuffer-patch-enable</string>
                <key>Value</key>
                <data>AQAAAA==</data>
            </dict>
            <dict>
                <key>Device</key>
                <string>IntelGFX</string>
                <key>Disabled</key>
                <true/>
                <key>Key</key>
                <string>framebuffer-stolenmem</string>
                <key>Value</key>
                <data>AAAwAQ==</data>
            </dict>
            <dict>
                <key>Device</key>
                <string>IntelGFX</string>
                <key>Disabled</key>
                <true/>
                <key>Key</key>
                <string>framebuffer-fbmem</string>
                <key>Value</key>
                <data>AACQAA==</data>
            </dict>
            <dict>
                <key>Device</key>
                <string>IntelGFX</string>
                <key>Disabled</key>
                <true/>
                <key>Key</key>
                <string>framebuffer-unifiedmem</string>
                <key>Value</key>
                <data>AAAAgA==</data>
            </dict>
        </array>
        <key>#DisableFunctions</key>
        <string>0x18F6</string>
        <key>#FakeID</key>
        <dict>
            <key>#ATI</key>
            <string>0x67501002</string>
            <key>#IMEI</key>
            <string>0x1e208086</string>
            <key>#IntelGFX</key>
            <string>0x01668086</string>
            <key>#LAN</key>
            <string>0x100E8086</string>
            <key>#NVidia</key>
            <string>0x11de10de</string>
            <key>#SATA</key>
            <string>0x26818086</string>
            <key>#WIFI</key>
            <string>0x0030168C</string>
            <key>#XHCI</key>
            <string>0x0</string>
        </dict>
        <key>#ForceHPET</key>
        <false/>
        <key>#IntelMaxValue</key>
        <string>0x710</string>
        <key>#Properties</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x14,0x0)</key>
            <dict>
                <key>#Comment</key>
                <string>This is USB3.0</string>
                <key>AAPL,clock-id</key>
                <data>AA==</data>
                <key>AAPL,current-available</key>
                <data>sAQ=</data>
                <key>AAPL,current-extra</key>
                <data>vAI=</data>
                <key>AAPL,current-in-sleep</key>
                <data>6AM=</data>
                <key>built-in</key>
                <data>AA==</data>
                <key>device_type</key>
                <string>XHCI</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x19,0x0)</key>
            <dict>
                <key>built-in</key>
                <data>AQ==</data>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1a,0x0)</key>
            <dict>
                <key>AAPL,clock-id</key>
                <data>AQ==</data>
                <key>AAPL,current-available</key>
                <data>sAQ=</data>
                <key>AAPL,current-extra</key>
                <data>vAI=</data>
                <key>AAPL,current-in-sleep</key>
                <data>6AM=</data>
                <key>built-in</key>
                <data>AA==</data>
                <key>device_type</key>
                <string>EHCI</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1b,0x0)</key>
            <dict>
                <key>hda-gfx</key>
                <string>onboard-1</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1c,0x1)/Pci(0x0,0x0)</key>
            <dict>
                <key>device_type</key>
                <string>Airport</string>
                <key>model</key>
                <string>Apple WiFi card</string>
                <key>name</key>
                <string>AirPort Extreme</string>
                <key>subsystem-vendor-id</key>
                <data>axAAAA==</data>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1c,0x5)/Pci(0x0,0x0)</key>
            <dict>
                <key>compatible</key>
                <string>pci14e4,16bc</string>
                <key>device_type</key>
                <string>Media controller</string>
                <key>model</key>
                <string>O2 Micro SD card reader</string>
                <key>name</key>
                <string>AirPort Extreme</string>
                <key>subsystem-vendor-id</key>
                <data>axAAAA==</data>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1d,0x0)</key>
            <dict>
                <key>AAPL,clock-id</key>
                <data>Ag==</data>
                <key>AAPL,current-available</key>
                <data>sAQ=</data>
                <key>AAPL,current-extra</key>
                <data>vAI=</data>
                <key>AAPL,current-in-sleep</key>
                <data>6AM=</data>
                <key>built-in</key>
                <data>AA==</data>
                <key>device_type</key>
                <string>EHCI</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>#AAPL00,override-no-connect</key>
                <data>AP///////wANr2kUAAAAABYWAQSgHxF4AtFFm1lXjisjUFQAAAABAQEBAQEBAQEBAQEBAQEBEhtWclAADDAQZCYANa4QAAAaDBJWclAADDAQIiYANa4QAAAaAAAA/gA3SlJUOYAxNDBCR0UKAAAAAAAAQTGUAAAAAAEBCiAgAMU=</data>
                <key>@0,backlight-control</key>
                <data>AQAAAA==</data>
                <key>AAPL,HasLid</key>
                <data>AQAAAA==</data>
                <key>AAPL,HasPanel</key>
                <data>AQAAAA==</data>
                <key>AAPL,backlight-control</key>
                <data>AQAAAA==</data>
                <key>AAPL,ig-platform-id</key>
                <data>AwBmAQ==</data>
                <key>class-code</key>
                <data>AAADAA==</data>
                <key>device-id</key>
                <data>ZgEAAA==</data>
                <key>graphic-options</key>
                <data>DAAAAA==</data>
                <key>model</key>
                <string>Intel HD Graphics 4000</string>
                <key>subsystem-vendor-id</key>
                <data>axAAAA==</data>
                <key>vendor-id</key>
                <data>hoAAAA==</data>
            </dict>
            <key>SecondaryGPU</key>
            <dict>
                <key>device-id</key>
                <data>/////w==</data>
            </dict>
        </dict>
        <key>#SetIntelBacklight</key>
        <false/>
        <key>#SetIntelMaxBacklight</key>
        <true/>
        <key>Audio</key>
        <dict>
            <key>#Inject</key>
            <string>12</string>
            <key>AFGLowPowerState</key>
            <true/>
            <key>ResetHDA</key>
            <true/>
        </dict>
        <key>HDMIInjection</key>
        <false/>
        <key>LANInjection</key>
        <false/>
        <key>USB</key>
        <dict>
            <key>AddClockID</key>
            <true/>
            <key>FixOwnership</key>
            <true/>
            <key>HighCurrent</key>
            <false/>
            <key>Inject</key>
            <false/>
        </dict>
        <key>UseIntelHDMI</key>
        <false/>
    </dict>
    <key>GUI</key>
    <dict>
        <key>#ConsoleMode</key>
        <string>0</string>
        <key>#Custom</key>
        <dict>
            <key>Entries</key>
            <array>
                <dict>
                    <key>AddArguments</key>
                    <string>-v</string>
                    <key>Arguments</key>
                    <string>Kernel=mach_kernel</string>
                    <key>Disabled</key>
                    <true/>
                    <key>Hidden</key>
                    <false/>
                    <key>Hotkey</key>
                    <string>M</string>
                    <key>InjectKexts</key>
                    <false/>
                    <key>NoCaches</key>
                    <false/>
                    <key>Path</key>
                    <string>\EFI\BOOT\BOOTX64.efi</string>
                    <key>Title</key>
                    <string>MyCustomEntry</string>
                    <key>Type</key>
                    <string>OSXRecovery</string>
                    <key>Volume</key>
                    <string>D68F1885-571C-4441-8DD5-F14803EFEF54</string>
                </dict>
                <dict>
                    <key>Hidden</key>
                    <false/>
                    <key>InjectKexts</key>
                    <false/>
                    <key>NoCaches</key>
                    <false/>
                    <key>SubEntries</key>
                    <array>
                        <dict>
                            <key>AddArguments</key>
                            <string>-v</string>
                            <key>Title</key>
                            <string>Boot OS X 10.8.5 (12F36) Mountain Lion in Verbose Mode</string>
                        </dict>
                    </array>
                    <key>Title</key>
                    <string>OS X 10.8.5 (12F36) Mountain Lion</string>
                    <key>Type</key>
                    <string>OSX</string>
                    <key>Volume</key>
                    <string>454794AC-760D-46E8-8F77-D6EB23D2FD32</string>
                </dict>
            </array>
            <key>Legacy</key>
            <array>
                <dict>
                    <key>Disabled</key>
                    <true/>
                    <key>Hidden</key>
                    <false/>
                    <key>Hotkey</key>
                    <string>L</string>
                    <key>Title</key>
                    <string>MyLegacyEntry</string>
                    <key>Type</key>
                    <string>Windows</string>
                    <key>Volume</key>
                    <string>89433CD3-21F2-4D3C-95FC-722C48066D3A</string>
                </dict>
            </array>
            <key>Tool</key>
            <array>
                <dict>
                    <key>Arguments</key>
                    <string>-b</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Hidden</key>
                    <false/>
                    <key>Hotkey</key>
                    <string>S</string>
                    <key>Path</key>
                    <string>\EFI\CLOVER\TOOLS\Shell64-v1.efi</string>
                    <key>Title</key>
                    <string>MyCustomShell</string>
                    <key>Volume</key>
                    <string>D68F1885-571C-4441-8DD5-F14803EFEF54</string>
                </dict>
            </array>
        </dict>
        <key>#CustomIcons</key>
        <false/>
        <key>#Hide</key>
        <array>
            <string>Windows</string>
            <string>BOOTX64.EFI</string>
        </array>
        <key>#KbdPrevLang</key>
        <false/>
        <key>#Language</key>
        <string>ru:0</string>
        <key>#Mouse</key>
        <dict>
            <key>Enabled</key>
            <true/>
            <key>Mirror</key>
            <false/>
            <key>Speed</key>
            <integer>2</integer>
        </dict>
        <key>#Scan</key>
        <dict>
            <key>Entries</key>
            <true/>
            <key>Legacy</key>
            <false/>
            <key>Tool</key>
            <true/>
        </dict>
        <key>#TextOnly</key>
        <false/>
        <key>EmbeddedThemeType</key>
        <string>Daytime</string>
        <key>PlayAsync</key>
        <false/>
        <key>ScreenResolution</key>
        <string>1920x1080</string>
        <key>ShowOptimus</key>
        <false/>
        <key>Theme</key>
        <string>Aero</string>
        <key>Timezone</key>
        <integer>3</integer>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>#Connectors</key>
        <array/>
        <key>#DualLink</key>
        <integer>0</integer>
        <key>#FBName</key>
        <string>Makakakakala</string>
        <key>#Inject</key>
        <dict>
            <key>ATI</key>
            <true/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <false/>
        </dict>
        <key>#LoadVBios</key>
        <false/>
        <key>#NVCAP</key>
        <string>04000000000003000C0000000000000A00000000</string>
        <key>#NvidiaGeneric</key>
        <true/>
        <key>#NvidiaNoEFI</key>
        <false/>
        <key>#NvidiaSingle</key>
        <false/>
        <key>#PatchVBios</key>
        <false/>
        <key>#PatchVBiosBytes</key>
        <array>
            <dict>
                <key>Find</key>
                <data>gAeoAqAF</data>
                <key>Replace</key>
                <data>gAeoAjgE</data>
            </dict>
        </array>
        <key>#RadeonDeInit</key>
        <true/>
        <key>#VRAM</key>
        <integer>1024</integer>
        <key>#VideoPorts</key>
        <integer>2</integer>
        <key>#display-cfg</key>
        <string>03010300FFFF0001</string>
        <key>#ig-platform-id</key>
        <string>0x01620005</string>
        <key>EDID</key>
        <dict>
            <key>#Custom</key>
            <data>AP///////wAGECGSAAAAAAASAQOAIRV4CunVmVlTjigmUFQAAAABAQEBAQEBAQEBAQEBAQEB3iGgcFCEHzAgIFYAS88QAAAY3iGgcFCEHzAgIFYAS88QAAAAAAAA/gBXNjU3RwAxNTRXUDEKAAAA/gAjMz1IZYSq/wIBCiAgAJo=</data>
            <key>#HorizontalSyncPulseWidth</key>
            <string>0x11</string>
            <key>#Inject</key>
            <true/>
            <key>#ProductID</key>
            <string>0x9221</string>
            <key>#VendorID</key>
            <string>0x1006</string>
            <key>#VideoInputSignal</key>
            <string>0xA1</string>
        </dict>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>#ATIConnectorsController</key>
        <string>6000</string>
        <key>#ATIConnectorsData</key>
        <string>000400000403000000010000210302040400000014020000000100000000040310000000100000000001000000000001</string>
        <key>#ATIConnectorsPatch</key>
        <string>040000001402000000010000000004040004000004030000000100001102010500000000000000000000000000000000</string>
        <key>#BootPatches</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>Example</string>
                <key>Disabled</key>
                <true/>
                <key>Find</key>
                <data>RXh0ZXJuYWw=</data>
                <key>MatchOS</key>
                <string>All</string>
                <key>Replace</key>
                <data>SW50ZXJuYWw=</data>
            </dict>
        </array>
        <key>#FakeCPUID</key>
        <string>0x010676</string>
        <key>#ForceKextsToLoad</key>
        <array>
            <string>\System\Library\Extensions\AMD6000Controller.kext</string>
            <string>\System\Library\Extensions\AMDFramebuffer.kext</string>
        </array>
        <key>#KextsToPatch</key>
        <array>
            <dict>
                <key>Disabled</key>
                <true/>
                <key>Find</key>
                <data>SGVhZHBob25lcwA=</data>
                <key>Name</key>
                <string>VoodooHDA</string>
                <key>Replace</key>
                <data>VGVsZXBob25lcwA=</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Patch_to_not_load_this_driver</string>
                <key>Find</key>
                <string>0x04020000</string>
                <key>InfoPlistPatch</key>
                <true/>
                <key>Name</key>
                <string>AppleHDAController</string>
                <key>Replace</key>
                <string>0x44220000</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Make all drives to be internal</string>
                <key>Find</key>
                <data>RXh0ZXJuYWw=</data>
                <key>Name</key>
                <string>AppleAHCIPort</string>
                <key>Replace</key>
                <data>SW50ZXJuYWw=</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>TRIM function for non-Apple SSDs</string>
                <key>Find</key>
                <data>QVBQTEUgU1NEAA==</data>
                <key>Name</key>
                <string>IOAHCIBlockStorage</string>
                <key>Replace</key>
                <data>AAAAAAAAAAAAAA==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>ATI Connector patch new way</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>AAQAAAQDAAAAAQAAIQMCBAQAAAAUAgAAAAEAAAAABAMQAAAAEAAAAAABAAAAAAAB</data>
                <key>MatchOS</key>
                <string>10.9,10.10,10.11</string>
                <key>Name</key>
                <string>AMD6000Controller</string>
                <key>Replace</key>
                <data>BAAAABQCAAAAAQAAAAAEBAAEAAAEAwAAAAEAABECAQUAAAAAAAAAAAAAAAAAAAAA</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>ATI name HD xxxx -&gt; HD6450</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>SEQgNnh4eA==</data>
                <key>MatchOS</key>
                <string>10.12,10.13</string>
                <key>Name</key>
                <string>AMD6000Controller</string>
                <key>Replace</key>
                <data>SEQgNjQ1MA==</data>
            </dict>
        </array>
        <key>AppleIntelCPUPM</key>
        <true/>
        <key>AppleRTC</key>
        <true/>
        <key>Debug</key>
        <false/>
        <key>DellSMBIOSPatch</key>
        <false/>
        <key>KernelLapic</key>
        <false/>
        <key>KernelPm</key>
        <true/>
        <key>KernelToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>Disable panic kext logging on 10.14 Release kernel</string>
                <key>Disabled</key>
                <true/>
                <key>Find</key>
                <data>igKEwHRC</data>
                <key>MatchOS</key>
                <string>10.14</string>
                <key>Replace</key>
                <data>igKEwOtC</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Disable panic kext logging on 10.13 Release kernel</string>
                <key>Disabled</key>
                <true/>
                <key>Find</key>
                <data>igKEwHRE</data>
                <key>MatchOS</key>
                <string>10.13</string>
                <key>Replace</key>
                <data>igKEwOtE</data>
            </dict>
        </array>
        <key>KernelXCPM</key>
        <false/>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>External icons patch</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>RXh0ZXJuYWw=</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>Name</key>
                <string>AppleAHCIPort</string>
                <key>Replace</key>
                <data>SW50ZXJuYWw=</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Remove USB port limit in XHCI kext</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>g/sPD4MDBQAA</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>MatchOS</key>
                <string>10.14.x</string>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Replace</key>
                <data>g/sPkJCQkJCQ</data>
            </dict>
        </array>
        <key>PanicNoKextDump</key>
        <true/>
    </dict>
    <key>RtVariables</key>
    <dict>
        <key>BooterConfig</key>
        <string>0x28</string>
        <key>CsrActiveConfig</key>
        <string>0x67</string>
        <key>MLB</key>
        <string>C02032109R5DC771H</string>
        <key>ROM</key>
        <string>UseMacAddr0</string>
    </dict>
    <key>SMBIOS</key>
    <dict>
        <key>#BiosReleaseDate</key>
        <string>05/03/10</string>
        <key>#BiosVendor</key>
        <string>Apple Inc.</string>
        <key>#BiosVersion</key>
        <string>MB11.88Z.0061.B03.0809221748</string>
        <key>#Board-ID</key>
        <string>Mac-F4208CC8</string>
        <key>#BoardManufacturer</key>
        <string>Apple Inc.</string>
        <key>#BoardSerialNumber</key>
        <string>C02032101R5DC771H</string>
        <key>#BoardType</key>
        <integer>10</integer>
        <key>#BoardVersion</key>
        <string>Proto1</string>
        <key>#ChassisAssetTag</key>
        <string>LatitudeD420</string>
        <key>#ChassisManufacturer</key>
        <string>Apple Inc.</string>
        <key>#ChassisType</key>
        <integer>16</integer>
        <key>#EfiVersion</key>
        <string>220.200.252.0.0</string>
        <key>#Family</key>
        <string>MacBook</string>
        <key>#FirmwareFeatures</key>
        <string>0xC0001403</string>
        <key>#FirmwareFeaturesMask</key>
        <string>0xFFFFFFFF</string>
        <key>#LocationInChassis</key>
        <string>MLB</string>
        <key>#Memory</key>
        <dict>
            <key>Channels</key>
            <integer>2</integer>
            <key>Modules</key>
            <array>
                <dict>
                    <key>Frequency</key>
                    <integer>1333</integer>
                    <key>Part</key>
                    <string>C0001403</string>
                    <key>Serial</key>
                    <string>00001001</string>
                    <key>Size</key>
                    <integer>4096</integer>
                    <key>Slot</key>
                    <integer>0</integer>
                    <key>Type</key>
                    <string>DDR3</string>
                    <key>Vendor</key>
                    <string>Kingston</string>
                </dict>
                <dict>
                    <key>Frequency</key>
                    <integer>1333</integer>
                    <key>Part</key>
                    <string>C0001404</string>
                    <key>Serial</key>
                    <string>00001002</string>
                    <key>Size</key>
                    <integer>4096</integer>
                    <key>Slot</key>
                    <integer>2</integer>
                    <key>Type</key>
                    <string>DDR3</string>
                    <key>Vendor</key>
                    <string>Kingston</string>
                </dict>
            </array>
            <key>SlotCount</key>
            <integer>4</integer>
        </dict>
        <key>#Mobile</key>
        <true/>
        <key>#PlatformFeature</key>
        <string>0x03</string>
        <key>#ProductName</key>
        <string>MacBook1,1</string>
        <key>#SerialNumber</key>
        <string>4H629LYAU9C</string>
        <key>#Slots</key>
        <array>
            <dict>
                <key>Device</key>
                <string>ATI</string>
                <key>ID</key>
                <integer>1</integer>
                <key>Name</key>
                <string>PCIe Slot 0</string>
                <key>Type</key>
                <integer>16</integer>
            </dict>
            <dict>
                <key>Device</key>
                <string>WIFI</string>
                <key>ID</key>
                <integer>0</integer>
                <key>Name</key>
                <string>Airport</string>
                <key>Type</key>
                <integer>1</integer>
            </dict>
        </array>
        <key>#SmUUID</key>
        <string>00000000-0000-1000-8000-010203040506</string>
        <key>#Trust</key>
        <true/>
        <key>#Version</key>
        <string>1.0</string>
        <key>BiosReleaseDate</key>
        <string>02/26/2021</string>
        <key>BiosVendor</key>
        <string>Apple Inc.</string>
        <key>BiosVersion</key>
        <string>IM171.88Z.F000.B00.2102262339</string>
        <key>Board-ID</key>
        <string>Mac-DB15BD556843C820</string>
        <key>BoardManufacturer</key>
        <string>Apple Inc.</string>
        <key>BoardSerialNumber</key>
        <string>C02508207CDGPF7A8</string>
        <key>BoardType</key>
        <integer>10</integer>
        <key>BoardVersion</key>
        <string>iMac17,1</string>
        <key>ChassisAssetTag</key>
        <string>Asset Tag#</string>
        <key>ChassisManufacturer</key>
        <string>Apple Inc.</string>
        <key>ChassisType</key>
        <string>0xD</string>
        <key>EfiVersion</key>
        <string>429.100.7.0.0</string>
        <key>Family</key>
        <string>iMac</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>PlatformFeature</key>
        <string>0x0</string>
        <key>ProductName</key>
        <string>iMac17,1</string>
        <key>SerialNumber</key>
        <string>C02P92YSGG7L</string>
        <key>SmUUID</key>
        <string>E19F0496-0E4C-4A49-B81A-CEAFA53E9601</string>
        <key>Version</key>
        <string>1.0</string>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>#BacklightLevel</key>
        <string>0x0501</string>
        <key>#CustomUUID</key>
        <string>511CE201-1000-4000-9999-010203040506</string>
        <key>#NoCaches</key>
        <false/>
        <key>#NvidiaWeb</key>
        <false/>
        <key>InjectSystemID</key>
        <true/>
    </dict>
</dict>
</plist>
 

Attachments

Update: Installed linux-apfs and mounted my Mac OS drive. Found the problem: it's mostly empty, although perhaps it was auto-encrypted without my knowledge but there wouldn't be some files accessible if that was the case, I think. So I'll have to end up starting from scratch, which is a pain cause I just know Apple's going to want me to validate my login and I don't own either of the iDevices I used to use with them. Maybe I can sign into my wife's MacBook Pro first and then use that... but it's going to then ask me to verify on the hackintosh or iPhone, I think? There's got to be an option to recover accounts, though.

Regardless. I think I found the problem. The help was appreciated, ty @EliteMacx86
 
  • Like
Reactions: EliteMacx86
Update: Installed linux-apfs and mounted my Mac OS drive. Found the problem: it's mostly empty, although perhaps it was auto-encrypted without my knowledge but there wouldn't be some files accessible if that was the case, I think. So I'll have to end up starting from scratch, which is a pain cause I just know Apple's going to want me to validate my login and I don't own either of the iDevices I used to use with them. Maybe I can sign into my wife's MacBook Pro first and then use that... but it's going to then ask me to verify on the hackintosh or iPhone, I think? There's got to be an option to recover accounts, though.

Regardless. I think I found the problem. The help was appreciated, ty @EliteMacx86
Glad to hear. Use the video to create a EFI for your system and you're all set!
 

Forum statistics

Threads
1,935
Messages
18,092
Members
27,834
Latest member
paulo95190g