change defaults in config

Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
SergeySlice 2022-07-21 20:33:09 +03:00
parent 30f3048fbf
commit 6db8fd03d0
2 changed files with 1222 additions and 1222 deletions

File diff suppressed because it is too large Load Diff

View File

@ -420,7 +420,7 @@ SetVariablesForOSX(LOADER_ENTRY *Entry)
if (!gDriversFlags.AptioMemFixLoaded) {
DeleteNvramVariable(L"recovery-boot-mode", gEfiAppleBootGuid);
}
/*
// Check for AptioFix2Drv loaded to store efi-boot-device for special boot
if (gDriversFlags.AptioFix2Loaded || gDriversFlags.AptioFixLoaded ||
gDriversFlags.AptioFix3Loaded || gDriversFlags.AptioMemFixLoaded) {
@ -435,7 +435,7 @@ SetVariablesForOSX(LOADER_ENTRY *Entry)
DBG("can't set specialbootdevice!\n");
}
}
*/
// Sherlocks: to fix "OSInstall.mpkg appears to be missing or damaged" in 10.13+, we should remove this variables.
if (Entry->LoaderType == OSTYPE_OSX_INSTALLER) {
if (Entry->macOSVersion.isEmpty() || Entry->macOSVersion > MacOsVersion("10.12"_XS8)) {