chipsec
chipsec copied to clipboard
Cleanup the messaging/logging during efi_data_search flow
As a continuation of https://github.com/chipsec/chipsec/issues/1790, it would be nice to cleanup the messaging/logging when the "efi_data_search" flow runs:
- ERROR: Volume Size not consistent with Block Maps
- ERROR: Volume is corrupted
These errors occur very frequently during "build_efi_file_tree" calls and seem to originate from "uefi_fv" > "GetFvHeader" function.
Reference:
- https://github.com/chipsec/chipsec/issues/1790#issuecomment-1843951831
- https://github.com/chipsec/chipsec/issues/1790#issuecomment-1847994911