Ah Ok. Got it.
OpenCore 0.7.4 has now changedAdviseFeatures
and added FW_FEATURE_SUPPORTS_LARGE_BASESYSTEM for Montrey.
The manual states "Without this bit, it is not possible to install macOS versions with large BaseSystem images, such as macOS 12". Would it better to setAdviseFeatures
to TRUE and "touch" only one of firmware features values either in PlatformNVRAM or SMBIOS to avoid potential issues & confusion ?
Because we use manual mode (Automatic=false), AdviseFeatures will unfortunately not work. To add the extra bit, we really must set the complete values with the extra bit. Regarding PlatformNVRAM and SMBIOS, I prefer to only touch the NVRAM part (which is what is needed for updates and installations) until there is a reason to do otherwise.