You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(iso-integrity): Verify GPT header in UEFI ISOs
Adds a new verification step to the `test_iso_integrity_and_boot_modes` integration test.
This step inspects the raw ISO image bytes to confirm the presence and correctness of the GPT (GUID Partition Table) header. It specifically asserts the "EFI PART" signature and the 1.0 revision (0x00010000) of the GPT header.
This improves the robustness of UEFI ISO integrity checks, ensuring generated images correctly implement the GPT structure required for UEFI boot compatibility.
0 commit comments