mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcBootManagementLib: Ignore security violation for nvram ceanup
Can happen with Microsoft GUID deletion
This commit is contained in:
parent
cedd2c94c7
commit
0c3fa048fb
@ -203,7 +203,7 @@ DeleteVariables (
|
||||
// may produce unpredictable results, so we restart.
|
||||
//
|
||||
Restart = TRUE;
|
||||
} else if (Status == EFI_NOT_FOUND) {
|
||||
} else if (Status == EFI_NOT_FOUND || Status == EFI_SECURITY_VIOLATION) {
|
||||
DEBUG ((
|
||||
DEBUG_INFO,
|
||||
"Deleting %g:%s... SKIP - %r\n",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user