Fix non conforming partition table

This change removes the legacy_boot flag from the EFI system partition.
We already have a BIOS boot partition which should offer compatibility with
legacy bios systems.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
Gabriel Adrian Samfira 2025-02-14 19:24:47 +02:00
parent 8d42f63851
commit fb396e642f
No known key found for this signature in database
GPG Key ID: 7D073DCC2C074CB5
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"blocks":"262144",
"fs_type":"vfat",
"mount":"/boot",
"features": ["hybrid"]
"features": []
},
"2":{
"label":"BIOS-BOOT",

View File

@ -0,0 +1 @@
- Fix non-conforming GPT partition table ([flatcar/Flatcar#1651](https://github.com/flatcar/Flatcar/issues/1651)