Hi Andy, error 6 is gone and I can integrate modules now in the main bios. Good job! Unfortunately Intel Integrator Toolikit detects that somehow and as soon as I mod the main bios I get a popup message that this bios file is invalid. Any idea on this? Maybe a checksum?
Redownload and try again. Different patch I can see one other possible location if this doesn't work. Then will try one with all 3. Andy
There are digital signatures. These cannot be patched, and as far as we could tell we hypothesised that the existing EFI is responsible for updating itself, and checks the digital signature. The only we thought you could get round would be to flash the EFI straight on to a chip - but would need to do lots of work figuring out what is actually on the chip out of the EFI FV. Andy
bad news it wont boot to windows even usb boot (just blank screen after post) re-flash to official bios from easy flash
Well, since I can flash a modded recovery bios with that update check patched in the flashupdate utility this digital signing is gone now thx for the tool
I tried it now on USB stick (not sure if it is advised or not) and on another partition (I am doing it on laptop, so I can use just one drive, but having a lot of free space to repartition). But still no luck, still the lzma returns -1, and phoenix tool returns unable to compress =/ Could you send some version which will return output received from lzma? I am not sure it the tool compare output of lzma or just return value. Maybe some stdout and stderr redirections of lzma to files could help to find what it does not like =/ (just trying, maybe the trouble is somewhere else, but...it seems that calling lzma with e flag is somehow trouble for the tool) =/
Maybe found the reason Hello Andy, I played a little bit with the lzma to get info and found that phoenix tool does not wait for process to ends. So, that seems to be reason of my trouble. I am not sure if it is because it just starts process and do not care, or if there is some language default timeout in effect. But...when executing lzma e .... ... the tool try to access the file before lzma exits. Can you fix it please ? 8) Best regards otaznik