how to extract lenovo bios exe file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • teqcom
    Badcaps Veteran
    • Nov 2015
    • 311
    • malasyia

    #1

    how to extract lenovo bios exe file

    how to extract exe file for lenovo bios exe a3cn33ww.zip
  • Claudio Silva
    Senior Member
    • Feb 2013
    • 94
    • Portugal

    #2
    Re: how to extract exe file

    Try with Universal extractor

    Comment

    • ala_borbe
      aka Donald
      • Apr 2011
      • 1625
      • Malta

      #3
      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/
      anyways here is upacked 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 luck
      Attached Files
      Im Back... sort of...

      Comment

      • teqcom
        Badcaps Veteran
        • Nov 2015
        • 311
        • malasyia

        #4
        Re: how to extract exe file

        thx a lot

        Comment

        • Marco_compucell
          Senior Member
          • Feb 2012
          • 63
          • South Africa

          #5
          Re: how to extract exe file

          Thank You

          Comment

          • Arash
            New Member
            • Feb 2015
            • 4
            • Turkey

            #6
            Re: how to extract lenovo bios exe file

            how can İ use inno pack tool to extrack lenovo bios? pls help

            Comment

            • SMDFlea
              Super Moderator
              • Jan 2018
              • 20272
              • UK

              #7
              Re: how to extract lenovo bios exe file

              Originally posted by Arash
              how can İ use inno pack tool to extrack lenovo bios? pls help
              Try the GUI version https://sourceforge.net/projects/inn...p.exe/download
              All donations to badcaps are welcome, click on this link to donate. Thanks to all supporters

              Comment

              • imranromi
                Badcaps Legend
                • Jan 2015
                • 1288
                • Pakistan

                #8
                Re: how to extract lenovo bios exe file

                Originally posted by SMDFlea
                #SMDFlea How to extract this bios Or what tool i use have idea thanks
                https://pcsupport.lenovo.com/vn/en/p...me=BIOS%2FUEFI

                Comment

                • SMDFlea
                  Super Moderator
                  • Jan 2018
                  • 20272
                  • UK

                  #9
                  Re: how to extract lenovo bios exe file

                  Originally posted by imranromi
                  #SMDFlea How to extract this bios Or what tool i use have idea thanks
                  https://pcsupport.lenovo.com/vn/en/p...me=BIOS%2FUEFI
                  Use 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.
                  Last edited by SMDFlea; 01-23-2020, 10:12 AM.
                  All donations to badcaps are welcome, click on this link to donate. Thanks to all supporters

                  Comment

                  • imranromi
                    Badcaps Legend
                    • Jan 2015
                    • 1288
                    • Pakistan

                    #10
                    Re: how to extract lenovo bios exe file

                    Originally posted by SMDFlea
                    Use 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.
                    Thanks.

                    Comment

                    • Donet
                      Member
                      • Jul 2015
                      • 11
                      • España

                      #11
                      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

                      • Donet
                        Member
                        • Jul 2015
                        • 11
                        • España

                        #12
                        Re: how to extract lenovo bios exe file

                        Sorry. The size for 8MB bios is 800000(h).

                        Comment

                        • Antimatt3r
                          New Member
                          • Jul 2020
                          • 8
                          • Romania

                          #13
                          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

                          • lapfix
                            Badcaps Legend
                            • Mar 2020
                            • 2552
                            • my workshop

                            #14
                            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

                            • SMDFlea
                              Super Moderator
                              • Jan 2018
                              • 20272
                              • UK

                              #15
                              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=80861
                              Last edited by SMDFlea; 07-09-2020, 12:41 PM.
                              All donations to badcaps are welcome, click on this link to donate. Thanks to all supporters

                              Comment

                              • Antimatt3r
                                New Member
                                • Jul 2020
                                • 8
                                • Romania

                                #16
                                Re: how to extract lenovo bios exe file

                                Originally posted by lapfix
                                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.
                                Thanks man, I'll try and see if I can manage editing it using that tutorial.
                                Originally posted by SMDFlea
                                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.
                                Thanks for the help. I'll try doing that.
                                I will post the backup file tomorrow in this thread.
                                Last edited by Antimatt3r; 07-09-2020, 12:40 PM.

                                Comment

                                • Brzobub
                                  Member
                                  • Mar 2021
                                  • 14
                                  • Slovenia

                                  #17
                                  Hello,
                                  can you please help me extracting Lenovo Bios ?

                                  Legion 5-15ACH6H Laptop (Lenovo) - Type 82JU, serial PF3PS60T, GigaDevice 25LR128DSIG UG5963 AJ2136

                                  Thank you

                                  BR

                                  Attached Files

                                  Comment

                                  • peste
                                    Super Moderator
                                    • Dec 2016
                                    • 12218
                                    • ROMANIA

                                    #18
                                    Originally posted by Brzobub
                                    Hello,
                                    can you please help me extracting Lenovo Bios ?

                                    Legion 5-15ACH6H Laptop (Lenovo) - Type 82JU, serial PF3PS60T, GigaDevice 25LR128DSIG UG5963 AJ2136

                                    Thank you

                                    BR
                                    you have everything you need at post #5...
                                    https://www.badcaps.net/forum/troubl...st#post1752856
                                    Due 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

                                    • Brzobub
                                      Member
                                      • Mar 2021
                                      • 14
                                      • Slovenia

                                      #19
                                      Did that, no change. Can someone help me.

                                      Thank you

                                      BR

                                      Comment

                                      Working...