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
{{ message }}
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
I have a boot event which seem to have hardly any required info:
PCR 4 -- Event 80000003 <TpmEventType.EFI_BOOT_SERVICES_APPLICATION>
Path vector:
warning: couldn't map EfiBootServicesApplication event to a Linux path
--> after this event, PCR 4 contains value 2d1b659268c1f0dcfbba92cc0226a0c5f4098efb22db942628bf9ca40b860f74
--> after reboot, PCR 4 will contain value 2d1b659268c1f0dcfbba92cc0226a0c5f4098efb22db942628bf9ca40b860f74
If I add a quick debug to print the event data [ event_data = parse_efi_bsa_event(event["event_data"]) ], I get this:
I'm not certain this is something that can be fixed, but want to raise it in case this specific case was interesting or was something that could be ignored [ unlikely, but I'm not an expert in this so I have no idea ].
Hi,
I have an issue which seems similar to #4
I have a boot event which seem to have hardly any required info:
If I add a quick debug to print the event data [
event_data = parse_efi_bsa_event(event["event_data"])], I get this:I'm not certain this is something that can be fixed, but want to raise it in case this specific case was interesting or was something that could be ignored [ unlikely, but I'm not an expert in this so I have no idea ].
Cheers,
Just