OpenCore convention: Blackscreen after picker

System

  • GA-X299-UD4
  • i9-7900X
  • Radeon RX 5700 XT THICC III Ultra Graphics Card XFRX57XT8T3U,XFX Force (RX-57XT8TBD8)
  • 1TB 970 EVO Plus NVMe M 2 Internal SSD SAMZV7S1T0BA with firmware updated (installing on this)
  • Samsung 960 PRO MZ V6P512BW solid state drive 512 GB PCI Express 3 0 (attached)
  • Intel Optane SSD 900P Series (attached)

Symptom

  • setup: following the guide for Skylake X at Dortania, config.plist attached at the end of this. All kexts and OpenCore are latest as of June 4th (OpenCore 0.5.9.)
  • All kexts and OpenCore itself are DEBUG version from acidanthera whenever applicable
  • Black screen right after checker

Last few lines of opencore log: (These never shown on the screen, I just get this from the EFI partition.)

30:549 00:036 OCB: Showing menu... 32:987 02:437 OCB: Should boot from 2. Install macOS Catalina (T:2|F:0|G:0|E:1|DEF:0) 33:028 00:041 OCB: Perform boot Install macOS Catalina to dp PciRoot(0x0)/Pci(0x14,0x0)/USB(0x7,0x0)/HD(2,GPT,...)/\System\Library\CoreServices\boot.efi (0/0) 33:121 00:092 OCB: Matching <> args on type 2 0 33:164 00:043 ASSERT [OpenCore] /Users/travis/build/acidanthera/OpenCorePkg/UDK/OpenCorePkg/Library/OcMemoryLib/MemoryAttributes.c(283): MemoryAttributesEntry->PhysicalStart < NextGluedAddress

I assume the assert statement is failing? This corresponds to this line in the GitHub repo.

Notes

Guessing from that line it is a memory problem, searching for corresponding hints in the guide, I tried toggling RebuildAppleMemoryMap, AppleXcpmExtraMsrs.

Also, from a working config.plist from Clover, I tried adding these boot args dart=0 npci=0x2000 lilucpu=7 darkwake=10. Especially some said on Gigabyte the npci=0x2000 is necessary.

But none of these works.

Also My graphic card is connected to 2 monitors. Worried that it might cause problems, I tried disconnecting the 1920x1080 one and using only the 3840x2160 one, or turning off the later and using only the former. But it still show black screen that way. (I noticed when using the 3840x2160 display, it negotiates to 2560x1440 only, but that display should be capable of displaying that resolution as well. It does sucessfully negotiated 1920x1080 when using the former display.)

Also, I have 2 M.2 PCI-E NVME SSDs attached, as well as an Intel Optane 900P attached at a PCI-E slot. Installing on the 970 EVO Plus only. I wonder if that would causes any problem but imagine it would cause issues before the picker, not after. Also the log doesn't seem to complain (e.g. 26:256 00:037 OCBP: 9 filesystems for APFS - Success.) Anyhow the exact same setup boots fine using Clover.

Also note that the config.plist passes sanity checker. Also I tried grabing some other existing config.plist, some from ASUS X299 on GitHub, some from Gigabyte x299 on random ...x86 forum. I compare the diff between them and nothing seems to stand out.

Edit: In case you wonder, I did initially has AppleCpuPmCfgLock and AppleXcpmCfgLock set to true, but using VerifyMsrE2 I found that my BIOS has it already unlocked so I set them to false.

config.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>ACPI</key> <dict> <key>Add</key> <array> <dict> <key>Comment</key> <string>SSDT-EC.aml</string> <key>Path</key> <string>SSDT-EC.aml</string> <key>Enabled</key> <true/> </dict> <dict> <key>Comment</key> <string>SSDT-GPRW.aml</string> <key>Path</key> <string>SSDT-GPRW.aml</string> <key>Enabled</key> <true/> </dict> <dict> <key>Comment</key> <string>SSDT-HPET.aml</string> <key>Path</key> <string>SSDT-HPET.aml</string> <key>Enabled</key> <true/> </dict> <dict> <key>Comment</key> <string>SSDT-PLUG.aml</string> <key>Path</key> <string>SSDT-PLUG.aml</string> <key>Enabled</key> <true/> </dict> <dict> <key>Comment</key> <string>SSDT-USBX.aml</string> <key>Path</key> <string>SSDT-USBX.aml</string> <key>Enabled</key> <true/> </dict> </array> <key>Delete</key> <array> <dict> <key>All</key> <false/> <key>Comment</key> <string>Delete CpuPm</string> <key>Enabled</key> <false/> <key>OemTableId</key> <data>Q3B1UG0AAAA=</data> <key>TableLength</key> <integer>0</integer> <key>TableSignature</key> <data>U1NEVA==</data> </dict> <dict> <key>All</key> <false/> <key>Comment</key> <string>Delete Cpu0Ist</string> <key>Enabled</key> <false/> <key>OemTableId</key> <data>Q3B1MElzdAA=</data> <key>TableLength</key> <integer>0</integer> <key>TableSignature</key> <data>U1NEVA==</data> </dict> </array> <key>Patch</key> <array> <dict> <key>Comment</key> <string>_Q11 to XQ11</string> <key>Count</key> <integer>1</integer> <key>Enabled</key> <false/> <key>Find</key> <data>X1ExMQ==</data> <key>Limit</key> <integer>0</integer> <key>Mask</key> <data></data> <key>OemTableId</key> <data></data> <key>Replace</key> <data>WFExMQ==</data> <key>ReplaceMask</key> <data></data> <key>Skip</key> <integer>0</integer> <key>TableLength</key> <integer>0</integer> <key>TableSignature</key> <data></data> </dict> <dict> <key>Comment</key> <string>_Q12 to XQ12</string> <key>Count</key> <integer>1</integer> <key>Enabled</key> <false/> <key>Find</key> <data>X1ExMg==</data> <key>Limit</key> <integer>0</integer> <key>Mask</key> <data></data> <key>OemTableId</key> <data></data> <key>Replace</key> <data>WFExMg==</data> <key>ReplaceMask</key> <data></data> <key>Skip</key> <integer>0</integer> <key>TableLength</key> <integer>0</integer> <key>TableSignature</key> <data></data> </dict> <dict> <key>Comment</key> <string>HPET _CRS to XCRS Rename</string> <key>Count</key> <integer>0</integer> <key>Enabled</key> <true/> <key>Find</key> <data>X0NSUwgIXw==</data> <key>Limit</key> <integer>0</integer> <key>Mask</key> <data></data> <key>OemTableId</key> <data>AAAAAA==</data> <key>Replace</key> <data>WENSUwgIXw==</data> <key>ReplaceMask</key> <data></data> <key>Skip</key> <integer>0</integer> <key>TableLength</key> <integer>0</integer> <key>TableSignature</key> <data>AAAAAA==</data> </dict> <dict> <key>Comment</key> <string>RTC IRQ 8 Patch</string> <key>Count</key> <integer>0</integer> <key>Enabled</key> <true/> <key>Find</key> <data>IgABeQA=</data> <key>Limit</key> <integer>0</integer> <key>Mask</key> <data></data> <key>OemTableId</key> <data>AAAAAA==</data> <key>Replace</key> <data>IgAAeQA=</data> <key>ReplaceMask</key> <data></data> <key>Skip</key> <integer>0</integer> <key>TableLength</key> <integer>0</integer> <key>TableSignature</key> <data>AAAAAA==</data> </dict> <dict> <key>Comment</key> <string>TMR IRQ 0 Patch</string> <key>Count</key> <integer>0</integer> <key>Enabled</key> <true/> <key>Find</key> <data>IgEAeQA=</data> <key>Limit</key> <integer>0</integer> <key>Mask</key> <data></data> <key>OemTableId</key> <data>AAAAAA==</data> <key>Replace</key> <data>IgAAeQA=</data> <key>ReplaceMask</key> <data></data> <key>Skip</key> <integer>0</integer> <key>TableLength</key> <integer>0</integer> <key>TableSignature</key> <data>AAAAAA==</data> </dict> <dict> <key>Comment</key> <string>change Method(GPRW,2,N) to XPRW, pair with SSDT-GPRW.aml</string> <key>Count</key> <integer>0</integer> <key>Enabled</key> <true/> <key>Find</key> <data>R1BSVwI=</data> <key>Limit</key> <integer>0</integer> <key>Mask</key> <data></data> <key>OemTableId</key> <data></data> <key>Replace</key> <data>WFBSVwI=</data> <key>ReplaceMask</key> <data></data> <key>Skip</key> <integer>0</integer> <key>TableLength</key> <integer>0</integer> <key>TableSignature</key> <data></data> </dict> </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/> </dict> </dict> <key>Booter</key> <dict> <key>MmioWhitelist</key> <array> <dict> <key>Address</key> <integer>4275159040</integer> <key>Comment</key> <string>Haswell: SB_RCBA is a 0x4 page memory region, containing SPI_BASE at 0x3800 (SPI_BASE_ADDRESS)</string> <key>Enabled</key> <false/> </dict> <dict> <key>Address</key> <integer>4278190080</integer> <key>Comment</key> <string>Generic: PCI root is a 0x1000 page memory region used by some firmwares</string> <key>Enabled</key> <false/> </dict> </array> <key>Quirks</key> <dict> <key>AvoidRuntimeDefrag</key> <true/> <key>DevirtualiseMmio</key> <true/> <key>DisableSingleUser</key> <false/> <key>DisableVariableWrite</key> <false/> <key>DiscardHibernateMap</key> <false/> <key>EnableSafeModeSlide</key> <true/> <key>EnableWriteUnprotector</key> <true/> <key>ForceExitBootServices</key> <false/> <key>ProtectMemoryRegions</key> <false/> <key>ProtectSecureBoot</key> <false/> <key>ProtectUefiServices</key> <false/> <key>ProvideCustomSlide</key> <true/> <key>RebuildAppleMemoryMap</key> <true/> <key>SetupVirtualMap</key> <true/> <key>SignalAppleOS</key> <false/> <key>SyncRuntimePermissions</key> <true/> </dict> </dict> <key>DeviceProperties</key> <dict> <key>Add</key> <dict> <key>PciRoot(0x32)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)</key> <dict> <key>shikigva</key> <integer>128</integer> </dict> </dict> <key>Delete</key> <dict/> </dict> <key>Kernel</key> <dict> <key>Add</key> <array> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>Enabled</key> <true/> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/Lilu</string> <key>BundlePath</key> <string>Lilu.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>Enabled</key> <true/> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/VirtualSMC</string> <key>BundlePath</key> <string>VirtualSMC.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>Enabled</key> <true/> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/AppleALC</string> <key>BundlePath</key> <string>AppleALC.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>Enabled</key> <true/> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/IntelMausi</string> <key>BundlePath</key> <string>IntelMausi.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>Enabled</key> <true/> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/NVMeFix</string> <key>BundlePath</key> <string>NVMeFix.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>Enabled</key> <true/> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/SMCProcessor</string> <key>BundlePath</key> <string>SMCProcessor.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>Enabled</key> <true/> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/SMCSuperIO</string> <key>BundlePath</key> <string>SMCSuperIO.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>Enabled</key> <true/> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/TSCAdjustReset</string> <key>BundlePath</key> <string>TSCAdjustReset.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>Enabled</key> <true/> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/USBInjectAll</string> <key>BundlePath</key> <string>USBInjectAll.kext</string> </dict> <dict> <key>Comment</key> <string></string> <key>MaxKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> <key>Enabled</key> <true/> <key>MinKernel</key> <string></string> <key>ExecutablePath</key> <string>Contents/MacOS/WhateverGreen</string> <key>BundlePath</key> <string>WhateverGreen.kext</string> </dict> </array> <key>Block</key> <array> <dict> <key>Comment</key> <string></string> <key>Enabled</key> <false/> <key>Identifier</key> <string>com.apple.driver.AppleTyMCEDriver</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> </dict> </array> <key>Emulate</key> <dict> <key>Cpuid1Data</key> <data></data> <key>Cpuid1Mask</key> <data></data> </dict> <key>Patch</key> <array> <dict> <key>Base</key> <string>__ZN8AppleRTC18setupDateTimeAlarmEPK11RTCDateTime</string> <key>Comment</key> <string>Disable RTC wake scheduling</string> <key>Count</key> <integer>1</integer> <key>Enabled</key> <false/> <key>Find</key> <data></data> <key>Identifier</key> <string>com.apple.driver.AppleRTC</string> <key>Limit</key> <integer>0</integer> <key>Mask</key> <data></data> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string>19.0.0</string> <key>Replace</key> <data>ww==</data> <key>ReplaceMask</key> <data></data> <key>Skip</key> <integer>0</integer> </dict> <dict> <key>Base</key> <string>_AcpiOsVprintf</string> <key>Comment</key> <string>Disable ACPI logging</string> <key>Count</key> <integer>0</integer> <key>Enabled</key> <false/> <key>Find</key> <data></data> <key>Identifier</key> <string>com.apple.driver.AppleACPIPlatform</string> <key>Limit</key> <integer>0</integer> <key>Mask</key> <data></data> <key>MaxKernel</key> <string>18.5.0</string> <key>MinKernel</key> <string>18.5.0</string> <key>Replace</key> <data>ww==</data> <key>ReplaceMask</key> <data></data> <key>Skip</key> <integer>0</integer> </dict> <dict> <key>Base</key> <string>__ZN11BCM5701Enet14getAdapterInfoEv</string> <key>Comment</key> <string>Broadcom BCM57785 patch</string> <key>Count</key> <integer>1</integer> <key>Enabled</key> <false/> <key>Find</key> <data>6AAA//9miYMABQAA</data> <key>Identifier</key> <string>com.apple.iokit.AppleBCM5701Ethernet</string> <key>Limit</key> <integer>0</integer> <key>Mask</key> <data>/wAA////////////</data> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>Replace</key> <data>uLQWAABmiYMABQAA</data> <key>ReplaceMask</key> <data></data> <key>Skip</key> <integer>0</integer> </dict> <dict> <key>Base</key> <string>_panic</string> <key>Comment</key> <string>Send panic string to serial port</string> <key>Count</key> <integer>1</integer> <key>Enabled</key> <false/> <key>Find</key> <data></data> <key>Identifier</key> <string>kernel</string> <key>Limit</key> <integer>0</integer> <key>Mask</key> <data></data> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>Replace</key> <data>MduKD4TJdQT/w7EKZrr9A+yoIHT7Zrr4A4jI7kj/x4XbdN/D</data> <key>ReplaceMask</key> <data></data> <key>Skip</key> <integer>0</integer> </dict> <dict> <key>Base</key> <string>_kernel_debug_string_early</string> <key>Comment</key> <string>Send early prints to serial port</string> <key>Count</key> <integer>1</integer> <key>Enabled</key> <false/> <key>Find</key> <data></data> <key>Identifier</key> <string>kernel</string> <key>Limit</key> <integer>0</integer> <key>Mask</key> <data></data> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>Replace</key> <data>MduKD4TJdQT/w7EKZrr9A+yoIHT7Zrr4A4jI7kj/x4XbdN/D</data> <key>ReplaceMask</key> <data></data> <key>Skip</key> <integer>0</integer> </dict> </array> <key>Quirks</key> <dict> <key>AppleCpuPmCfgLock</key> <false/> <key>AppleXcpmCfgLock</key> <false/> <key>AppleXcpmExtraMsrs</key> <false/> <key>AppleXcpmForceBoost</key> <false/> <key>CustomSMBIOSGuid</key> <false/> <key>DisableIoMapper</key> <true/> <key>DisableRtcChecksum</key> <false/> <key>DummyPowerManagement</key> <false/> <key>ExternalDiskIcons</key> <false/> <key>IncreasePciBarSize</key> <false/> <key>LapicKernelPanic</key> <false/> <key>PanicNoKextDump</key> <true/> <key>PowerTimeoutKernelPanic</key> <true/> <key>ThirdPartyDrives</key> <false/> <key>XhciPortLimit</key> <true/> </dict> </dict> <key>Misc</key> <dict> <key>BlessOverride</key> <array> </array> <key>Boot</key> <dict> <key>ConsoleAttributes</key> <integer>0</integer> <key>HibernateMode</key> <string>None</string> <key>HideAuxiliary</key> <false/> <key>PickerAttributes</key> <integer>1</integer> <key>PickerAudioAssist</key> <false/> <key>PickerMode</key> <string>Builtin</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>SysReport</key> <false/> <key>Target</key> <integer>67</integer> </dict> <key>Entries</key> <array> <dict> <key>Arguments</key> <string></string> <key>Auxiliary</key> <false/> <key>Comment</key> <string>Not signed for security reasons</string> <key>Enabled</key> <false/> <key>Name</key> <string>CustomOS</string> <key>Path</key> <string>PciRoot(0x0)/Pci(0x1,0x1)/Pci(0x0,0x0)/NVMe(0x1,11-22-33-44-55-66-77-88)/HD(1,GPT,00000000-0000-0000-0000-000000000000,0x800,0x64000)/\EFI\BOOT\BOOTX64.EFI</string> </dict> </array> <key>Security</key> <dict> <key>AllowNvramReset</key> <true/> <key>AllowSetDefault</key> <true/> <key>AuthRestart</key> <false/> <key>BlacklistAppleUpdate</key> <true/> <key>BootProtect</key> <string>None</string> <key>ExposeSensitiveData</key> <integer>6</integer> <key>HaltLevel</key> <integer>2147483648</integer> <key>ScanPolicy</key> <integer>0</integer> <key>Vault</key> <string>Optional</string> </dict> <key>Tools</key> <array> <dict> <key>Comment</key> <string>OpenShell.efi</string> <key>Name</key> <string>OpenShell.efi</string> <key>Enabled</key> <true/> <key>Arguments</key> <string></string> <key>Path</key> <string>OpenShell.efi</string> <key>Auxiliary</key> <true/> </dict> <dict> <key>Comment</key> <string>VerifyMsrE2.efi</string> <key>Name</key> <string>VerifyMsrE2.efi</string> <key>Enabled</key> <true/> <key>Arguments</key> <string></string> <key>Path</key> <string>VerifyMsrE2.efi</string> <key>Auxiliary</key> <true/> </dict> </array> </dict> <key>NVRAM</key> <dict> <key>Add</key> <dict> <key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key> <dict> <key>DefaultBackgroundColor</key> <data>AAAAAA==</data> <key>UIScale</key> <data>Ag==</data> </dict> <key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key> <dict> <key>SystemAudioVolume</key> <data>Rg==</data> <key>boot-args</key> <string>-v debug=0x100 keepsyms=1 alcid=1 agdpmod=pikera</string> <key>csr-active-config</key> <data>AAAAAA==</data> <key>prev-lang:kbd</key> <string>en-US:0</string> </dict> </dict> <key>Delete</key> <dict> <key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key> <array> <string>UIScale</string> <string>DefaultBackgroundColor</string> </array> <key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key> <array> <string>boot-args</string> </array> </dict> <key>LegacyEnable</key> <false/> <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>nvda_drv</string> <string>prev-lang:kbd</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>Generic</key> <dict> <key>AdviseWindows</key> <false/> <key>MLB</key> <string></string> <key>ROM</key> <data></data> <key>SpoofVendor</key> <true/> <key>SystemProductName</key> <string>iMacPro1,1</string> <key>SystemSerialNumber</key> <string></string> <key>SystemUUID</key> <string></string> </dict> <key>UpdateDataHub</key> <true/> <key>UpdateNVRAM</key> <true/> <key>UpdateSMBIOS</key> <true/> <key>UpdateSMBIOSMode</key> <string>Create</string> </dict> <key>UEFI</key> <dict> <key>APFS</key> <dict> <key>EnableJumpstart</key> <true/> <key>HideVerbose</key> <true/> <key>JumpstartHotPlug</key> <false/> <key>MinDate</key> <integer>0</integer> <key>MinVersion</key> <integer>0</integer> </dict> <key>Audio</key> <dict> <key>AudioCodec</key> <integer>0</integer> <key>AudioDevice</key> <string>PciRoot(0x0)/Pci(0x1b,0x0)</string> <key>AudioOut</key> <integer>0</integer> <key>AudioSupport</key> <false/> <key>MinimumVolume</key> <integer>20</integer> <key>PlayChime</key> <false/> <key>VolumeAmplifier</key> <integer>0</integer> </dict> <key>ConnectDrivers</key> <true/> <key>Drivers</key> <array> <string>AudioDxe.efi</string> <string>HfsPlus.efi</string> <string>OpenCanopy.efi</string> <string>OpenRuntime.efi</string> </array> <key>Input</key> <dict> <key>KeyFiltering</key> <false/> <key>KeyForgetThreshold</key> <integer>5</integer> <key>KeyMergeThreshold</key> <integer>2</integer> <key>KeySupport</key> <true/> <key>KeySupportMode</key> <string>Auto</string> <key>KeySwap</key> <false/> <key>PointerSupport</key> <false/> <key>PointerSupportMode</key> <string></string> <key>TimerResolution</key> <integer>50000</integer> </dict> <key>Output</key> <dict> <key>ClearScreenOnModeSwitch</key> <false/> <key>ConsoleMode</key> <string></string> <key>DirectGopRendering</key> <false/> <key>IgnoreTextInGraphics</key> <false/> <key>ProvideConsoleGop</key> <true/> <key>ReconnectOnResChange</key> <false/> <key>ReplaceTabWithSpace</key> <false/> <key>Resolution</key> <string>Max</string> <key>SanitiseClearScreen</key> <false/> <key>TextRenderer</key> <string>BuiltinGraphics</string> </dict> <key>ProtocolOverrides</key> <dict> <key>AppleAudio</key> <false/> <key>AppleBootPolicy</key> <false/> <key>AppleDebugLog</key> <false/> <key>AppleEvent</key> <false/> <key>AppleImageConversion</key> <false/> <key>AppleKeyMap</key> <false/> <key>AppleRtcRam</key> <false/> <key>AppleSmcIo</key> <false/> <key>AppleUserInterfaceTheme</key> <false/> <key>DataHub</key> <false/> <key>DeviceProperties</key> <false/> <key>FirmwareVolume</key> <false/> <key>HashServices</key> <false/> <key>OSInfo</key> <false/> <key>UnicodeCollation</key> <false/> </dict> <key>Quirks</key> <dict> <key>DeduplicateBootOrder</key> <true/> <key>ExitBootServicesDelay</key> <integer>0</integer> <key>IgnoreInvalidFlexRatio</key> <false/> <key>ReleaseUsbOwnership</key> <true/> <key>RequestBootVarRouting</key> <true/> <key>TscSyncTimeout</key> <integer>0</integer> <key>UnblockFsConnect</key> <false/> </dict> <key>ReservedMemory</key> <array> <dict> <key>Address</key> <integer>268435456</integer> <key>Comment</key> <string>HD3000: IGPU memory corruption errata</string> <key>Enabled</key> <false/> <key>Size</key> <integer>268435456</integer> </dict> </array> </dict> </dict> </plist>

submitted by /u/kolench
[link] [comments]