Contribute
Register

Dell Inspiron 7548 OpenCore issues

Status
Not open for further replies.
Joined
Aug 1, 2020
Messages
15
Motherboard
Dell Inspiron 7548
CPU
i7-5500
Graphics
HD 5500
Mobile Phone
  1. Android
Ya , what should I rename ssdts to??
Can I use the same old ssdt.?

Actually I didn't made my ssdts, I got efi folder from this comments .It worked for once but after I formatted and re- installed mac then I placed ssdt it didn't work .Can u say any solution for this?

I thought opencore will solve all!!!
 
Ya , what should I rename ssdts to??
Can I use the same old ssdt.?

Actually I didn't made my ssdts, I got efi folder from this comments .It worked for once but after I formatted and re- installed mac then I placed ssdt it didn't work .Can u say any solution for this?

I thought opencore will solve all!!!
no need to rename SSDT's, the renames i mentioned would be in your config.plist, ie example:
Code:
<dict>
                    <key>Comment</key>
                    <string>change _BIF -&gt; XBIF</string>
                    <key>Find</key>
                    <data>X0JJRg==</data>
                    <key>Replace</key>
                    <data>WEJJRg==</data>
                </dict>
is a clover rename, but in opencore, it would probably look like:

Code:
<dict>
                <key>Comment</key>
                <string>change _BIF -&gt; XBIF</string>
                <key>Count</key>
                <integer>1</integer>
                <key>Enabled</key>
                <false/>
                <key>Find</key>
                <data>X0JJRg==</data>
                <key>Limit</key>
                <integer>0</integer>
                <key>Mask</key>
                <data></data>
                <key>OemTableId</key>
                <data></data>
                <key>Replace</key>
                <data>WEJJRg==</data>
                <key>ReplaceMask</key>
                <data></data>
                <key>Skip</key>
                <integer>0</integer>
                <key>TableLength</key>
                <integer>0</integer>
                <key>TableSignature</key>
                <data></data>
            </dict>
opencore will only do what you ask it to do


also you will need to add your ssdt's to your config.plist and you will also need to add your kexts to the config.plist as well as you can see from the sample.plist from opencore:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>#WARNING - 1</key>
    <string>This is just a sample. Do NOT try loading it.</string>
    <key>#WARNING - 2</key>
    <string>Ensure you understand EVERY field before booting.</string>
    <key>#WARNING - 3</key>
    <string>In most cases recommended to use Sample.plist</string>
    <key>#WARNING - 4</key>
    <string>Use SampleCustom.plist only for special cases.</string>
    <key>ACPI</key>
    <dict>
        <key>Add</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>My custom DSDT</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>DSDT.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>My custom SSDT</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-1.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-PLUG.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-SBUS-MCHC.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-PNLF.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-EC.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-EC-USBX.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-EHCx_OFF.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-AWAC.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-RTC0.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-ALS0.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-PMC.aml</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Read the comment in dsl sample</string>
                <key>Enabled</key>
                <false/>
                <key>Path</key>
                <string>SSDT-IMEI.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>
                <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>
        </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>
            <false/>
            <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>ProvideMaxSlide</key>
            <integer>0</integer>
            <key>RebuildAppleMemoryMap</key>
            <false/>
            <key>SetupVirtualMap</key>
            <true/>
            <key>SignalAppleOS</key>
            <false/>
            <key>SyncRuntimePermissions</key>
            <false/>
        </dict>
    </dict>
    <key>DeviceProperties</key>
    <dict>
        <key>Add</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x1b,0x0)</key>
            <dict>
                <key>layout-id</key>
                <data>AQAAAA==</data>
            </dict>
        </dict>
        <key>Delete</key>
        <dict/>
    </dict>
    <key>Kernel</key>
    <dict>
        <key>Add</key>
        <array>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>Lilu.kext</string>
                <key>Comment</key>
                <string>Patch engine</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/Lilu</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>12.0.0</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>VirtualSMC.kext</string>
                <key>Comment</key>
                <string>SMC emulator</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VirtualSMC</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>12.0.0</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>WhateverGreen.kext</string>
                <key>Comment</key>
                <string>Video patches</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/WhateverGreen</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>12.0.0</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>AppleALC.kext</string>
                <key>Comment</key>
                <string>Audio patches</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AppleALC</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>12.0.0</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>IntelMausi.kext</string>
                <key>Comment</key>
                <string>Intel Ethernet LAN</string>
                <key>Enabled</key>
                <false/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/IntelMausi</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>Legacy_USB3.kext</string>
                <key>Comment</key>
                <string>XHC ports configuration</string>
                <key>Enabled</key>
                <false/>
                <key>ExecutablePath</key>
                <string></string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>15.0.0</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>x86_64</string>
                <key>BundlePath</key>
                <string>AppleMCEReporterDisabler.kext</string>
                <key>Comment</key>
                <string>AppleMCEReporter disabler</string>
                <key>Enabled</key>
                <false/>
                <key>ExecutablePath</key>
                <string></string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>19.0.0</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</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>
        </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>
            <false/>
            <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>
            <false/>
            <key>PowerTimeoutKernelPanic</key>
            <false/>
            <key>ThirdPartyDrives</key>
            <false/>
            <key>XhciPortLimit</key>
            <false/>
        </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/>
        <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>
            <false/>
            <key>ApplePanic</key>
            <false/>
            <key>DisableWatchDog</key>
            <false/>
            <key>DisplayDelay</key>
            <integer>0</integer>
            <key>DisplayLevel</key>
            <integer>2147483650</integer>
            <key>SerialInit</key>
            <false/>
            <key>SysReport</key>
            <false/>
            <key>Target</key>
            <integer>3</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>
            <false/>
            <key>AllowSetDefault</key>
            <false/>
            <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>17760515</integer>
            <key>SecureBootModel</key>
            <string>Default</string>
            <key>Vault</key>
            <string>Secure</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></string>
                <key>Auxiliary</key>
                <false/>
                <key>Comment</key>
                <string>Memory testing utility</string>
                <key>Enabled</key>
                <false/>
                <key>Name</key>
                <string>memcheck</string>
                <key>Path</key>
                <string>memcheck/memcheck.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>
        </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>-v keepsyms=1</string>
                <key>run-efi-updater</key>
                <string>No</string>
                <key>csr-active-config</key>
                <data>AAAAAA==</data>
                <key>prev-lang:kbd</key>
                <data>cnUtUlU6MjUy</data>
            </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>M0000000000000001</string>
            <key>ROM</key>
            <data>ESIzRFVm</data>
            <key>SpoofVendor</key>
            <true/>
            <key>SystemProductName</key>
            <string>iMac19,1</string>
            <key>SystemSerialNumber</key>
            <string>W00000000001</string>
            <key>SystemUUID</key>
            <string>00000000-0000-0000-0000-000000000000</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(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>HfsPlus.efi</string>
            <string>OpenRuntime.efi</string>
            <string>#OpenCanopy.efi</string>
            <string>#AudioDxe.efi</string>
            <string>#OpenUsbKbDxe.efi</string>
            <string>#UsbMouseDxe.efi</string>
            <string>#Ps2KeyboardDxe.efi</string>
            <string>#Ps2MouseDxe.efi</string>
            <string>#HiiDatabase.efi</string>
            <string>#NvmExpressDxe.efi</string>
            <string>#XhciDxe.efi</string>
            <string>#ExFatDxe.efi</string>
            <string>#PartitionDxe.efi</string>
            <string>#CrScreenshotDxe.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>
            <false/>
            <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>
 
Ok ,Thanks alot. If I face any problem I ll comment here is it ok??

The above all codes are just example right?
 
Ok ,Thanks alot. If I face any problem I ll comment here is it ok??

The above all codes are just example right?
yes, you can comment here with your zipped OC folder

and yes, the example above is the sample/example, that will not work on it's own

follow this:

as a guide to get it working, then add in your extra ssdt's etc after you have a working config setup
 
Thanks alot!!
Mainly I need help with ssdts.
I ll check the link
 
Hello,
I recently installed Mac OS big sur via open core .I finished installing and later when I select installer option I am getting this.Also I have uploaded efi folder an error pic.Please help me out!!!

my laptop specs.
Dell 7548
intel core i7 -5500U
igpu - intel hd5500
ram - 8gb

1080p Touchscreen display




00:000 00:000 AAPL: #[EB|LOG:INIT] 2020-12-12T22:08:58
00:045 00:045 AAPL: #[EB|VERSION] <"bootbase.efi 495.40.10~123 (Official), built 2020-10-30T00:10:36-0700">
00:078 00:033 AAPL: #[EB|BUILD] <"BUILD-INFO[310]:{"DisplayName":"bootbase.efi","DisplayVersion":"495.40.10~123","RecordUuid":"E287ED06-5B89-4BD5-82FD-8CF9CD5A1AA7","BuildTime":"2020-10-30T00:10:36-0700","ProjectName":"efiboot","ProductName":"bootbase.efi","SourceVersion":"495.40.10","BuildVersion":"123","BuildConfiguration":"Release","BuildType":"Official"}">
00:112 00:033 AAPL: #[EB|CFG:DEV] r2 0x0 0x0
00:145 00:033 AAPL: #[EB|H:IS] 0
00:179 00:033 AAPL: #[EB|WL:MODE] 0
00:213 00:033 AAPL: #[EB|CFG:ARG] boot-save-log 0x0000000000000002 (0x0000000000000002 < 0xFFFFFFFFFFFFFFFF) default
00:246 00:033 AAPL: #[EB|CFG:ARG] wake-save-log 0x0000000000000002 (0x0000000000000002 < 0x0000000000000002) default
00:280 00:033 AAPL: #[EB|CFG:ARG] console 0x0000000000000001 (0x0000000000000001 < 0x0000000000000001) default
00:322 00:042 AAPL: #[EB|CFG:ARG] serial 0x0000000000000000 (0x0000000000000000 < 0x0000000000000000) default
00:356 00:033 AAPL: #[EB|CFG:ARG] embed-log-dt 0x0000000000000000 (0x0000000000000000 < 0x0000000000000000) default
00:389 00:033 AAPL: #[EB|CFG:ARG] timestamps 0x0000000000000000 (0x0000000000000000 < 0xFFFFFFFFFFFFFFFF) default
00:423 00:033 AAPL: #[EB|CFG:ARG] log-level 0x0000000000000001 (0x0000000000000001 & 0x0000000000000021) default
00:456 00:033 AAPL: #[EB|CFG:ARG] breakpoint 0x0000000000000000 (0x0000000000000000 & 0x0000000000000000) default
00:490 00:033 AAPL: #[EB|CFG:ARG] kc-read-size 0x0000000000100000 (0x0000000000100000 < 0xFFFFFFFFFFFFFFFF) default
00:524 00:033 AAPL: #[EB|H:IS] 0
00:557 00:033 AAPL: #[EB|WL] 0 0 0x01 0x01 0 0x00
00:591 00:033 AAPL: #[EB|BRD:NV] Mac-E43C1C25D4880AD6
00:627 00:035 AAPL: #[EB|WL] 0 0 0x01 0x01 2 0x00
00:660 00:033 AAPL: #[EB.BST.IDT|+]
00:695 00:034 AAPL: #[EB.BST.IDT|-]
00:728 00:033 AAPL: #[EB|WL] 0 0 0x01 0x01 3 0x00
00:762 00:033 AAPL: #[EB|WL] 0 0 0x01 0x01 4 0x00
00:796 00:033 AAPL: #[EB|BRD:NV] Mac-E43C1C25D4880AD6
00:829 00:033 AAPL: #[EB|WL] 0 0 0x01 0x01 5 0x00
00:863 00:033 AAPL: #[EB.H.CHK|BM] 0x0000000000000000
00:897 00:033 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.GV boot-signature 7C436110-AB2A-4BBB-A880-FE41995C9F82
00:933 00:035 AAPL: #[EB|WL] 0 0 0x01 0x01 23 0x0E
00:966 00:033 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.GV boot-image-key 7C436110-AB2A-4BBB-A880-FE41995C9F82
01:000 00:033 AAPL: #[EB|WL] 0 0 0x01 0x01 24 0x0E
01:034 00:033 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.GV boot-image 7C436110-AB2A-4BBB-A880-FE41995C9F82
01:068 00:033 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.SV- boot-signature 7C436110-AB2A-4BBB-A880-FE41995C9F82
01:101 00:033 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.SV- boot-image-key 7C436110-AB2A-4BBB-A880-FE41995C9F82
01:135 00:033 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.SV- boot-image 7C436110-AB2A-4BBB-A880-FE41995C9F82
01:168 00:033 AAPL: #[EB|H:NOT]
01:202 00:033 AAPL: #[EB|SB:p] 0x1
01:238 00:035 AAPL: #[EB.B.MN|BM:+SB]
01:285 00:047 AAPL: #[EB|LIMG:DP] Acpi(PNP0A03,0)/Pci(1D|0)/Usb(0, 0)/Usb(0, 0)/HD(Part2,Sig4FD2C901-5D1F-4B81-8699-1FC6A6E97284)
01:320 00:034 AAPL: #[EB|LIMG:FP] \macOS Install Data\Locked Files\boot.efi
01:353 00:033 AAPL: #[EB|LIMG:OPT]
01:387 00:033 AAPL: #[EB|RPS] 0 0 0
01:421 00:033 AAPL: #[EB.OPT.LXF|F] <"\\macOS Install Data\\Locked Files\\com.apple.Boot.plist">
01:454 00:033 AAPL: #[EB.LD.LF|IN] 0 1 <"\\macOS Install Data\\Locked Files\\com.apple.Boot.plist"> <"0">
01:489 00:034 AAPL: #[EB|KF] <"-no_panic_dialog -rootdmg-ramdisk auth-root-dmg=file:///macOS%20Install%20Data/BaseSystem.dmg lca-boot-mode=autoinstall-msu">
01:532 00:043 AAPL: #[EB|MBA:CL] <"">
01:566 00:033 AAPL: #[EB|MBA:NV] <"-v keepsyms=1 debug=0x100 alcid=11 slide=195">
01:599 00:033 AAPL: #[EB|MBA:KF] <"-no_panic_dialog -rootdmg-ramdisk auth-root-dmg=file:///macOS%20Install%20Data/BaseSystem.dmg lca-boot-mode=autoinstall-msu">
01:633 00:033 AAPL: #[EB|MBA:OUT] <"-v keepsyms=1 debug=0x100 alcid=11 slide=195 -no_panic_dialog -rootdmg-ramdisk auth-root-dmg=file:///macOS%20Install%20Data/BaseSystem.dmg lca-boot-mode=autoinstall-msu chunklist-security-epoch=0 -chunklist-no-rev2-dev">
01:667 00:033 AAPL: #[EB|LOG:VERBOSE] 2020-12-12T22:08:58
01:701 00:033 AAPL: #[EB.CSR.S|VAR] 0x00000040
01:734 00:033 AAPL: #[EB|OPT:BM] 0x200082
01:768 00:033 AAPL: #[EB.OPT.LXF|F] <"\\macOS Install Data\\Locked Files\\PlatformSupport.plist">
01:801 00:033 AAPL: #[EB.LD.LF|IN] 0 1 <"\\macOS Install Data\\Locked Files\\PlatformSupport.plist"> <"0">
01:837 00:035 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE) <"\\macOS Install Data\\Locked Files\\PlatformSupport.plist">
01:871 00:033 AAPL: #[EB.OPT.LXF|LF!] Err(0xE)
01:904 00:033 AAPL: #[EB.OPT.LXF|F] <"System\\Library\\CoreServices\\PlatformSupport.plist">
01:938 00:033 AAPL: #[EB.LD.LF|IN] 0 1 <"System\\Library\\CoreServices\\PlatformSupport.plist"> <"0">
01:972 00:033 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE) <"System\\Library\\CoreServices\\PlatformSupport.plist">
02:005 00:033 AAPL: #[EB.OPT.LXF|LF!] Err(0xE)
02:039 00:033 AAPL: #[EB.OPT.PCC|!] Err(0xE) <- EB.X.LXF
02:073 00:033 AAPL: #[EB|B:VAw]
02:106 00:033 AAPL: #[EB|KMR] 292843520
02:142 00:035 AAPL: #[EB.CS.CSKSD|+]
02:175 00:033 AAPL: #[EB.CS.CSKSD|!] Err(0xE) <- RT.GV boot-info-payload 8D63D4FE-BD3C-4AAD-881D-86FD974BC1DF
02:209 00:033 AAPL: #[EB.G.CS|-?] Ok(0)
02:243 00:034 AAPL: #[EB.LD.LF|IN] 0 1 <"<null string>"> <"1">
02:309 00:066 AAPL: #[EB.B.SBS|SZ] 723512
02:525 00:216 AAPL: #[EB|B:SHA] <255f189d1b0d691e176b5c95325698a7de681107>
02:560 00:034 AAPL: #[EB.WL.PWLFNV|!] Err(0xE) <- RT.GV wake-failure 7C436110-AB2A-4BBB-A880-FE41995C9F82
02:594 00:034 AAPL: #[EB.WL.DT|!] Err(0xE) <- EB.WL.PWLFNV
02:627 00:033 AAPL: #[EB|WL:DT] 0x3fe3be82
02:661 00:034 AAPL: #[EB.LD.LKC|CFG] <"\\macOS Install Data\\Locked Files\\BootKernelExtensions.kc">
02:696 00:034 AAPL: #[EB.LD.LF|IN] 0 1 <"\\macOS Install Data\\Locked Files\\BootKernelExtensions.kc"> <"0">
09:794 07:098 AAPL: #[EB|SB:p] 0x1
09:842 00:047 AAPL: #[EB|SB:SBGMFNS] j137ap.im4m
09:876 00:033 AAPL: #[EB|SB:MF] \\macOS Install Data\\Locked Files\\BootKernelExtensions.kc.j137ap.im4m
09:910 00:034 AAPL: #[EB.LD.LF|IN] 0 1 <"\\macOS Install Data\\Locked Files\\BootKernelExtensions.kc.j137ap.im4m"> <"0">
09:961 00:050 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE) <"\\macOS Install Data\\Locked Files\\BootKernelExtensions.kc.j137ap.im4m">
09:995 00:034 AAPL: #[EB.SB.VK|!] Err(0xE) <- EB.LD.LF
10:029 00:034 AAPL: #[EB.LD.LKCFFP|!] Err(0x1A) <- EB.SB.SBVK
10:084 00:054 AAPL: #[EB|CS:SRBM] secure-boot
10:248 00:164 AAPL: #[EB|FWFM] 0x00000000FF1FFF7F
10:282 00:033 AAPL: #[EB|FWFT] 0x00000000FD0FF576
10:338 00:055 AAPL: #[EB|IRM:RMD]
10:409 00:071 AAPL: #[EB|B:RB]
10:449 00:039 AAPL: #[EB|WL] 0 0 0x01 0x41 24 0x0E
10:483 00:033 AAPL: #[EB|REBOOT] 1
10:517 00:033 AAPL: #[EB|LOG:RESET:RECOVERY] 2020-12-12T22:08:58
 

Attachments

  • Screenshot_20201214-211741_Video Player.jpg
    Screenshot_20201214-211741_Video Player.jpg
    448.5 KB · Views: 52
  • EFI.zip
    2.8 MB · Views: 64
Hello,
I recently installed Mac OS big sur via open core .I finished installing and later when I select installer option I am getting this.Also I have uploaded efi folder an error pic.Please help me out!!!

my laptop specs.
Dell 7548
intel core i7 -5500U
igpu - intel hd5500
ram - 8gb

1080p Touchscreen display




00:000 00:000 AAPL: #[EB|LOG:INIT] 2020-12-12T22:08:58
00:045 00:045 AAPL: #[EB|VERSION] <"bootbase.efi 495.40.10~123 (Official), built 2020-10-30T00:10:36-0700">
00:078 00:033 AAPL: #[EB|BUILD] <"BUILD-INFO[310]:{"DisplayName":"bootbase.efi","DisplayVersion":"495.40.10~123","RecordUuid":"E287ED06-5B89-4BD5-82FD-8CF9CD5A1AA7","BuildTime":"2020-10-30T00:10:36-0700","ProjectName":"efiboot","ProductName":"bootbase.efi","SourceVersion":"495.40.10","BuildVersion":"123","BuildConfiguration":"Release","BuildType":"Official"}">
00:112 00:033 AAPL: #[EB|CFG:DEV] r2 0x0 0x0
00:145 00:033 AAPL: #[EB|H:IS] 0
00:179 00:033 AAPL: #[EB|WL:MODE] 0
00:213 00:033 AAPL: #[EB|CFG:ARG] boot-save-log 0x0000000000000002 (0x0000000000000002 < 0xFFFFFFFFFFFFFFFF) default
00:246 00:033 AAPL: #[EB|CFG:ARG] wake-save-log 0x0000000000000002 (0x0000000000000002 < 0x0000000000000002) default
00:280 00:033 AAPL: #[EB|CFG:ARG] console 0x0000000000000001 (0x0000000000000001 < 0x0000000000000001) default
00:322 00:042 AAPL: #[EB|CFG:ARG] serial 0x0000000000000000 (0x0000000000000000 < 0x0000000000000000) default
00:356 00:033 AAPL: #[EB|CFG:ARG] embed-log-dt 0x0000000000000000 (0x0000000000000000 < 0x0000000000000000) default
00:389 00:033 AAPL: #[EB|CFG:ARG] timestamps 0x0000000000000000 (0x0000000000000000 < 0xFFFFFFFFFFFFFFFF) default
00:423 00:033 AAPL: #[EB|CFG:ARG] log-level 0x0000000000000001 (0x0000000000000001 & 0x0000000000000021) default
00:456 00:033 AAPL: #[EB|CFG:ARG] breakpoint 0x0000000000000000 (0x0000000000000000 & 0x0000000000000000) default
00:490 00:033 AAPL: #[EB|CFG:ARG] kc-read-size 0x0000000000100000 (0x0000000000100000 < 0xFFFFFFFFFFFFFFFF) default
00:524 00:033 AAPL: #[EB|H:IS] 0
00:557 00:033 AAPL: #[EB|WL] 0 0 0x01 0x01 0 0x00
00:591 00:033 AAPL: #[EB|BRD:NV] Mac-E43C1C25D4880AD6
00:627 00:035 AAPL: #[EB|WL] 0 0 0x01 0x01 2 0x00
00:660 00:033 AAPL: #[EB.BST.IDT|+]
00:695 00:034 AAPL: #[EB.BST.IDT|-]
00:728 00:033 AAPL: #[EB|WL] 0 0 0x01 0x01 3 0x00
00:762 00:033 AAPL: #[EB|WL] 0 0 0x01 0x01 4 0x00
00:796 00:033 AAPL: #[EB|BRD:NV] Mac-E43C1C25D4880AD6
00:829 00:033 AAPL: #[EB|WL] 0 0 0x01 0x01 5 0x00
00:863 00:033 AAPL: #[EB.H.CHK|BM] 0x0000000000000000
00:897 00:033 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.GV boot-signature 7C436110-AB2A-4BBB-A880-FE41995C9F82
00:933 00:035 AAPL: #[EB|WL] 0 0 0x01 0x01 23 0x0E
00:966 00:033 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.GV boot-image-key 7C436110-AB2A-4BBB-A880-FE41995C9F82
01:000 00:033 AAPL: #[EB|WL] 0 0 0x01 0x01 24 0x0E
01:034 00:033 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.GV boot-image 7C436110-AB2A-4BBB-A880-FE41995C9F82
01:068 00:033 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.SV- boot-signature 7C436110-AB2A-4BBB-A880-FE41995C9F82
01:101 00:033 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.SV- boot-image-key 7C436110-AB2A-4BBB-A880-FE41995C9F82
01:135 00:033 AAPL: #[EB.H.LV|!] Err(0xE) <- RT.SV- boot-image 7C436110-AB2A-4BBB-A880-FE41995C9F82
01:168 00:033 AAPL: #[EB|H:NOT]
01:202 00:033 AAPL: #[EB|SB:p] 0x1
01:238 00:035 AAPL: #[EB.B.MN|BM:+SB]
01:285 00:047 AAPL: #[EB|LIMG:DP] Acpi(PNP0A03,0)/Pci(1D|0)/Usb(0, 0)/Usb(0, 0)/HD(Part2,Sig4FD2C901-5D1F-4B81-8699-1FC6A6E97284)
01:320 00:034 AAPL: #[EB|LIMG:FP] \macOS Install Data\Locked Files\boot.efi
01:353 00:033 AAPL: #[EB|LIMG:OPT]
01:387 00:033 AAPL: #[EB|RPS] 0 0 0
01:421 00:033 AAPL: #[EB.OPT.LXF|F] <"\\macOS Install Data\\Locked Files\\com.apple.Boot.plist">
01:454 00:033 AAPL: #[EB.LD.LF|IN] 0 1 <"\\macOS Install Data\\Locked Files\\com.apple.Boot.plist"> <"0">
01:489 00:034 AAPL: #[EB|KF] <"-no_panic_dialog -rootdmg-ramdisk auth-root-dmg=file:///macOS%20Install%20Data/BaseSystem.dmg lca-boot-mode=autoinstall-msu">
01:532 00:043 AAPL: #[EB|MBA:CL] <"">
01:566 00:033 AAPL: #[EB|MBA:NV] <"-v keepsyms=1 debug=0x100 alcid=11 slide=195">
01:599 00:033 AAPL: #[EB|MBA:KF] <"-no_panic_dialog -rootdmg-ramdisk auth-root-dmg=file:///macOS%20Install%20Data/BaseSystem.dmg lca-boot-mode=autoinstall-msu">
01:633 00:033 AAPL: #[EB|MBA:OUT] <"-v keepsyms=1 debug=0x100 alcid=11 slide=195 -no_panic_dialog -rootdmg-ramdisk auth-root-dmg=file:///macOS%20Install%20Data/BaseSystem.dmg lca-boot-mode=autoinstall-msu chunklist-security-epoch=0 -chunklist-no-rev2-dev">
01:667 00:033 AAPL: #[EB|LOG:VERBOSE] 2020-12-12T22:08:58
01:701 00:033 AAPL: #[EB.CSR.S|VAR] 0x00000040
01:734 00:033 AAPL: #[EB|OPT:BM] 0x200082
01:768 00:033 AAPL: #[EB.OPT.LXF|F] <"\\macOS Install Data\\Locked Files\\PlatformSupport.plist">
01:801 00:033 AAPL: #[EB.LD.LF|IN] 0 1 <"\\macOS Install Data\\Locked Files\\PlatformSupport.plist"> <"0">
01:837 00:035 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE) <"\\macOS Install Data\\Locked Files\\PlatformSupport.plist">
01:871 00:033 AAPL: #[EB.OPT.LXF|LF!] Err(0xE)
01:904 00:033 AAPL: #[EB.OPT.LXF|F] <"System\\Library\\CoreServices\\PlatformSupport.plist">
01:938 00:033 AAPL: #[EB.LD.LF|IN] 0 1 <"System\\Library\\CoreServices\\PlatformSupport.plist"> <"0">
01:972 00:033 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE) <"System\\Library\\CoreServices\\PlatformSupport.plist">
02:005 00:033 AAPL: #[EB.OPT.LXF|LF!] Err(0xE)
02:039 00:033 AAPL: #[EB.OPT.PCC|!] Err(0xE) <- EB.X.LXF
02:073 00:033 AAPL: #[EB|B:VAw]
02:106 00:033 AAPL: #[EB|KMR] 292843520
02:142 00:035 AAPL: #[EB.CS.CSKSD|+]
02:175 00:033 AAPL: #[EB.CS.CSKSD|!] Err(0xE) <- RT.GV boot-info-payload 8D63D4FE-BD3C-4AAD-881D-86FD974BC1DF
02:209 00:033 AAPL: #[EB.G.CS|-?] Ok(0)
02:243 00:034 AAPL: #[EB.LD.LF|IN] 0 1 <"<null string>"> <"1">
02:309 00:066 AAPL: #[EB.B.SBS|SZ] 723512
02:525 00:216 AAPL: #[EB|B:SHA] <255f189d1b0d691e176b5c95325698a7de681107>
02:560 00:034 AAPL: #[EB.WL.PWLFNV|!] Err(0xE) <- RT.GV wake-failure 7C436110-AB2A-4BBB-A880-FE41995C9F82
02:594 00:034 AAPL: #[EB.WL.DT|!] Err(0xE) <- EB.WL.PWLFNV
02:627 00:033 AAPL: #[EB|WL:DT] 0x3fe3be82
02:661 00:034 AAPL: #[EB.LD.LKC|CFG] <"\\macOS Install Data\\Locked Files\\BootKernelExtensions.kc">
02:696 00:034 AAPL: #[EB.LD.LF|IN] 0 1 <"\\macOS Install Data\\Locked Files\\BootKernelExtensions.kc"> <"0">
09:794 07:098 AAPL: #[EB|SB:p] 0x1
09:842 00:047 AAPL: #[EB|SB:SBGMFNS] j137ap.im4m
09:876 00:033 AAPL: #[EB|SB:MF] \\macOS Install Data\\Locked Files\\BootKernelExtensions.kc.j137ap.im4m
09:910 00:034 AAPL: #[EB.LD.LF|IN] 0 1 <"\\macOS Install Data\\Locked Files\\BootKernelExtensions.kc.j137ap.im4m"> <"0">
09:961 00:050 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE) <"\\macOS Install Data\\Locked Files\\BootKernelExtensions.kc.j137ap.im4m">
09:995 00:034 AAPL: #[EB.SB.VK|!] Err(0xE) <- EB.LD.LF
10:029 00:034 AAPL: #[EB.LD.LKCFFP|!] Err(0x1A) <- EB.SB.SBVK
10:084 00:054 AAPL: #[EB|CS:SRBM] secure-boot
10:248 00:164 AAPL: #[EB|FWFM] 0x00000000FF1FFF7F
10:282 00:033 AAPL: #[EB|FWFT] 0x00000000FD0FF576
10:338 00:055 AAPL: #[EB|IRM:RMD]
10:409 00:071 AAPL: #[EB|B:RB]
10:449 00:039 AAPL: #[EB|WL] 0 0 0x01 0x41 24 0x0E
10:483 00:033 AAPL: #[EB|REBOOT] 1
10:517 00:033 AAPL: #[EB|LOG:RESET:RECOVERY] 2020-12-12T22:08:58
DSDT should not be used with OpenCore
 
S
as this is a clover guide, not sure why you are posting here with your OpenCore files?

Extremely Sorry. I posted one in laptop support also If u want I can switch there!
Shall we continue over there?
 
Status
Not open for further replies.
Back
Top