Jump to content

ocvalidation missing key errors


jwballan
 Share

6 posts in this topic

Recommended Posts

I'm trying to setup OpenCore-0.8.2 as my bootloader, and when I run ocvalidation

on my config.plist, it throws two errors:

OCS: Missing key Base, context <Patch>!
OCS: Missing key BaseSkip, context <Patch>!

 

Base and Patch are numerous in the config file and BaseSkip is not found.

Any ideas on how to find where these errors are found, I've look and didn't

see anything.

 

Thanks

 

config.plist

Link to comment
Share on other sites

OK, per 1Revenger1 I added both Base and BaseSkip as shown in example below:

                        <dict>
                                <key>Comment</key>
                                <string>SSDT-4x0G4k.aml</string>
                                <key>Enabled</key>
                                <true/>
                                <key>Path</key>
                                <string>SSDT-4x0G4k.aml</string>
                                <key>Base</key>
                                <string></string>
                                <key>BaseSkip</key>
                                <integer>0</integer>
                        </dict>

and now I get:

 

00:000 00:000 OCS: No schema for Base at 3 index, context <Add>!
00:000 00:000 OCS: No schema for BaseSkip at 4 index, context <Add>!
00:000 00:000 OCS: No schema for Base at 3 index, context <Add>!
00:000 00:000 OCS: No schema for BaseSkip at 4 index, context <Add>!
00:000 00:000 OCS: No schema for Base at 2 index, context <Add>!
00:000 00:000 OCS: No schema for BaseSkip at 3 index, context <Add>!
00:000 00:000 OCS: Missing key Path, context <Add>!
00:000 00:000 OCS: No schema for Base at 3 index, context <Add>!
00:000 00:000 OCS: No schema for BaseSkip at 4 index, context <Add>!
00:000 00:000 OCS: No schema for Base at 3 index, context <Add>!
00:000 00:000 OCS: No schema for BaseSkip at 4 index, context <Add>!
00:000 00:000 OCS: Missing key Base, context <Patch>!
00:000 00:000 OCS: Missing key BaseSkip, context <Patch>!

 

So that didn't seem to resolve the issue,  FYI the ACPI section was created by ProperTree and using the latest

version downloaded yesterday and run the clean snapshot command it doesn't add the Base and BaseSkip keys.

 

Thanks

Link to comment
Share on other sites

Hi

- No schema for Base at ... index, context <Add>! --> Remove « Base » and « BaseSkip » from items under ACPI/Add 

- Missing key Base, context <Patch>! --> Add « Base » and « BaseSkip »  in items under ACPI/Patch

 

Greetings

Link to comment
Share on other sites

 Share

×
×
  • Create New...