I'd like to thank you for the amazing effort you're putting on an abandoned project. It works as before but I'd like to point out some things:
Booter/Quirks/DevirtualiseMmio is wrongly reported as an error. Actually it depends if the mobo requires it or not. Better leaving it as a warning
Booter/Quirks/EnableSafeModeSlide is wrongly reported as an error. The need of this quirk, as well as Booter/Quirks/ProvideCustomSlide, can be checked in OpenCore log
Kernel/Quirks/AppleCpuPmCfgLock and Kernel/Quirks/AppleXcpmCfgLock are wrongly reported as errors. The need of those two quirks depends only on CFG Lock status of the motherboard. Better marking them as warning and telling the user to double check if their BIOS is properly configured
NVRAM/Add/4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102 is needed only for:
rtc-blacklist if RTCMemoryFixup kext is enabled
revcpu and revcpuname if RestrictEvents kext is enabled
NVRAM/Add/7C436110-AB2A-4BBB-A880-FE41995C9F82/ForceDisplayRotationInEFI is labeled as error but it's not required if user doesn't want any rotation at all. I'd rather label it as a warning rather than an error
NVRAM/Add/7C436110-AB2A-4BBB-A880-FE41995C9F82/SystemAudioVolume is useless if user doesn't want to set user audio set there. Can be left as a warning
NVRAM/Add/7C436110-AB2A-4BBB-A880-FE41995C9F82/run-efi-updater starting from macOS 11 Big Sur the need of this variable is dropped in favour of Misc/Security/BlacklistAppleUpdate,hence rather adding a warning message such asif running Catalina or earlier add this`
UEFI/Quirks/ReleaseUsbOwnership despite this quirk doesn't create any issue at all, if BIOS is correctly configured to enable XHCI Hand-off, there's no reason of leaving this quirk enabled. Again better raising a warning message such as Check if your BIOS supports XHCI Hand-off and make sure it's enabled
I'd like to thank you for the amazing effort you're putting on an abandoned project. It works as before but I'd like to point out some things:
Booter/Quirks/DevirtualiseMmio
is wrongly reported as an error. Actually it depends if the mobo requires it or not. Better leaving it as a warningBooter/Quirks/EnableSafeModeSlide
is wrongly reported as an error. The need of this quirk, as well asBooter/Quirks/ProvideCustomSlide
, can be checked in OpenCore logKernel/Quirks/AppleCpuPmCfgLock
andKernel/Quirks/AppleXcpmCfgLock
are wrongly reported as errors. The need of those two quirks depends only on CFG Lock status of the motherboard. Better marking them as warning and telling the user to double check if their BIOS is properly configuredNVRAM/Add/4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102
is needed only for:rtc-blacklist
ifRTCMemoryFixup
kext is enabledrevcpu
andrevcpuname
ifRestrictEvents
kext is enabledNVRAM/Add/7C436110-AB2A-4BBB-A880-FE41995C9F82/ForceDisplayRotationInEFI
is labeled as error but it's not required if user doesn't want any rotation at all. I'd rather label it as a warning rather than an errorNVRAM/Add/7C436110-AB2A-4BBB-A880-FE41995C9F82/SystemAudioVolume
is useless if user doesn't want to set user audio set there. Can be left as a warningNVRAM/Add/7C436110-AB2A-4BBB-A880-FE41995C9F82/run-efi-updater
starting from macOS 11 Big Sur the need of this variable is dropped in favour ofMisc/Security/BlacklistAppleUpdate
,hence rather adding a warning message such as
if running Catalina or earlier add this`UEFI/Quirks/ReleaseUsbOwnership
despite this quirk doesn't create any issue at all, if BIOS is correctly configured to enable XHCI Hand-off, there's no reason of leaving this quirk enabled. Again better raising a warning message such asCheck if your BIOS supports XHCI Hand-off and make sure it's enabled