New
v0.14.1.AA
- Synced with Upstream v0.14.1
- Adds
SyncTrustFeature- The boot
Chain of Trustmay be broken on booting with 3rd-party tools on T2/TPM chipped units - When this happens, the unit refuses to boot the selected item and may even become unresponsive
- This feature provides a workaround by triggering a trusted native reboot to the selected item
- This feature can be enabled by activating a new
sync_trustconfiguration token
- The boot
- Adds
LegacySyncFeature- RefindPlus previously assumed all Macs were capable of legacy BIOS boot
- This was from code that went in upstream in 2012 when this was a reasonable working assumption
- However, Macs later became UEFI certified and the last Intel Macs appear to be UEFI Class 3+
- UEFI Class 3/3+ devices do not support legacy BIOS boot
- This feature attempts to categorise Macs and allow/disallow legacy BIOS boot accordingly
- This was from code that went in upstream in 2012 when this was a reasonable working assumption
- Enabled by default but can be disabled using a new
disable_legacy_syncconfiguration token
- RefindPlus previously assumed all Macs were capable of legacy BIOS boot