Contribute
Register

[SOLVED] OC 0.6.2: no schema for DummyPowerManagement

Status
Not open for further replies.
Joined
Dec 10, 2010
Messages
1,377
Motherboard
Gigabyte Z390 Aorus Elite
CPU
i9-9900K
Graphics
RX 6600 XT
Mobile Phone
  1. iOS
After installing OC 0.6.2 in Big Sur everything seems to work properly but, just before the OC menu, a message says "OCS: no scheme for DummyPowerManagement at 8 index; context Quirks", this text appears during a very short time and apparently it has no consequences. I have DummyPowerManagement as False in config.plist. Does it happen to someone else?
 
After installing OC 0.6.2 in Big Sur everything seems to work properly but, just before the OC menu, a message says "OCS: no scheme for DummyPowerManagement at 8 index; context Quirks", this text appears during a very short time and apparently it has no consequences. I have DummyPowerManagement as False in config.plist. Does it happen to someone else?
this section:
Code:
<key>Emulate</key>
        <dict>
            <key>DummyPowerManagement</key>
            <false/>
            <key>Cpuid1Data</key>
            <data></data>
            <key>Cpuid1Mask</key>
            <data></data>
            <key>MaxKernel</key>
            <string></string>
            <key>MinKernel</key>
            <string></string>
        </dict>

as per the sample:

do you have yours in the correct place?
 
Usually means that you have something in your config.plist left over from a previous version of OpenCore that is no longer supported (or is entered incorrectly).
 
Thanks to both. @Feartech I have that section as you write it. @P1LGRIM indeed config.plist is from OC 0.6.1, although I have reviewed it according to config-sample from OC 0.6.2, I will review it again to see what residual invalid key may have remained.
 
Thanks to both. @Feartech I have that section as you write it. @P1LGRIM indeed config.plist is from OC 0.6.1, although I have reviewed it according to config-sample from OC 0.6.2, I will review it again to see what residual invalid key may have remained.


Screenshot 2020-10-06 at 09.15.31.png
 
ahh yes, i remember moving that last night :)

@Feartech @P1LGRIM It was because of using OpenCore Configurator that apparently does not accept OC 0.6.2 well and puts DummyPowerManagement in Kernel / Quirks as before instead of Kernel / Emulate. When correcting with text editor, the error has disappeared. Thank you!!!
 
@Feartech @P1LGRIM It was because of using OpenCore Configurator that apparently does not accept OC 0.6.2 well and puts DummyPowerManagement in Kernel / Quirks as before instead of Kernel / Emulate. When correcting with text editor, the error has disappeared. Thank you!!!
only use PlistEditPro because of that reason... :)
 
you may use the utliity (Utilities/ocvalidate) to verify your OC config.plist

sample output
Code:
$ocvalidate OC-0.6.2-SampleCustom.plist

Done checking OC-0.6.2-SampleCustom.plist in 1 ms

Code:
$ocvalidate OC-0.6.1-SampleCustom.plist

OCS: Missing key DummyPowerManagement, context <Emulate>!
OCS: Missing key MaxKernel, context <Emulate>!
OCS: Missing key MinKernel, context <Emulate>!
OCS: No schema for DummyPowerManagement at 8 index, context <Quirks>!
OCS: Missing key ExtendBTFeatureFlags, context <Quirks>!
OCS: Missing key LegacyCommpage, context <Quirks>!
OCS: Missing key Generic, context <PlatformInfo>!
OCS: Missing key Type, context <ReservedMemory>!
Done checking OC-0.6.1-SampleCustom.plist in 1 ms
 
Last edited:
Status
Not open for further replies.
Back
Top