Val Packett

Results 399 comments of Val Packett

I currently have an L430 and a chip clip, I can test things. So far I've tried `me_cleaner -S`, now it doesn't fully boot (hangs on `_` when entering setup...

So, more testing! Injecting [that rom](https://github.com/n4ru/patched-bioses/blob/b91aaf3febc871a23201933c718df0777be267c1/L430.rom) with `ifdtool` results in not booting at all. Applied patches to the stock `bios` region as extracted with `ifdtool` (firmware `G3ET65WW(2.04)` from 2012-09-25): -...

So one condition was missed in those patches, the full working patch set is: ``` 79E0EDD7-9D1D-4F41-AE1A-F896169E5216 10 P:C8390E0F84:C8390E90E9 79E0EDD7-9D1D-4F41-AE1A-F896169E5216 10 P:C8390E75620F:C8390E75000F 79E0EDD7-9D1D-4F41-AE1A-F896169E5216 10 P:C8394E04754E83:C8394E04750083 79E0EDD7-9D1D-4F41-AE1A-F896169E5216 10 P:0983FA0474:0983FA04EB ``` Now that...

Yeah, just found that repo while reading the other threads :) > will need one final test before release Especially considering how the .rom from the patched-bioses repo didn't boot...

It works \o/ (I've also tried to test the TPM… it's in MFG mode, clearing from Windows does nothing, and I couldn't get tpm-tools on Arch because github is having...

Works great, what was changed, just self-signing?

Looks like you've added the rom file but didn't uncomment the start.sh lines.

The same link still returns `50b763065b73443e68e34eff24c36695`…

`line 49: [: : integer expression expected` hmm seems like the version extraction command fails. Running it manually, the awk invocation extracts nothing from `$3` — really it's all in...

Well, one possibility is using a regexp for the parentheses on the whole line without using whitespace "fields"…