Closed xypron closed 1 year ago
Should there be some guidance on how atomic updates to this file must be done?
Related with comment from @jluebbe
Should there be some guidance on how atomic updates to this file must be done?
Etienne: update from the OS; what happens in case of corruption? Fallback copy? A comment was posted on a similar topic. Add a recommendation how to update in the best way?
Some UEFI enabled devices can only store EFI variables as a file on a block device. This implies that at runtime the operating system must manage changes to the EFI variable by updating the file.
Define a file-format for EFI variables that both the firmware and the operating system can rely on.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com