Contribute
Register

<< Solved >> OCB: Failed to add custom entry OpenShell.efi - unsupported

Status
Not open for further replies.
Joined
Feb 7, 2016
Messages
119
Motherboard
Dell Precision 7730-OpenCore
CPU
i9-8950HK
Graphics
UHD 630
Mac
  1. Mac Pro
Mobile Phone
  1. Android
  2. iOS
Hi, i have this message upgrading OC 0.8.2 to 0.8.3. It appears just before OC picker. How i can solve this?
Thanks
OC boot entry failed.jpg
 
How i can solve this?
Use the Find function of your plist editor to look for 'OpenShell.efi' and then correct it by comparison with the sample.plist provided with the OpenCore download.

Screenshot 2022-07-16 at 09.47.45.png
 
Use the Find function of your plist editor to look for 'OpenShell.efi' and then correct it by comparison with the sample.plist provided with the OpenCore download.

View attachment 551225
I've no errors in mine. It is disabled in the sample.
 
what is ResetSystem.efi ? where did you get it from?
 
It is in the OC files. "Utility to perform system reset. Takes reset type as an argument: coldreset, firmware, shutdown, warmreset. Defaults to coldreset."
it is not in 0.8.3, recheck your download

remove the section:

Code:
<dict>
                <key>Arguments</key>
                <string></string>
                <key>Auxiliary</key>
                <true/>
                <key>Comment</key>
                <string>Perform shutdown</string>
                <key>Enabled</key>
                <true/>
                <key>Flavour</key>
                <string>OpenShell:UEFIShell:Shell</string>
                <key>Name</key>
                <string>ResetSystem.efi</string>
                <key>Path</key>
                <string>ResetSystem.efi</string>
                <key>RealPath</key>
                <false/>
                <key>TextMode</key>
                <false/>
            </dict>
 
Status
Not open for further replies.
Back
Top