I'll attach it here, feel free to delete it once you downloaded it:
BIOS_A.bin.tar.gz
It was downloaded using a raspi3b+ as my ch341 v1.7 programmer with integrated level shifters turned out to be totaljunk.
flashrom on raspi worked first try (with W25Q128FVSQ automatically detected as W25Q128.V) and verified fine using diff against a second download.
Hi,
I'm trying to mod and sign the UEFI on my T450s.
xx40_xx50 patches I used came from here: https://github.com/digmorepaka/thinkpad-firmware-patches/blob/master/xx40_xx50_patches_v7.txt For a first trial run I used comments to only enable the advanced bios menu.
uefipatch previously gave me these messages while patching
which according to this issue appears to be fine? Editing it in uefitool gives me the same unknown file system messages.
Using your
sign.py
I gettrying to verify the original I get the same:
Looking at where that error comes from I can see that you are matching against the regex in line 55.
Maybe my UEFI uses some different string?
I'll attach it here, feel free to delete it once you downloaded it: BIOS_A.bin.tar.gz
It was downloaded using a raspi3b+ as my ch341 v1.7 programmer with integrated level shifters turned out to be total junk.
flashrom
on raspi worked first try (withW25Q128FVSQ
automatically detected asW25Q128.V
) and verified fine using diff against a second download.Thank you!