Contribute
Register

[Success] OC - Dell G7 7790 - triple boot win-catalina-big sur

Status
Not open for further replies.
Joined
Nov 8, 2019
Messages
14
Motherboard
Asus sabertooth X99
CPU
i7-860
Graphics
RX 570
Screenshot of OpenCore


Installed Windows, Catalina and Big Sur beta in this laptop.
Things marked as working/not working apply to both Catalina and Big Sur.

As of January 2021 I am no longer running Catalina since Big Sur is no longer in Beta, all updates are only for Big Sur.

Hardware

CPU: Intel Core i7 9750H Coffee Lake - 2.60GHz
Memory: 16GB
Graphics integrated: Intel UHD 630
Graphics dedicated: Geforce RTX 2060
Ethernet: Killer E2500 Gigabit Ethernet Controller
Drive 1 -> Windows
Name BC501 NVMe SK hynix 256GB
Capacity 238.5 GB
Type Fixed, SSD
Installing to:
Drive 0 -> macOS -> SSD drive which did not come with the laptop
Name ADATA SP550
Capacity 960.2 GB
Type Fixed, SSD

Preparing the USB

I had to download the Big Sur Beta from https://developer.apple.com/macos/ gibMacOS did not work for me.
The Catalina version was downloaded via gibMacOS.

Software/downloads used
OpenCore: 0.6.1 DEBUG version
OpenCore: 0.6.5 RELEASE and DEBUG version (tested in Big Sur release only)
ProperTree
macOS Big Sur beta 6 (download from the mac app store)
macOS Catalina 10.15.6 (download from gibMacOS)
HeliPort https://openintelwireless.github.io/HeliPort/ to connect to wifi

The install

I started by installing windows 10 and all its drivers.
Then follow the configuration from https://dortania.github.io/OpenCore-Install-Guide

Loaded the Catalina installer.
I prepared the ADATA to hold the following volumes:
  1. EFI ~200MB
  2. APFS -> 300GB -> Catalina
  3. APFS -> 80GB -> Big Sur Beta
  4. The rest I use as data storage.
All went smooth in about 15 minutes I had a running Catalina (with various problems but running, see working/not working section).

Then loaded the Big Sur installer. Takes approximately 30 minutes.

The install goes fine but after a reboot it seems to get stuck at "Forcing CS_RUNTIME for entitlement..." Unhooking the external drive (from which I was installing) solved the issue.

Things detected as working so far:
  1. The Intel UHD 630
  2. Wireless networking via external USB adapter -> TP-Link TL-WN725N N150 (dropped in Big Sur as internal wifi is now working)
  3. Keyboard and trackpad (use VoodooPS2 )
  4. USB A ports all three and C. (There does not appear to be a need for kext usb map)
  5. Audio
  6. Webcam
  7. Sleep
  8. Audio jack
  9. Ethernet -> using RealtekRTL8111.kext (tested in Big Sur release only)
  10. Wireless -> using https://openintelwireless.github.io/ (tested in Big Sur release only)
  11. Card reader

Things detected as NOT working so far:
  1. HDMI port
  2. Mini display port
  3. Thunderbolt 3 -> Not tested (don't have any device)
  4. Microphone/Microphone from jack (this https://github.com/hackintosh-stuff/ComboJack maybe a solution but I have not tried it)

Custom icons:

For those wanting to add their own icons, for macOS they should go into the Preboot volume, you can find it with diskutil, see below:

Code:
@MacBook ios % diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *256.1 GB   disk0
   1:                        EFI NO NAME                 104.9 MB   disk0s1
   2:         Microsoft Reserved                         16.8 MB    disk0s2
   3:       Microsoft Basic Data                         255.4 GB   disk0s3
   4:           Windows Recovery                         529.5 MB   disk0s4

/dev/disk1 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *960.2 GB   disk1
   1:                        EFI EFI                     209.7 MB   disk1s1
   2:                 Apple_APFS Container disk3         299.9 GB   disk1s2
   3:                 Apple_APFS Container disk2         80.0 GB    disk1s3
   4:                 Apple_APFS Container disk4         580.1 GB   disk1s4

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +80.0 GB    disk2
                                 Physical Store disk1s3
   1:                APFS Volume macOS Beta - Data       3.1 GB     disk2s1
   2:                APFS Volume Preboot                 282.1 MB   disk2s2
   3:                APFS Volume Recovery                754.6 MB   disk2s3
   4:                APFS Volume VM                      1.1 MB     disk2s4
   5:                APFS Volume                         14.8 GB    disk2s5
   6:                APFS Volume Update                  829.7 MB   disk2s6

/dev/disk3 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +299.9 GB   disk3
                                 Physical Store disk1s2
   1:                APFS Volume Catalina - Data         25.4 GB    disk3s1
   2:                APFS Volume Preboot                 82.9 MB    disk3s2
   3:                APFS Volume Recovery                528.9 MB   disk3s3
   4:                APFS Volume VM                      1.1 MB     disk3s4
   5:                APFS Volume Catalina                11.1 GB    disk3s5

/dev/disk4 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +580.1 GB   disk4
                                 Physical Store disk1s4
   1:                APFS Volume data                    950.3 KB   disk4s1

For me the target for Catalina is "/dev/disk3 (synthesized):" and for Big Sur is "/dev/disk2 (synthesized):" so then I do:

To add your icon to the Big Sur mount and copy the icon.icns, should be something like the following:

Code:
@MacBook ios % sudo diskutil mount disk2s2
Password:
Volume Preboot on disk2s2 mounted
@MacBook ios % cp .VolumeIcon.icns /Volumes/Preboot/.VolumeIcon.icns
@MacBook ios % ls -a /Volumes/Preboot
.                    .Trashes                XYZEA-445A-5R1B-67B4-90D914784DB7
..                   .VolumeIcon.icns


Current 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>Enabled</key>
                <true/>
                <key>Comment</key>
                <string>SSDT-AWAC.aml</string>
                <key>Path</key>
                <string>SSDT-AWAC.aml</string>
            </dict>
            <dict>
                <key>Enabled</key>
                <true/>
                <key>Comment</key>
                <string>SSDT-dGPU-Off.aml</string>
                <key>Path</key>
                <string>SSDT-dGPU-Off.aml</string>
            </dict>
            <dict>
                <key>Enabled</key>
                <true/>
                <key>Comment</key>
                <string>SSDT-EC-USBX-LAPTOP.aml</string>
                <key>Path</key>
                <string>SSDT-EC-USBX-LAPTOP.aml</string>
            </dict>
            <dict>
                <key>Enabled</key>
                <true/>
                <key>Comment</key>
                <string>SSDT-GPI0.dsl.aml</string>
                <key>Path</key>
                <string>SSDT-GPI0.dsl.aml</string>
            </dict>
            <dict>
                <key>Enabled</key>
                <true/>
                <key>Comment</key>
                <string>SSDT-GPU-DISABLE.aml</string>
                <key>Path</key>
                <string>SSDT-GPU-DISABLE.aml</string>
            </dict>
            <dict>
                <key>Enabled</key>
                <true/>
                <key>Comment</key>
                <string>SSDT-HPET.aml</string>
                <key>Path</key>
                <string>SSDT-HPET.aml</string>
            </dict>
            <dict>
                <key>Enabled</key>
                <true/>
                <key>Comment</key>
                <string>SSDT-PLUG-DRTNIA.aml</string>
                <key>Path</key>
                <string>SSDT-PLUG-DRTNIA.aml</string>
            </dict>
            <dict>
                <key>Enabled</key>
                <true/>
                <key>Comment</key>
                <string>SSDT-PMC.aml</string>
                <key>Path</key>
                <string>SSDT-PMC.aml</string>
            </dict>
            <dict>
                <key>Enabled</key>
                <true/>
                <key>Comment</key>
                <string>SSDT-PNLF-CFL.aml</string>
                <key>Path</key>
                <string>SSDT-PNLF-CFL.aml</string>
            </dict>
            <dict>
                <key>Enabled</key>
                <true/>
                <key>Comment</key>
                <string>SSDT-XOSI.aml</string>
                <key>Path</key>
                <string>SSDT-XOSI.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Incompatible AWAC Fix</string>
                <key>Enabled</key>
                <true/>
                <key>Path</key>
                <string>SSDT-AWAC.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HPET _CRS (Needs _CRS to XCRS Rename)</string>
                <key>Enabled</key>
                <true/>
                <key>Path</key>
                <string>SSDT-HPET.aml</string>
            </dict>
            <dict>
                <key>Enabled</key>
                <true/>
                <key>Comment</key>
                <string>SSDT-TRCKPD.aml</string>
                <key>Path</key>
                <string>SSDT-TRCKPD.aml</string>
            </dict>
            <dict>
                <key>Enabled</key>
                <true/>
                <key>Comment</key>
                <string>ssdt-rmne.aml</string>
                <key>Path</key>
                <string>ssdt-rmne.aml</string>
            </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>
                <true/>
                <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>
                <true/>
                <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>Change _OSI to XOSI</string>
                <key>Enabled</key>
                <true/>
                <key>Count</key>
                <integer>0</integer>
                <key>Limit</key>
                <integer>0</integer>
                <key>Find</key>
                <data>X09TSQ==</data>
                <key>Replace</key>
                <data>WE9TSQ==</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>
            <false/>
            <key>ForceExitBootServices</key>
            <false/>
            <key>ProtectMemoryRegions</key>
            <false/>
            <key>ProtectSecureBoot</key>
            <false/>
            <key>ProtectUefiServices</key>
            <true/>
            <key>ProvideCustomSlide</key>
            <true/>
            <key>ProvideMaxSlide</key>
            <integer>0</integer>
            <key>RebuildAppleMemoryMap</key>
            <true/>
            <key>SetupVirtualMap</key>
            <true/>
            <key>SignalAppleOS</key>
            <false/>
            <key>SyncRuntimePermissions</key>
            <true/>
        </dict>
    </dict>
    <key>DeviceProperties</key>
    <dict>
        <key>Delete</key>
        <dict/>
        <key>Add</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x0,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,0,0</string>
                <key>device_type</key>
                <string>0600 (Host/PCI Bridge)</string>
                <key>model</key>
                <string>Intel Coffee Lake-H 6C - Host Bridge/DRAM Controller</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,1,0</string>
                <key>device_type</key>
                <string>0604 (PCI/PCI Bridge)</string>
                <key>model</key>
                <string>Intel Coffee Lake-H 6C - PCI Express x16 Controller</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x12,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,18,0</string>
                <key>device_type</key>
                <string>1180 (Data Acquisition / Signal Processing Controller)</string>
                <key>model</key>
                <string>Intel Cannon Point PCH - Thermal Controller [B0]</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x14,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,20,0</string>
                <key>device_type</key>
                <string>0C03 (USB3 xHCI Controller)</string>
                <key>model</key>
                <string>Intel Cannon Point PCH - USB 3.1 xHCI Host Controller [B0]</string>
                <key>acpi-wake-type</key>
                <data>AQ==</data>
            </dict>
            <key>PciRoot(0x0)/Pci(0x14,0x2)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,20,2</string>
                <key>device_type</key>
                <string>0500 (RAM Controller)</string>
                <key>model</key>
                <string>Intel Cannon Point PCH - Shared SRAM [B0]</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x15,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,21,0</string>
                <key>device_type</key>
                <string>0C80 (Serial Bus Controller)</string>
                <key>model</key>
                <string>Intel Cannon Point PCH - LPSS: I2C Controller 0 [B0]</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x15,0x1)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,21,1</string>
                <key>device_type</key>
                <string>0C80 (Serial Bus Controller)</string>
                <key>model</key>
                <string>Intel Cannon Point PCH - LPSS: I2C Controller 1 [B0]</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x16,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,22,0</string>
                <key>device_type</key>
                <string>0780 (Communications Controller)</string>
                <key>model</key>
                <string>Intel Cannon Point PCH - HECI Controller 1 [B0]</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x17,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,23,0</string>
                <key>device_type</key>
                <string>0106 (SATA Controller)</string>
                <key>model</key>
                <string>Intel Cannon Point PCH - SATA AHCI Controller (Mobile) [B0]</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1B,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,27,0</string>
                <key>device_type</key>
                <string>0604 (PCI/PCI Bridge)</string>
                <key>model</key>
                <string>Intel Cannon Point PCH - PCI Express Root Port 21 [B0]</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1B,0x0)/Pci(0x0,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,27,0/0,0</string>
                <key>device_type</key>
                <string>PCI bridge</string>
                <key>model</key>
                <string>JHL6340 Thunderbolt 3 Bridge (C step) [Alpine Ridge 2C 2016]</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1B,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,27,0/0,0/0,0</string>
                <key>device_type</key>
                <string>PCI bridge</string>
                <key>model</key>
                <string>JHL6340 Thunderbolt 3 Bridge (C step) [Alpine Ridge 2C 2016]</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1B,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,27,0/0,0/0,0/0,0</string>
                <key>device_type</key>
                <string>System peripheral</string>
                <key>model</key>
                <string>JHL6340 Thunderbolt 3 NHI (C step) [Alpine Ridge 2C 2016]</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1B,0x0)/Pci(0x0,0x0)/Pci(0x1,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,27,0/0,0/1,0</string>
                <key>device_type</key>
                <string>PCI bridge</string>
                <key>model</key>
                <string>JHL6340 Thunderbolt 3 Bridge (C step) [Alpine Ridge 2C 2016]</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1B,0x0)/Pci(0x0,0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,27,0/0,0/2,0</string>
                <key>device_type</key>
                <string>PCI bridge</string>
                <key>model</key>
                <string>JHL6340 Thunderbolt 3 Bridge (C step) [Alpine Ridge 2C 2016]</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1B,0x0)/Pci(0x0,0x0)/Pci(0x2,0x0)/Pci(0x0,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,27,0/0,0/2,0/0,0</string>
                <key>device_type</key>
                <string>USB controller</string>
                <key>model</key>
                <string>JHL6340 Thunderbolt 3 USB 3.1 Controller (C step) [Alpine Ridge 2C 2016]</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1D,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,29,0</string>
                <key>device_type</key>
                <string>0604 (PCI/PCI Bridge)</string>
                <key>model</key>
                <string>Intel Cannon Point PCH - PCI Express Root Port 9 [B0]</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1D,0x0)/Pci(0x0,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,29,0/0,0</string>
                <key>device_type</key>
                <string>0108 (Non-Volatile Memory Controller)</string>
                <key>model</key>
                <string>SK hynix NVMe SSD Controller</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1D,0x5)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,29,5</string>
                <key>device_type</key>
                <string>0604 (PCI/PCI Bridge)</string>
                <key>model</key>
                <string>Intel Cannon Point PCH - PCI Express Root Port 14 [B0]</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1D,0x5)/Pci(0x0,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,29,5/0,0</string>
                <key>device_type</key>
                <string>0200 (Ethernet Controller)</string>
                <key>model</key>
                <string>Killer E2500 Gigabit Ethernet Controller (Dell)</string>
                <key>built-in</key>
                <data>AQ==</data>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1D,0x6)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,29,6</string>
                <key>device_type</key>
                <string>0604 (PCI/PCI Bridge)</string>
                <key>model</key>
                <string>Intel Cannon Point PCH - PCI Express Root Port 15 [B0]</string>
            </dict>
            <key>Pci(0x1D,0x6)/Pci(0x0,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,29,6/0,0</string>
                <key>device_type</key>
                <string>0280 (Network Controller)</string>
                <key>model</key>
                <string>Killer Wireless-AC 1550 160MHz Wireless Network Adapter (9260NGW)</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1F,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,31,0</string>
                <key>device_type</key>
                <string>0601 (PCI/ISA Bridge)</string>
                <key>model</key>
                <string>Intel HM370 Chipset - LPC/eSPI Controller [B0]</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1F,0x3)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,31,3</string>
                <key>device-id</key>
                <data>cKEAAA==</data>
                <key>device_type</key>
                <string>0403 (High Definition Audio)</string>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>layout-id</key>
                <data>CwAAAA==</data>
                <key>model</key>
                <string>Intel Cannon Point PCH - cAVS (Audio, Voice, Speech) [B0]</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1F,0x4)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,31,4</string>
                <key>device_type</key>
                <string>0C05 (SMBus Controller)</string>
                <key>model</key>
                <string>Intel Cannon Point PCH - SMBus Controller [B0]</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1F,0x5)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,31,5</string>
                <key>device_type</key>
                <string>0C80 (Serial Bus Controller)</string>
                <key>model</key>
                <string>Intel Cannon Point PCH - SPI (Flash) Controller [B0]</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>AACbPg==</data>
                <key>device_type</key>
                <string>0300 (VGA Display Controller)</string>
                <key>model</key>
                <string>Intel Coffee Lake-H GT2 - Integrated Graphics Controller</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x4,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,4,0</string>
                <key>device_type</key>
                <string>1180 (Data Acquisition / Signal Processing Controller)</string>
                <key>model</key>
                <string>Intel Coffee Lake-H 6C - Dynamic Platform &amp; Thermal Framework Processor Participant</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x8,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,8,0</string>
                <key>device_type</key>
                <string>System peripheral</string>
                <key>model</key>
                <string>Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model</string>
            </dict>
        </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></string>
                <key>Enabled</key>
                <true/>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/Lilu</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></string>
                <key>Enabled</key>
                <true/>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VirtualSMC</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>AppleALC.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AppleALC</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>AtherosE2200Ethernet.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AtherosE2200Ethernet</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>NVMeFix.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/NVMeFix</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>NoTouchID.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/NoTouchID</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>SMCBatteryManager.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/SMCBatteryManager</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>SMCDellSensors.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/SMCDellSensors</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>SMCLightSensor.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/SMCLightSensor</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>SMCProcessor.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/SMCProcessor</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>SMCSuperIO.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/SMCSuperIO</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></string>
                <key>Enabled</key>
                <true/>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/WhateverGreen</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>NullEthernetInjector.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <false/>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</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/VoodooPS2Controller</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.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/VoodooInput</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.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/VoodooPS2Keyboard</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.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/VoodooPS2Mouse</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.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/VoodooPS2Trackpad</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.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/CPUFriend</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>CPUFriend.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></string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>CPUFriendDataProvider.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>
                <false/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string></string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>USBMap.kext</string>
            </dict>
        </array>
        <key>Block</key>
        <array>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <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>Force</key>
        <array>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>System/Library/Extensions/IONetworkingFamily.kext</string>
                <key>Comment</key>
                <string>Patch engine</string>
                <key>Enabled</key>
                <false/>
                <key>Identifier</key>
                <string>com.apple.iokit.IONetworkingFamily</string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/IONetworkingFamily</string>
                <key>MaxKernel</key>
                <string>13.99.99</string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
        </array>
        <key>Patch</key>
        <array>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <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>Arch</key>
                <string>Any</string>
                <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>Arch</key>
                <string>x86_64</string>
                <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>Arch</key>
                <string>x86_64</string>
                <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/r/g==</data>
                <key>ReplaceMask</key>
                <data></data>
                <key>Skip</key>
                <integer>0</integer>
            </dict>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <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>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>Base</key>
                <string>_vstart</string>
                <key>Comment</key>
                <string>Print K and dead loop</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>sUtmuv0D7KggdPtmuvgDiMjusQpmuv0D7KggdPtmuvgDiMju6/4=</data>
                <key>ReplaceMask</key>
                <data></data>
                <key>Skip</key>
                <integer>0</integer>
            </dict>
            <dict>
                <key>Comment</key>
                <string>USB Port limit patch #1/2 10.15.x (credit DalianSky)</string>
                <key>Find</key>
                <data>g/sPDw==</data>
                <key>MatchOS</key>
                <string>10.15.x</string>
                <key>Name</key>
                <string>com.apple.iokit.IOUSBHostFamily</string>
                <key>Replace</key>
                <data>g/s/Dw==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>USB Port limit patch #2/2 10.15.x (credit DalianSky)</string>
                <key>Find</key>
                <data>g/kPDw==</data>
                <key>MatchOS</key>
                <string>10.15.x</string>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Replace</key>
                <data>g/k/Dw==</data>
            </dict>
        </array>
        <key>Quirks</key>
        <dict>
            <key>AppleCpuPmCfgLock</key>
            <true/>
            <key>AppleXcpmCfgLock</key>
            <true/>
            <key>AppleXcpmExtraMsrs</key>
            <false/>
            <key>AppleXcpmForceBoost</key>
            <false/>
            <key>CustomSMBIOSGuid</key>
            <false/>
            <key>DisableIoMapper</key>
            <true/>
            <key>DisableLinkeditJettison</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>
        <key>Scheme</key>
        <dict>
            <key>FuzzyMatch</key>
            <true/>
            <key>KernelArch</key>
            <string>x86_64</string>
            <key>KernelCache</key>
            <string>Auto</string>
        </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>External</string>
            <key>PollAppleHotKeys</key>
            <false/>
            <key>ShowPicker</key>
            <true/>
            <key>TakeoffDelay</key>
            <integer>0</integer>
            <key>Timeout</key>
            <integer>300</integer>
        </dict>
        <key>Debug</key>
        <dict>
            <key>AppleDebug</key>
            <false/>
            <key>ApplePanic</key>
            <true/>
            <key>DisableWatchDog</key>
            <true/>
            <key>DisplayDelay</key>
            <integer>0</integer>
            <key>DisplayLevel</key>
            <integer>0</integer>
            <key>SerialInit</key>
            <false/>
            <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>Windows 10</string>
                <key>Enabled</key>
                <false/>
                <key>Name</key>
                <string>Windows</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>ApECID</key>
            <integer>0</integer>
            <key>AuthRestart</key>
            <false/>
            <key>BootProtect</key>
            <string>Bootstrap</string>
            <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>Disabled</string>
            <key>Vault</key>
            <string>Optional</string>
        </dict>
        <key>Tools</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>UEFI Shell</string>
                <key>Path</key>
                <string>OpenShell.efi</string>
            </dict>
            <dict>
                <key>Arguments</key>
                <string>Shutdown</string>
                <key>Auxiliary</key>
                <true/>
                <key>Comment</key>
                <string>Perform shutdown</string>
                <key>Enabled</key>
                <false/>
                <key>Name</key>
                <string>Shutdown</string>
                <key>Path</key>
                <string>ResetSystem.efi</string>
            </dict>
            <dict>
                <key>Arguments</key>
                <string></string>
                <key>Auxiliary</key>
                <true/>
                <key>Name</key>
                <string>CleanNvram.efi</string>
                <key>Comment</key>
                <string>CleanNvram.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Path</key>
                <string>CleanNvram.efi</string>
            </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>AQ==</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>SystemAudioVolume</key>
                <data>Rg==</data>
                <key>boot-args</key>
                <string>keepsyms=1 -v</string>
                <key>run-efi-updater</key>
                <string>No</string>
                <key>csr-active-config</key>
                <data>AAAAAA==</data>
                <key>prev-lang:kbd</key>
                <string></string>
            </dict>
        </dict>
        <key>Delete</key>
        <dict>
            <key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
            <array>
                <string>UIScale</string>
                <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>
            </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>C029169024NN9PRJC</string>
            <key>ROM</key>
            <data>jAS6mnSJ</data>
            <key>SpoofVendor</key>
            <true/>
            <key>SystemProductName</key>
            <string>MacBookPro16,1</string>
            <key>SystemSerialNumber</key>
            <string>C02YL0SNMD6N</string>
            <key>SystemUUID</key>
            <string> BD8471E6-3E30-4238-831C-7B3EFCDC4E55</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>GlobalConnect</key>
            <false/>
            <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(0x1F,0x3)</string>
            <key>AudioOut</key>
            <integer>0</integer>
            <key>AudioSupport</key>
            <true/>
            <key>MinimumVolume</key>
            <integer>50</integer>
            <key>PlayChime</key>
            <true/>
            <key>VolumeAmplifier</key>
            <integer>143</integer>
        </dict>
        <key>ConnectDrivers</key>
        <true/>
        <key>Drivers</key>
        <array>
            <string>HfsPlus.efi</string>
            <string>OpenRuntime.efi</string>
            <string>OpenCanopy.efi</string>
            <string>AudioDxe.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>ASUS</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>
            <key>UgaPassThrough</key>
            <false/>
        </dict>
        <key>ProtocolOverrides</key>
        <dict>
            <key>AppleAudio</key>
            <false/>
            <key>AppleBootPolicy</key>
            <false/>
            <key>AppleDebugLog</key>
            <false/>
            <key>AppleEvent</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>
            <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>
    <key>#AUDIO INTEGRATED Realtek ALC236</key>
    <string>0x100001, 0x100002 layout 3, 11, 13, 15, 16, 54, 99</string>
</dict>
</plist>

*I have attached the debug and release version of OpenCore with the current configuration I am using.
 

Attachments

  • EFI_DEBUG-0.6.1.zip
    58.6 MB · Views: 280
  • EFI-0.6.1.zip
    58.5 MB · Views: 448
  • WhatsApp Image 2020-09-16 at 19.30.02.jpeg
    WhatsApp Image 2020-09-16 at 19.30.02.jpeg
    102.3 KB · Views: 192
  • OpenCore-0.6.5--(tested on Big Sur only).zip
    29.6 MB · Views: 178
Last edited:
BIOS config with screenshots
 

Attachments

  • 2020-09-16 at 17.57.11.jpeg
    2020-09-16 at 17.57.11.jpeg
    139.2 KB · Views: 197
  • 2020-09-16 at 17.57.42.jpeg
    2020-09-16 at 17.57.42.jpeg
    81.7 KB · Views: 274
  • 2020-09-16 at 17.57.32.jpeg
    2020-09-16 at 17.57.32.jpeg
    119.2 KB · Views: 249
  • 2020-09-16 at 17.57.23.jpeg
    2020-09-16 at 17.57.23.jpeg
    79.7 KB · Views: 200
  • 2020-09-16 at 17.58.11.jpeg
    2020-09-16 at 17.58.11.jpeg
    121.1 KB · Views: 224
  • 2020-09-16 at 17.57.49.jpeg
    2020-09-16 at 17.57.49.jpeg
    72.4 KB · Views: 196
  • 2020-09-16 at 17.57.57.jpeg
    2020-09-16 at 17.57.57.jpeg
    112.5 KB · Views: 165
  • 2020-09-16 at 17.58.44.jpeg
    2020-09-16 at 17.58.44.jpeg
    130.2 KB · Views: 196
  • 2020-09-16 at 17.59.10.jpeg
    2020-09-16 at 17.59.10.jpeg
    132.3 KB · Views: 155
  • 2020-09-16 at 17.59.02.jpeg
    2020-09-16 at 17.59.02.jpeg
    86 KB · Views: 175
  • 2020-09-16 at 17.59.18.jpeg
    2020-09-16 at 17.59.18.jpeg
    109.4 KB · Views: 212
  • 2020-09-16 at 18.00.10.jpeg
    2020-09-16 at 18.00.10.jpeg
    100.7 KB · Views: 164
  • 2020-09-16 at 18.00.01.jpeg
    2020-09-16 at 18.00.01.jpeg
    97.9 KB · Views: 154
  • 2020-09-16 at 17.59.53.jpeg
    2020-09-16 at 17.59.53.jpeg
    102.7 KB · Views: 226
  • 2020-09-16 at 17.59.36.jpeg
    2020-09-16 at 17.59.36.jpeg
    68.2 KB · Views: 241
  • 2020-09-16 at 18.00.38.jpeg
    2020-09-16 at 18.00.38.jpeg
    139.5 KB · Views: 147
  • 2020-09-16 at 18.00.19.jpeg
    2020-09-16 at 18.00.19.jpeg
    116.4 KB · Views: 175
  • 2020-09-16 at 18.00.27.jpeg
    2020-09-16 at 18.00.27.jpeg
    130.1 KB · Views: 136
  • 2020-09-16 at 18.00.59.jpeg
    2020-09-16 at 18.00.59.jpeg
    125.6 KB · Views: 141
  • 2020-09-16 at 18.01.26.jpeg
    2020-09-16 at 18.01.26.jpeg
    79.4 KB · Views: 141
  • 2020-09-16 at 18.01.17.jpeg
    2020-09-16 at 18.01.17.jpeg
    119.6 KB · Views: 152
  • 2020-09-16 at 18.01.09.jpeg
    2020-09-16 at 18.01.09.jpeg
    102 KB · Views: 167
  • 2020-09-16 at 18.01.35.jpeg
    2020-09-16 at 18.01.35.jpeg
    96.5 KB · Views: 227
  • 2020-09-16 at 18.02.27.jpeg
    2020-09-16 at 18.02.27.jpeg
    75.2 KB · Views: 146
  • 2020-09-16 at 18.02.38.jpeg
    2020-09-16 at 18.02.38.jpeg
    109.9 KB · Views: 168
  • 2020-09-16 at 18.02.17.jpeg
    2020-09-16 at 18.02.17.jpeg
    111.3 KB · Views: 165
  • 2020-09-16 at 18.01.45.jpeg
    2020-09-16 at 18.01.45.jpeg
    119.8 KB · Views: 198
  • 2020-09-16 at 18.02.46.jpeg
    2020-09-16 at 18.02.46.jpeg
    125.9 KB · Views: 158
  • 2020-09-16 at 18.02.54.jpeg
    2020-09-16 at 18.02.54.jpeg
    95.2 KB · Views: 135
  • 2020-09-16 at 18.03.01.jpeg
    2020-09-16 at 18.03.01.jpeg
    105.8 KB · Views: 119
  • 2020-09-16 at 18.03.20.jpeg
    2020-09-16 at 18.03.20.jpeg
    97.9 KB · Views: 134
  • 2020-09-16 at 18.03.40.jpeg
    2020-09-16 at 18.03.40.jpeg
    85.4 KB · Views: 208
  • 2020-09-16 at 18.03.33.jpeg
    2020-09-16 at 18.03.33.jpeg
    104.3 KB · Views: 207
Status
Not open for further replies.
Back
Top