Jump to content
9 posts in this topic

Recommended Posts

@BALDY_MAN

@antuneddu said 🙂

Recheck your divers section according to Sample.plist.

 

UEFI > Drivers
Updated Drivers to support arguments, requires config.plist update. Each driver has now 3 properties: Path, Enabled and Arguments (some OC plugins accept optional additional arguments which may be specified as a string). 

       <key>Drivers</key>
        <array>
            <dict>
                <key>Path</key>
                <string>OpenRuntime.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
        </array>

 

Edited by miliuco
18 hours ago, miliuco said:

@BALDY_MAN

@antuneddu said 🙂

Recheck your divers section according to Sample.plist.

 

UEFI > Drivers
Updated Drivers to support arguments, requires config.plist update. Each driver has now 3 properties: Path, Enabled and Arguments (some OC plugins accept optional additional arguments which may be specified as a string). 


       <key>Drivers</key>
        <array>
            <dict>
                <key>Path</key>
                <string>OpenRuntime.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
        </array>

 

Thank you both. for the swift reply  I have added the above to my plist but it is still  coming up with the same Errors

Best regards baldy

Just now, BALDY_MAN said:

Thank you both. for the swift reply  I have added the above to my plist but it is still  coming up with the same Errors

Best regards baldy

Strange! You are using 3 drivers, right? Have you added the 3 properties to each driver according with the new xml syntax rules? Do you have all files from the same OC version? Get the 0.7.3 final and try, validate it with ocvalidate tool included in this build, other tools probably are outdated.

8 minutes ago, eSaF said:

Golden OC Rule - always use the Drivers and files contained in the updated OC version folder then check configuration with the ocvalidate file in the utilities folder for errors in the config.plist.

I like this: Golden OC rule. Exactly 👍

×
×
  • Create New...