Contribute
Register

[SOLVED] OC 0.6.2: no schema for DummyPowerManagement

Status
Not open for further replies.
While DummyPowerManagement is in the correct place, in Emulate, I am not sure if Emulate is in the correct place in the config.plist based on your link to the sample config.plist. The attached is in Text Edit. I am using PlistEdit Pro for accuracy.
based in the link:

if you think they made a mistake then best speak to them about it
 
While DummyPowerManagement is in the correct place, in Emulate, I am not sure if Emulate is in the correct place in the config.plist based on your link to the sample config.plist. The attached is in Text Edit. I am using PlistEdit Pro for accuracy.
This is the correct place:
XML:
    <key>Kernel</key>
    <dict>
        <key>Add</key>
        <array>
            <dict>
                <!-- here go the kexts -->
            </dict>   
        </array>
        <key>Block</key>
        <array/>
        <key>Emulate</key>
        <dict>
            <key>Cpuid1Data</key>
            <data></data>
            <key>Cpuid1Mask</key>
            <data></data>
            <key>DummyPowerManagement</key>
            <false/>
            <key>MaxKernel</key>
            <string></string>
            <key>MinKernel</key>
            <string></string>
        </dict>
        <key>Force</key>
        <array/>
        <key>Patch</key>
        <array>
            <dict>
                <!-- here go the kernel patches -->   
            </dict>
        </array>
        <key>Quirks</key>
        <dict>       
                <!-- here go the kernel quirks -->   
        </dict>
        <key>Scheme</key>
        <dict>
                <!-- here go fuzzymatch, kernelarch and kernelcache -->   

        </dict>
    </dict>
 
This is the correct place:
XML:
    <key>Kernel</key>
    <dict>
        <key>Add</key>
        <array>
            <dict>
                <!-- here go the kexts -->
            </dict>  
        </array>
        <key>Block</key>
        <array/>
        <key>Emulate</key>
        <dict>
            <key>Cpuid1Data</key>
            <data></data>
            <key>Cpuid1Mask</key>
            <data></data>
            <key>DummyPowerManagement</key>
            <false/>
            <key>MaxKernel</key>
            <string></string>
            <key>MinKernel</key>
            <string></string>
        </dict>
        <key>Force</key>
        <array/>
        <key>Patch</key>
        <array>
            <dict>
                <!-- here go the kernel patches -->  
            </dict>
        </array>
        <key>Quirks</key>
        <dict>      
                <!-- here go the kernel quirks -->  
        </dict>
        <key>Scheme</key>
        <dict>
                <!-- here go fuzzymatch, kernelarch and kernelcache -->  

        </dict>
    </dict>
which is the same from the sample...
 
This is the correct place:
XML:
    <key>Kernel</key>
    <dict>
        <key>Add</key>
        <array>
            <dict>
                <!-- here go the kexts -->
            </dict> 
        </array>
        <key>Block</key>
        <array/>
        <key>Emulate</key>
        <dict>
            <key>Cpuid1Data</key>
            <data></data>
            <key>Cpuid1Mask</key>
            <data></data>
            <key>DummyPowerManagement</key>
            <false/>
            <key>MaxKernel</key>
            <string></string>
            <key>MinKernel</key>
            <string></string>
        </dict>
        <key>Force</key>
        <array/>
        <key>Patch</key>
        <array>
            <dict>
                <!-- here go the kernel patches --> 
            </dict>
        </array>
        <key>Quirks</key>
        <dict>     
                <!-- here go the kernel quirks --> 
        </dict>
        <key>Scheme</key>
        <dict>
                <!-- here go fuzzymatch, kernelarch and kernelcache --> 

        </dict>
    </dict>
Thank you. That appears to be where "emulate" is located. I appreciate your confirmation.
 
I don't think that they made a mistake. I am wondering if the location is correct in the config.plist that I attached.
easy enough to compare your config.plist and one from the sample
 
easy enough to compare your config.plist and one from the sample
Yes, the one from the sample has "Emulate" in a different location. My question is, which is the correct location of "Emulate" and if other people are using the EFI that @CaseySJ has attached to his build post, are they all getting the same thing in POST about no schema. I realize that you probably would not know the answer to that so I will keep track of this help post. Thank you.
 
Yes, the one from the sample has "Emulate" in a different location. My question is, which is the correct location of "Emulate" and if other people are using the EFI that @CaseySJ has attached to his build post, are they all getting the same thing in POST about no schema. I realize that you probably would not know the answer to that so I will keep track of this help post. Thank you.
Not sure why we're re-litigating this issue. It is due to a bug in previous version of OpenCore Configurator and was fixed days ago as shown in the screenshot below. Simply open your config.plist in the latest version of OpenCore Configurator, make sure that File --> Preferences are set to OpenCore 0.6.2 Release Version, then click through each of the sections on the left side (ACPI, Booter, DeviceProperties, etc.) without making any changes, and save the file.

Reboot.

The problem should be gone.

Screen Shot 2020-10-17 at 3.11.10 PM.png
 
Not sure why we're re-litigating this issue. It is due to a bug in previous version of OpenCore Configurator and was fixed days ago as shown in the screenshot below. Simply open your config.plist in the latest version of OpenCore Configurator, make sure that File --> Preferences are set to OpenCore 0.6.2 Release Version, then click through each of the sections on the left side (ACPI, Booter, DeviceProperties, etc.) without making any changes, and save the file...
:thumbup:
 
Last edited:
Status
Not open for further replies.
Back
Top