Contribute
Register

CPU running 4 cores won’t shut down but 2 cores will

Status
Not open for further replies.
so the answer is yes, HS14 should be set to internal
Change to ‘internal’ recreated USBPort.kext and replaced the existing one in EFI. No perceivable change.

Are you able and willing to consult your other gurus off-line to see if they have any other suggestions that might solve this problem?
 
Change to ‘internal’ recreated USBPort.kext and replaced the existing one in EFI. No perceivable change.

Are you able and willing to consult your other gurus off-line to see if they have any other suggestions that might solve this problem?
zip and upload just your Clover folder
 
iMac19,1 is a better choice or iMac19,2 or 3 if you plan on running in headless mode:


shouldn't really be enabled:
FixAirport
FixDisplay
FixUSB

should really be enabled:
FixTMR
FixRTC
FixIPIC
FixHPET

have a read up on:
 
iMac19,1 is a better choice or iMac19,2 or 3 if you plan on running in headless mode:


shouldn't really be enabled:
FixAirport
FixDisplay
FixUSB

should really be enabled:
FixTMR
FixRTC
FixIPIC
FixHPET

have a read up on:
Thanks for the suggested amendments which I have trialled but still not shutting down consistently.
After doing the amendments restarted with 4 cores:

Shutdown – Failed by rebooting
Shutdown – worked
Start from cold – shutdown – Failed by rebooting
Shutdown – Failed by rebooting

Do the same with 2 cores active and it shuts down OK.
 
Thanks for the suggested amendments which I have trialled but still not shutting down consistently.
After doing the amendments restarted with 4 cores:

Shutdown – Failed by rebooting
Shutdown – worked
Start from cold – shutdown – Failed by rebooting
Shutdown – Failed by rebooting

Do the same with 2 cores active and it shuts down OK.
give opencore a go, you have so much junk in your config.plist, test using a usb stick for booting from
 
give opencore a go, you have so much junk in your config.plist, test using a usb stick for booting from
The first thing I learned when taking a BASIC programming course many decades ago was GIGO

Acronym for garbage in garbage out. Or in the UK it would be RIRO (rubbish in rubbish out)
 
give opencore a go, you have so much junk in your config.plist, test using a usb stick for booting from
I thought I had done all the amendments suggested to the config.plist so eliminating the unnecessary bits.

I would be grateful if you would identify the ‘junk’ but if not then I will go through the config.plist and delete ‘things’ one at a time until it gets better, worst or no change.

I appreciate your and others good intentions advising me to move to OpenCore. I have read extensively particularly lately on setting up OpenCore but I am not ready to tackle it.
 
The first thing I learned when taking a BASIC programming course many decades ago was GIGO

Acronym for garbage in garbage out. Or in the UK it would be RIRO (rubbish in rubbish out)
One of my careers was a computer programmer so understand where you are coming from.

Perhaps you could help by identifying the ‘garbage’ in the hope that it will make my system work better. Thanks.

I note again my system works absolutely fine, all programmes, macros, scripts, automator apps etc etc, I just cannot get it to shut down with 4 cores but I can with 2 cores.
 
I thought I had done all the amendments suggested to the config.plist so eliminating the unnecessary bits.

I would be grateful if you would identify the ‘junk’ but if not then I will go through the config.plist and delete ‘things’ one at a time until it gets better, worst or no change.

I appreciate your and others good intentions advising me to move to OpenCore. I have read extensively particularly lately on setting up OpenCore but I am not ready to tackle it.
this is an example of a clean config.plist (for a laptop, DO NOT USE! :) )

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>Comment</key>
    <string>This file is for Skylake graphics that are natively supported</string>
    <key>ACPI</key>
    <dict>
        <key>AutoMerge</key>
        <true/>
        <key>FixHeaders</key>
        <true/>
        <key>Comment-DisabledAML</key>
        <string>Disable other forms of CPU PM due to SSDT/Generate/PluginType=true</string>
        <key>DisabledAML</key>
        <array>
            <string>SSDT.aml</string>
            <string>SSDT-XCPM.aml</string>
            <string>SSDT-PluginType1.aml</string>
        </array>
        <key>DSDT</key>
        <dict>
            <key>DropOEM_DSM</key>
            <false/>
            <key>Fixes</key>
            <dict>
                <key>Comment-IRQ Fix</key>
                <string>The following fixes may be needed for onboard audio/USB/etc</string>
                <key>FixTMR</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixHPET</key>
                <false/>
            </dict>
            <key>Patches</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string>change OSID to XSID (to avoid match against _OSI XOSI patch)</string>
                    <key>Disabled</key>
                    <true/>
                    <key>Find</key>
                    <data>T1NJRA==</data>
                    <key>Replace</key>
                    <data>WFNJRA==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change _OSI to XOSI</string>
                    <key>Disabled</key>
                    <true/>
                    <key>Find</key>
                    <data>X09TSQ==</data>
                    <key>Replace</key>
                    <data>WE9TSQ==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change _DSM to XDSM</string>
                    <key>Disabled</key>
                    <true/>
                    <key>Find</key>
                    <data>X0RTTQ==</data>
                    <key>Replace</key>
                    <data>WERTTQ==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change EC0 to EC</string>
                    <key>Disabled</key>
                    <true/>
                    <key>Find</key>
                    <data>RUMwXw==</data>
                    <key>Replace</key>
                    <data>RUNfXw==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change H_EC to EC</string>
                    <key>Disabled</key>
                    <true/>
                    <key>Find</key>
                    <data>SF9FQw==</data>
                    <key>Replace</key>
                    <data>RUNfXw==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change ECDV to EC</string>
                    <key>Disabled</key>
                    <true/>
                    <key>Find</key>
                    <data>RUNEVg==</data>
                    <key>Replace</key>
                    <data>RUNfXw==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change HDAS to HDEF</string>
                    <key>Find</key>
                    <data>SERBUw==</data>
                    <key>Replace</key>
                    <data>SERFRg==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change HECI to IMEI</string>
                    <key>Find</key>
                    <data>SEVDSQ==</data>
                    <key>Replace</key>
                    <data>SU1FSQ==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change MEI to IMEI</string>
                    <key>Find</key>
                    <data>TUVJXw==</data>
                    <key>Replace</key>
                    <data>SU1FSQ==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change GFX0 to IGPU</string>
                    <key>Find</key>
                    <data>R0ZYMA==</data>
                    <key>Replace</key>
                    <data>SUdQVQ==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change PCI0.VID to IGPU #1 (Thinkpad)</string>
                    <key>Find</key>
                    <data>UENJMFZJRF8=</data>
                    <key>Replace</key>
                    <data>UENJMElHUFU=</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change PCI0.VID to IGPU #2 (Thinkpad)</string>
                    <key>Find</key>
                    <data>VklEXwhfQURSDAAAAgA=</data>
                    <key>Replace</key>
                    <data>SUdQVQhfQURSDAAAAgA=</data>
                </dict>
            </array>
        </dict>
        <key>DropTables</key>
        <array>
            <dict>
                <key>Signature</key>
                <string>#MCFG</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>DMAR</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>xh_rvp10</string>
            </dict>
        </array>
        <key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <false/>
            <key>Generate</key>
            <dict>
                <key>PluginType</key>
                <true/>
            </dict>
            <key>NoOemTableId</key>
            <false/>
        </dict>
    </dict>
    <key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>dart=0 nv_disable=1 -cdfon -igfxnohdmi</string>
        <key>#DefaultVolume</key>
        <string>LastBootedVolume</string>
        <key>NeverHibernate</key>
        <true/>
        <key>Secure</key>
        <false/>
        <key>Timeout</key>
        <integer>5</integer>
    </dict>
    <key>Devices</key>
    <dict>
        <key>AddProperties</key>
        <array>
            <dict>
                <key>Device</key>
                <string>NVidia</string>
                <key>Key</key>
                <string>name</string>
                <key>Value</key>
                <data>I2Rpc3BsYXkA</data>
                <key>Comment</key>
                <string>Inject &quot;name&quot; as (data)&quot;#display&quot; to disable graphics drivers on NVidia</string>
            </dict>
            <dict>
                <key>Device</key>
                <string>NVidia</string>
                <key>Key</key>
                <string>IOName</string>
                <key>Value</key>
                <string>#display</string>
                <key>Comment</key>
                <string>Inject &quot;IOName&quot; as &quot;#display&quot; to disable graphics drivers on NVidia</string>
            </dict>
            <dict>
                <key>Device</key>
                <string>NVidia</string>
                <key>Key</key>
                <string>class-code</string>
                <key>Value</key>
                <data>/////w==</data>
                <key>Comment</key>
                <string>Inject bogus class-code to prevent graphics drivers loading for NVidia</string>
            </dict>
            <dict>
                <key>Device</key>
                <string>ATI</string>
                <key>Key</key>
                <string>name</string>
                <key>Value</key>
                <data>I2Rpc3BsYXkA</data>
                <key>Comment</key>
                <string>Inject &quot;name&quot; as (data)&quot;#display&quot; to disable graphics drivers on AMD</string>
            </dict>
            <dict>
                <key>Device</key>
                <string>ATI</string>
                <key>Key</key>
                <string>IOName</string>
                <key>Value</key>
                <string>#display</string>
                <key>Comment</key>
                <string>Inject &quot;IOName&quot; as &quot;#display&quot; to disable graphics drivers on AMD</string>
            </dict>
            <dict>
                <key>Device</key>
                <string>ATI</string>
                <key>Key</key>
                <string>class-code</string>
                <key>Value</key>
                <data>/////w==</data>
                <key>Comment</key>
                <string>Inject bogus class-code to prevent graphics drivers loading for AMD</string>
            </dict>
            <dict>
                <key>Device</key>
                <string>ATI</string>
                <key>Key</key>
                <string>vendor-id</string>
                <key>Value</key>
                <data>//8AAA==</data>
                <key>Comment</key>
                <string>Inject bogus vendor-id to prevent graphics drivers loading for AMD</string>
            </dict>
            <dict>
                <key>Device</key>
                <string>ATI</string>
                <key>Key</key>
                <string>device-id</string>
                <key>Value</key>
                <data>//8AAA==</data>
                <key>Comment</key>
                <string>Inject bogus device-id to prevent graphics drivers loading for AMD</string>
            </dict>
        </array>
        <key>Audio</key>
        <dict>
            <key>Inject</key>
            <integer>0</integer>
        </dict>
        <key>Properties</key>
        <dict>
            <key>PciRoot(0)/Pci(0x02,0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>AAAbGQ==</data>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#AAPL00,override-no-connect</key>
                <data></data>
                <key>#AAPL00,override-no-edid</key>
                <data></data>
                <key># DVMT-prealloc</key>
                <string>32MB BIOS, 19MB framebuffer, 9MB cursor bytes (credit RehabMan)</string>
                <key>framebuffer-patch-enable</key>
                <integer>1</integer>
                <key>framebuffer-stolenmem</key>
                <data>AAAwAQ==</data>
                <key>framebuffer-fbmem</key>
                <data>AACQAA==</data>
                <key>## @0 LVDS-&gt;DP</key>
                <string></string>
                <key>#framebuffer-con0-enable</key>
                <integer>1</integer>
                <key>#framebuffer-con0-type</key>
                <data>AAQAAA==</data>
                <key>## @1 HDMI</key>
                <string></string>
                <key>#framebuffer-con1-enable</key>
                <integer>1</integer>
                <key>#framebuffer-con1-type</key>
                <data>AAgAAA==</data>
                <key>#framebuffer-con1-flags</key>
                <data>hwEAAA==</data>
                <key>#framebuffer-con1-pipe</key>
                <data>EgAAAA==</data>
                <key>## @2 HDMI</key>
                <string></string>
                <key>#framebuffer-con2-enable</key>
                <integer>1</integer>
                <key>#framebuffer-con2-type</key>
                <data>AAgAAA==</data>
                <key>#framebuffer-con2-flags</key>
                <data>hwEAAA==</data>
                <key>#framebuffer-con2-pipe</key>
                <data>EgAAAA==</data>
                <key>## @3 HDMI</key>
                <string></string>
                <key>#framebuffer-con3-enable</key>
                <integer>1</integer>
                <key>#framebuffer-con3-type</key>
                <data>AAgAAA==</data>
                <key>#framebuffer-con3-flags</key>
                <data>hwEAAA==</data>
                <key>#framebuffer-con3-pipe</key>
                <data>EgAAAA==</data>
                <key>## patch0</key>
                <string>Enable lid wake for 0x19260002 credit syscl/lighting/Yating Zhou</string>
                <key>#framebuffer-patch0-enable</key>
                <integer>1</integer>
                <key>#framebuffer-patch0-find</key>
                <data>ChMDAAAABgAAAAAAAAAAAA==</data>
                <key>#framebuffer-patch0-replace</key>
                <data>DxMDAAAABgAAAAAAAAAAAA==</data>
                <key>## patch1</key>
                <string>Enable lid wake for 0x19260004 credit syscl/lighting/Yating Zhou</string>
                <key>#framebuffer-patch1-enable</key>
                <integer>1</integer>
                <key>#framebuffer-patch1-find</key>
                <data>CgsDAAAHBgADAAAABAAAAA==</data>
                <key>#framebuffer-patch1-replace</key>
                <data>DwsDAAAHBgADAAAABAAAAA==</data>
            </dict>
            <key>PciRoot(0)/Pci(0x1f,3)</key>
            <dict>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#PinConfigurations</key>
                <data></data>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
        </dict>
        <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <true/>
            <key>AddClockID</key>
            <true/>
            <key>Inject</key>
            <true/>
        </dict>
        <key>UseIntelHDMI</key>
        <false/>
    </dict>
    <key>DisableDrivers</key>
    <array>
        <string>VBoxHfs</string>
    </array>
    <key>GUI</key>
    <dict>
        <key>Custom</key>
        <dict>
            <key>Entries</key>
            <array>
                <dict>
                    <key>Hidden</key>
                    <false/>
                    <key>Type</key>
                    <string>OSXRecovery</string>
                </dict>
                <dict>
                    <key>Type</key>
                    <string>Windows</string>
                    <key>Title</key>
                    <string>Windows</string>
                </dict>
            </array>
        </dict>
        <key>Hide</key>
        <array>
            <string>Preboot</string>
        </array>
        <key>Mouse</key>
        <dict>
            <key>Enabled</key>
            <false/>
        </dict>
        <key>Scan</key>
        <dict>
            <key>Entries</key>
            <true/>
            <key>Legacy</key>
            <false/>
            <key>Linux</key>
            <true/>
            <key>Tool</key>
            <true/>
        </dict>
        <key>#ScreenResolution</key>
        <string>1920x1080</string>
        <key>Theme</key>
        <string>BGM</string>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>#EDID</key>
        <dict>
            <key>Inject</key>
            <false/>
        </dict>
        <key>#ig-platform-id</key>
        <string>0x191b0000</string>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <true/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <true/>
        </dict>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>AppleRTC</key>
        <true/>
        <key>DellSMBIOSPatch</key>
        <false/>
        <key>KernelLapic</key>
        <true/>
        <key>KernelPm</key>
        <true/>
        <key>ForceKextsToLoad</key>
        <array>
            <string>\System\Library\Extensions\IONetworkingFamily.kext</string>
        </array>
        <key>KextsToPatch</key>
        <array/>
        <key>KernelToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>MSR 0xE2 _xcpm_idle instant reboot(c) Pike R. Alpha</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>ILniAAAADzA=</data>
                <key>Replace</key>
                <data>ILniAAAAkJA=</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Disable panic kext logging on 10.13 release kernel (credit vit9696)</string>
                <key>MatchOS</key>
                <string>10.13.x</string>
                <key>Find</key>
                <data>igKEwHRE</data>
                <key>Replace</key>
                <data>igKEwOtE</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Disable panic kext logging on 10.14 release kernel (credit vit9696)</string>
                <key>MatchOS</key>
                <string>10.14.x</string>
                <key>Find</key>
                <data>igKEwHRC</data>
                <key>Replace</key>
                <data>igKEwOtC</data>
            </dict>
        </array>
    </dict>
    <key>RtVariables</key>
    <dict>
        <key>CsrActiveConfig</key>
        <string>0x67</string>
        <key>BooterConfig</key>
        <string>0x28</string>
    </dict>
    <key>SMBIOS</key>
    <dict>
        <key>ProductName</key>
        <string>MacBookPro13,1</string>
        <key>Trust</key>
        <true/>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Detect</string>
    </dict>
</dict>
</plist>
(some of which is no longer necessary nowadays though)


and this is yours from a few posts back:
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>#DisableDrivers</key>
    <array>
        <string>_NOT_SHOWN_</string>
    </array>
    <key>ACPI</key>
    <dict>
        <key>#RenameDevices</key>
        <dict>
            <key>#_SB.PCI0.RP01.PXSX</key>
            <string>ARPT</string>
            <key>_SB.PCI0.RP02.PXSX</key>
            <string>XHC2</string>
        </dict>
        <key>#Sorted ACPI tables Count</key>
        <integer>0</integer>
        <key>#SortedOrder</key>
        <array>
            <string>SSDT-1.aml</string>
        </array>
        <key>AutoMerge</key>
        <true/>
        <key>DSDT</key>
        <dict>
            <key>#Patches count</key>
            <integer>0</integer>
            <key>Debug</key>
            <true/>
            <key>Fixes</key>
            <dict>
                <key>AddDTGP</key>
                <false/>
                <key>AddHDMI</key>
                <false/>
                <key>AddIMEI</key>
                <false/>
                <key>AddMCHC</key>
                <false/>
                <key>AddPNLF</key>
                <false/>
                <key>DeleteUnused</key>
                <false/>
                <key>FakeLPC</key>
                <false/>
                <key>FixACST</key>
                <false/>
                <key>FixADP1</key>
                <false/>
                <key>FixAirport</key>
                <true/>
                <key>FixDarwin</key>
                <false/>
                <key>FixDarwin7</key>
                <false/>
                <key>FixDisplay</key>
                <true/>
                <key>FixFirewire</key>
                <false/>
                <key>FixHDA</key>
                <false/>
                <key>FixHPET</key>
                <false/>
                <key>FixIDE</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixIntelGfx</key>
                <false/>
                <key>FixLAN</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixRegions</key>
                <false/>
                <key>FixS3D</key>
                <false/>
                <key>FixSATA</key>
                <false/>
                <key>FixSBUS</key>
                <false/>
                <key>FixShutdown</key>
                <false/>
                <key>FixTMR</key>
                <false/>
                <key>FixUSB</key>
                <true/>
                <key>FixWAK</key>
                <false/>
            </dict>
            <key>Name</key>
            <string>DSDT.aml</string>
            <key>Patches</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string>change GFX0 to IGPU</string>
                    <key>Disabled</key>
                    <true/>
                    <key>Find</key>
                    <data>
                    R0ZYMA==
                    </data>
                    <key>Replace</key>
                    <data>
                    SUdQVQ==
                    </data>
                </dict>
            </array>
            <key>ReuseFFFF</key>
            <false/>
            <key>Rtc8Allowed</key>
            <false/>
            <key>SuspendOverride</key>
            <false/>
        </dict>
        <key>DisableASPM</key>
        <false/>
        <key>FixHeaders</key>
        <true/>
        <key>FixMCFG</key>
        <false/>
        <key>HaltEnabler</key>
        <false/>
        <key>PatchAPIC</key>
        <true/>
        <key>ResetAddress</key>
        <string>0x0000</string>
        <key>ResetValue</key>
        <string>0x0000</string>
        <key>SSDT</key>
        <dict>
            <key>#C3Latency</key>
            <integer>250</integer>
            <key>#DoubleFirstState</key>
            <false/>
            <key>#EnableC2</key>
            <false/>
            <key>#EnableC4</key>
            <false/>
            <key>#EnableC6</key>
            <true/>
            <key>#EnableC7</key>
            <false/>
            <key>#MaxMultiplier</key>
            <integer>0</integer>
            <key>#MinMultiplier</key>
            <integer>0</integer>
            <key>#PLimitDict</key>
            <integer>0</integer>
            <key>#PluginType</key>
            <integer>1</integer>
            <key>#UnderVoltStep</key>
            <integer>0</integer>
            <key>#UseSystemIO</key>
            <false/>
            <key>DropOem</key>
            <false/>
            <key>EnableC2</key>
            <false/>
            <key>EnableC4</key>
            <false/>
            <key>EnableC6</key>
            <false/>
            <key>EnableC7</key>
            <false/>
            <key>Generate</key>
            <dict>
                <key>APLF</key>
                <false/>
                <key>APSN</key>
                <false/>
                <key>CStates</key>
                <false/>
                <key>PStates</key>
                <false/>
                <key>PluginType</key>
                <false/>
            </dict>
            <key>NoDynamicExtract</key>
            <false/>
        </dict>
        <key>smartUPS</key>
        <false/>
    </dict>
    <key>Boot</key>
    <dict>
        <key>#CustomLogo</key>
        <string>_NOT_SHOWN_</string>
        <key>#LegacyBiosDefaultEntry</key>
        <integer>0</integer>
        <key>#NeverHibernate</key>
        <false/>
        <key>#StrictHibernate</key>
        <false/>
        <key>#Timeout</key>
        <string>_NOT_SHOWN_</string>
        <key>Arguments</key>
        <string>-v slide=0 npci=0x2000</string>
        <key>Debug</key>
        <true/>
        <key>DefaultVolume</key>
        <string>LastBootedVolume</string>
        <key>DisableCloverHotkeys</key>
        <false/>
        <key>Legacy</key>
        <string>PBR</string>
        <key>NeverDoRecovery</key>
        <false/>
        <key>RtcHibernateAware</key>
        <false/>
        <key>SkipHibernateTimeout</key>
        <false/>
        <key>Timeout</key>
        <integer>10</integer>
        <key>XMPDetection</key>
        <false/>
    </dict>
    <key>BootGraphics</key>
    <dict>
        <key>DefaultBackgroundColor</key>
        <string>0x80000000</string>
        <key>EFILoginHiDPI</key>
        <integer>0</integer>
        <key>UIScale</key>
        <integer>1</integer>
        <key>flagstate</key>
        <integer>0</integer>
    </dict>
    <key>CPU</key>
    <dict>
        <key>#BusSpeedkHz</key>
        <integer>100013</integer>
        <key>#HWPEnable</key>
        <false/>
        <key>#HWPValue</key>
        <integer>0</integer>
        <key>#QEMU</key>
        <false/>
        <key>#TDP</key>
        <false/>
        <key>#TurboDisable</key>
        <true/>
        <key>#UseARTFrequency</key>
        <false/>
        <key>EnabledCores</key>
        <integer>4</integer>
        <key>FrequencyMHz</key>
        <integer>3600</integer>
        <key>QPI</key>
        <integer>0</integer>
        <key>SavingMode</key>
        <integer>255</integer>
        <key>Type</key>
        <string>0x0905</string>
    </dict>
    <key>ConfigName</key>
    <string>config</string>
    <key>Devices</key>
    <dict>
        <key>#AddProperties</key>
        <array>
            <dict>
                <key>#Device</key>
                <string>XXX</string>
                <key>#Disabled</key>
                <true/>
                <key>#Key</key>
                <string>AAPL,XXX</string>
                <key>#Value</key>
                <string>0xffff</string>
            </dict>
        </array>
        <key>#Inject</key>
        <false/>
        <key>#IntelMaxValue</key>
        <integer>0</integer>
        <key>#NoDefaultProperties</key>
        <false/>
        <key>#Properties</key>
        <string>_NOT_SHOWN_</string>
        <key>#SetIntelBacklight</key>
        <false/>
        <key>#SetIntelMaxBacklight</key>
        <false/>
        <key>Audio</key>
        <dict>
            <key>#Inject</key>
            <integer>0</integer>
            <key>#ResetHDA</key>
            <false/>
        </dict>
        <key>FakeID</key>
        <dict>
            <key>ATI</key>
            <string>0x0000</string>
            <key>IMEI</key>
            <string>0x0000</string>
            <key>IntelGFX</key>
            <string>0x0</string>
            <key>LAN</key>
            <string>0x0000</string>
            <key>NVidia</key>
            <string>0x0000</string>
            <key>SATA</key>
            <string>0x0000</string>
            <key>WIFI</key>
            <string>0x0000</string>
            <key>XHCI</key>
            <string>0x0000</string>
        </dict>
        <key>ForceHPET</key>
        <false/>
        <key>Properties</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x1f,0x3)</key>
            <dict>
                <key>MaximumBootBeepVolume</key>
                <data>
                AA==
                </data>
                <key>PinConfigurations</key>
                <data>
                AA==
                </data>
            </dict>
            <key>PciRoot(0x0)/Pci(0x1f,0x6)</key>
            <dict>
                <key>built-in</key>
                <data>
                AQ==
                </data>
            </dict>
            <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>
                AAASWQ==
                </data>
                <key>AAPL00,DualLink</key>
                <data>
                AQ==
                </data>
                <key>class-code</key>
                <data>
                AAADAA==
                </data>
                <key>device-id</key>
                <data>
                NBIAAA==
                </data>
                <key>model</key>
                <data>
                SW50ZWwgVUhEIEdyYXBoaQAAAAAAAA==
                </data>
                <key>subsystem-vendor-id</key>
                <data>
                axAAAA==
                </data>
                <key>vendor-id</key>
                <data>
                eFYAAA==
                </data>
            </dict>
        </dict>
        <key>USB</key>
        <dict>
            <key>AddClockID</key>
            <false/>
            <key>FixOwnership</key>
            <false/>
            <key>HighCurrent</key>
            <false/>
            <key>Inject</key>
            <false/>
        </dict>
        <key>UseIntelHDMI</key>
        <false/>
    </dict>
    <key>GUI</key>
    <dict>
        <key>#Hide</key>
        <array>
            <string>VolumeName_NOT_SHOWN</string>
            <string>VolumeUUID_NOT_SHOWN</string>
            <string>EntryPath_NOT_SHOWN</string>
        </array>
        <key>#Language</key>
        <string></string>
        <key>#Theme</key>
        <string>embedded</string>
        <key>Custom</key>
        <dict>
            <key>Comment</key>
            <string>These values wrong, they present for sample</string>
        </dict>
        <key>CustomIcons</key>
        <false/>
        <key>Mouse</key>
        <dict>
            <key>Enabled</key>
            <true/>
            <key>Mirror</key>
            <false/>
            <key>Speed</key>
            <integer>8</integer>
        </dict>
        <key>Scan</key>
        <dict>
            <key>#Entries</key>
            <true/>
            <key>#Legacy</key>
            <true/>
            <key>#Tool</key>
            <true/>
            <key>Comment</key>
            <string>These values wrong, they present for sample</string>
        </dict>
        <key>TextOnly</key>
        <false/>
        <key>Theme</key>
        <string>tonymacx86</string>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>#PatchVBiosBytes</key>
        <array>
            <dict>
                <key>#Find</key>
                <string>_NOT_SHOWN_</string>
                <key>#Replace</key>
                <string>_NOT_SHOWN_</string>
            </dict>
        </array>
        <key>#PatchVBiosBytes Count</key>
        <integer>0</integer>
        <key>EDID</key>
        <dict>
            <key>#Custom</key>
            <string>_NOT_SHOWN_</string>
            <key>#ProductID</key>
            <string>0x0000</string>
            <key>#VendorID</key>
            <string>0x0000</string>
            <key>Inject</key>
            <true/>
        </dict>
        <key>FBName</key>
        <string></string>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <false/>
        </dict>
        <key>LoadVBios</key>
        <false/>
        <key>NVCAP</key>
        <string>04000000000003000c0000000000000700000000</string>
        <key>NvidiaGeneric</key>
        <false/>
        <key>NvidiaNoEFI</key>
        <false/>
        <key>NvidiaSingle</key>
        <false/>
        <key>PatchVBios</key>
        <false/>
        <key>RadeonDeInit</key>
        <false/>
        <key>VRAM</key>
        <integer>0</integer>
        <key>VideoPorts</key>
        <integer>0</integer>
        <key>display-cfg</key>
        <string>03010300ffff0001</string>
        <key>ig-platform-id</key>
        <string>0x59120000</string>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>#Debug</key>
        <false/>
        <key>#FakeCPUID</key>
        <string>0x0000</string>
        <key>#KextsToPatch</key>
        <array>
            <dict>
                <key>#Find</key>
                <string>_NOT_SHOWN_</string>
                <key>#MatchBuild</key>
                <string>16D1111</string>
                <key>#MatchOS</key>
                <string>10.11.6,10.12.x</string>
                <key>#Name</key>
                <string>AppleUSBXHCIPCI</string>
                <key>#Replace</key>
                <string>_NOT_SHOWN_</string>
                <key>Comment</key>
                <string>this is a sample</string>
                <key>Disabled</key>
                <true/>
            </dict>
        </array>
        <key>#Number of KextsToPatch</key>
        <integer>0</integer>
        <key>#Number of Patchs To Kernel</key>
        <integer>0</integer>
        <key>AppleIntelCPUPM</key>
        <true/>
        <key>AppleRTC</key>
        <true/>
        <key>DellSMBIOSPatch</key>
        <false/>
        <key>KernelCpu</key>
        <false/>
        <key>KernelLapic</key>
        <false/>
        <key>KernelPm</key>
        <true/>
        <key>KernelXCPM</key>
        <false/>
    </dict>
    <key>RtVariables</key>
    <dict>
        <key>#MLB</key>
        <string></string>
        <key>#ROM</key>
        <string>UseMacAddr0</string>
        <key>BooterConfig</key>
        <string>0x0028</string>
        <key>CsrActiveConfig</key>
        <string>0x0003</string>
    </dict>
    <key>SMBIOS</key>
    <dict>
        <key>BiosReleaseDate</key>
        <string>04/11/2018</string>
        <key>BiosVendor</key>
        <string>Apple Inc.</string>
        <key>BiosVersion</key>
        <string>MP61.88Z.0124.B00.1804111223</string>
        <key>Board-ID</key>
        <string></string>
        <key>BoardManufacturer</key>
        <string>Apple Inc.</string>
        <key>BoardType</key>
        <integer>11</integer>
        <key>BoardVersion</key>
        <string>1.0</string>
        <key>ChassisAssetTag</key>
        <string>Pro-Enclosure</string>
        <key>ChassisManufacturer</key>
        <string>Apple Inc.</string>
        <key>ChassisType</key>
        <string>0x02</string>
        <key>EfiVersion</key>
        <string>133.0.0.0.0</string>
        <key>Family</key>
        <string>MacPro</string>
        <key>FirmwareFeatures</key>
        <string>0xE80FE137</string>
        <key>FirmwareFeaturesMask</key>
        <string>0xFF1FFF3F</string>
        <key>LocationInChassis</key>
        <string>Part Component</string>
        <key>Manufacturer</key>
        <string>Apple Inc.</string>
        <key>Mobile</key>
        <false/>
        <key>PlatformFeature</key>
        <string>0x04</string>
        <key>ProductName</key>
        <string>MacPro6,1</string>
        <key>Version</key>
        <string>1.0</string>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>#InjectKexts</key>
        <string>Detect</string>
        <key>BacklightLevel</key>
        <string>0xffff</string>
        <key>InjectKexts</key>
        <string>Yes</string>
        <key>InjectSystemID</key>
        <true/>
    </dict>
</dict>
</plist>
you can see the amount of disabled items you have (parts with # before the item)
 
Status
Not open for further replies.
Back
Top