how to extract exe file for lenovo bios exe
Announcement
Collapse
No announcement yet.
how to extract lenovo bios exe file
Collapse
X
-
Re: how to extract exe file
it depends of format of exe file or compression implemented
(sometimes file have overlay, sometimes compressed exe in resources, etc...)
this is inno scripted setup module which has specific compression
you can use this tool to unpack
Code:http://sourceforge.net/projects/innounp/files/
but bios extracted is uefi capsule file, not plain bin or rom so it cannot be flashed bu itself it need more work
good luckAttached FilesIm Back... sort of...
Comment
-
Re: how to extract lenovo bios exe file
Originally posted by Arash View Posthow can İ use inno pack tool to extrack lenovo bios? pls help
Comment
-
Re: how to extract lenovo bios exe file
Originally posted by SMDFlea View PostTry the GUI version https://sourceforge.net/projects/inn...p.exe/download
https://pcsupport.lenovo.com/vn/en/p...me=BIOS%2FUEFI
Comment
-
Re: how to extract lenovo bios exe file
Originally posted by imranromi View Post#SMDFlea How to extract this bios Or what tool i use have idea thanks
https://pcsupport.lenovo.com/vn/en/p...me=BIOS%2FUEFI
https://constexpr.org/innoextract/fi....8-windows.zip
Usage
To extract a setup file to the current directory run:
innoextract <file>
The extracted files will go into the app folder. Delete that app folder before you use innoextract again with another bios.Last edited by SMDFlea; 01-23-2020, 10:12 AM.
Comment
-
Re: how to extract lenovo bios exe file
Originally posted by SMDFlea View PostUse the latest version of innoextract .
https://constexpr.org/innoextract/fi....8-windows.zip
Usage
To extract a setup file to the current directory run:
innoextract <file>
The extracted files will go into the app folder. Delete that app folder before you use innoextract again with another bios.
Comment
-
Re: how to extract lenovo bios exe file
After using innoextract you will get an exe file in the "app" folder. This can be expanded with 7zip. Within the resulting files is one .ROM that contains the binary. Just edit it with an hexdecimal editor and remove the header and the final part.
Also open with the editor the original dump file to recognize the header (usually 5A A5 F0) and look for it inside the .rom. The bios image starts one line before this header, and ends 8MB after (or 16, depending on sizeof the bios). You can select the entire image (80000(H)), cut it , and paste on a new file. Save this as Biosxxxx.bin and That's all!
Sorry my bad english, and thank you Google translator!
Comment
-
Re: how to extract lenovo bios exe file
Hey guys.
Could anyone please help me extract the bin file from this bios, for Lenovo V110-15IAP ?
I tried using innoextract , but I got got a .cap file and a .bin file, but the bin file is too small I think, the .cap file on the other hand seems to be around the proper size, 9MB or so.
The problem is that if I try to use the .cap file with CH341A it gives an error "file length beyond range will be ignored". I even tried converting the .cap file to .bin, but it gives the same error.Attached Files
Comment
-
Re: how to extract lenovo bios exe file
The cap file is what you need to make your bios , as ala borbe say ( post 3) : but bios extracted is uefi capsule file, not plain bin or rom so it cannot be flashed bu itself it need more work.
so you need a HxD and your old dump to create your bios , maybe this tutorial help you :https://www.youtube.com/watch?v=7qESTVi_DVg&t=150s.
Comment
-
Re: how to extract lenovo bios exe file
You need to use a hex editor to make the bios the correct size.The smaller file is an EC update,ignore that.
The 1MCN54WW.cap CAP header length is 318 ,select block 0-317 delete it.Then select block 0-7FFFFF ,(or length 800000) ,copy it into a new file and save it.Find your old DMI info in your old bios backup,if you have one, and copy it to the new bios.If you do have a bios backup post it in a new thread if you get stuck.
EDIT: Watch the youtube vid posted by @lapfix or follow the second half of this guide - https://www.badcaps.net/forum/showthread.php?t=80861Last edited by SMDFlea; 07-09-2020, 12:41 PM.
Comment
-
Re: how to extract lenovo bios exe file
Originally posted by lapfix View PostThe cap file is what you need to make your bios , as ala borbe say ( post 3) : but bios extracted is uefi capsule file, not plain bin or rom so it cannot be flashed bu itself it need more work.
so you need a HxD and your old dump to create your bios , maybe this tutorial help you :https://www.youtube.com/watch?v=7qESTVi_DVg&t=150s.
Originally posted by SMDFlea View PostYou need to use a hex editor to make the bios the correct size.The smaller file is an EC update,ignore that.
The 1MCN54WW.cap CAP header length is 318 ,select block 0-317 delete it.Then select block 0-7FFFFF ,(or length 800000) ,copy it into a new file and save it.Find your old DMI info in your old bios backup,if you have one, and copy it to the new bios.If you do have a bios backup post it in a new thread if you get stuck.
I will post the backup file tomorrow in this thread.Last edited by Antimatt3r; 07-09-2020, 12:40 PM.
Comment
-
Originally posted by Brzobub View PostHello,
can you please help me extracting Lenovo Bios ?
Legion 5-15ACH6H Laptop (Lenovo) - Type 82JU, serial PF3PS60T, GigaDevice 25LR128DSIG UG5963 AJ2136
Thank you
BR
https://www.badcaps.net/forum/troubl...st#post1752856Due to a lack of donations, server free space at a critical level, and possible closure of Bios Requests all donations are welcome, click:
>>>>> https://www.badcaps.net/index.php?pageid=donate1 <<<<<
Every donation made will go towards server fees and maintenance costs.
Comment
Comment