LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Knucklegrumble
    Senior Member
    • Jun 2020
    • 78
    • US

    #21
    Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

    Originally posted by Maxpower3

    ok you clean OA3 and the rest ... nice job of comparison and research.
    good news for the patch, it will be easier.
    thank you

    I made a patch nokey for translate file with key,
    can I use your script to integrate it with maybe?

    I had in the idea of making a multi patch for bios with the different information to recover here

    I manage with a few tools, but my level is limited
    Sure you can! Hopefully we'll get some good reports from users. I have made a couple of changes to the script I'll post later on this thread. Unfortunately I can't edit my first l post though, so I'll just have to add it to another post...
    Last edited by Knucklegrumble; 08-13-2020, 05:25 PM.

    Comment

    • Maxpower3
      Bad Veteran
      • Feb 2018
      • 1153
      • France

      #22
      Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

      what version of python are you using on windows?

      Comment

      • crowntoy99
        Badcaps Veteran
        • Oct 2012
        • 264
        • india

        #23
        Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

        [QUOTE=Maxpower3;981258]
        Originally posted by Knucklegrumble
        The EVSA was tricky...


        ok you clean OA3 and the rest ... nice job of comparison and research.
        good news for the patch, it will be easier.
        thank you

        I made a patch nokey for translate file with key,
        can I use your script to integrate it with maybe?

        I had in the idea of making a multi patch for bios with the different information to recover here

        I manage with a few tools, but my level is limited
        good jobe bro

        Comment

        • Maxpower3
          Bad Veteran
          • Feb 2018
          • 1153
          • France

          #24
          Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

          [QUOTE=crowntoy99;981283]
          Originally posted by Maxpower3

          good jobe bro
          thank you, it's Knuckle Crumble who should be thanked for the patch.
          Last edited by Maxpower3; 08-13-2020, 06:54 PM.

          Comment

          • Knucklegrumble
            Senior Member
            • Jun 2020
            • 78
            • US

            #25
            Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

            Originally posted by Maxpower3
            what version of python are you using on windows?
            I use 3.8 on Windows, but I tested it with 2.7 and 3.6 on Linux as well.

            I tried to make it as flexible as possible so people wouldn't have to fight with Python too while they are trying to patch their bios lol

            Comment

            • RethoricalCheese
              Badcaps Legend
              • Mar 2013
              • 1514
              • Estonia

              #26
              Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

              UEFIReplace is compiled for x86-64 architecture. So using it on ARM device (raspberry) is out of the question?

              But it did work on windows atleast.

              Comment

              • Knucklegrumble
                Senior Member
                • Jun 2020
                • 78
                • US

                #27
                Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

                Originally posted by RethoricalCheese
                UEFIReplace is compiled for x86-64 architecture. So using it on ARM device (raspberry) is out of the question?

                But it did work on windows atleast.
                Unless you can compile it for arm and drop the executable in the tools folder..

                Comment

                • Maxpower3
                  Bad Veteran
                  • Feb 2018
                  • 1153
                  • France

                  #28
                  Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

                  you should be able to choose the desired file when launching the script, can it be with a fileopenbox function ?? can you do that ??
                  I haven't been able to get the script to work yet.
                  if you want to show me please.Thank you

                  Comment

                  • RethoricalCheese
                    Badcaps Legend
                    • Mar 2013
                    • 1514
                    • Estonia

                    #29
                    Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

                    Just drag and drop file. Or use my HPUnlocker tutorial about regedit entry to add lenovo patcher in right click menu. Much faster and easier.

                    Comment

                    • Knucklegrumble
                      Senior Member
                      • Jun 2020
                      • 78
                      • US

                      #30
                      Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

                      Originally posted by Maxpower3
                      you should be able to choose the desired file when launching the script, can it be with a fileopenbox function ?? can you do that ??
                      I haven't been able to get the script to work yet.
                      if you want to show me please.Thank you

                      You launch the script by entering

                      autopatch file_you_want_to_patch.bin

                      Comment

                      • Maxpower3
                        Bad Veteran
                        • Feb 2018
                        • 1153
                        • France

                        #31
                        Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

                        yes ok it's good, problem with python. I modified like that to select the file.
                        for windows test on w10
                        Attached Files
                        Last edited by Maxpower3; 08-14-2020, 06:20 PM. Reason: edit:I mod patch ,ok now

                        Comment

                        • earthoo7
                          Member
                          • Jun 2017
                          • 13
                          • france

                          #32
                          Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

                          Originally posted by Knucklegrumble
                          I use 3.8 on Windows, but I tested it with 2.7 and 3.6 on Linux as well.

                          I tried to make it as flexible as possible so people wouldn't have to fight with Python too while they are trying to patch their bios lol
                          @Knucklegrumble
                          @maxpower3
                          i tried this autopatcher with t460 password bios.
                          it output 32mb files with injected dxe driver & nvram data.
                          while original dump is 16mb.
                          one more thing autopacher not worked with python 2.7 in win7 spi x86
                          so i installed latest 3.8.5 now working ok.
                          thanks you guys for faboulous work for this utility
                          Attached Files

                          Comment

                          • earthoo7
                            Member
                            • Jun 2017
                            • 13
                            • france

                            #33
                            Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

                            Originally posted by earthoo7
                            @Knucklegrumble
                            @maxpower3
                            i tried this autopatcher with t460 password bios.
                            it output 32mb files with injected dxe driver & nvram data.
                            while original dump is 16mb.
                            one more thing autopacher not worked with python 2.7 in win7 spi x86
                            so i installed latest 3.8.5 now working ok.
                            thanks you guys for faboulous work for this utility
                            same issue with t560 t570.

                            Comment

                            • Maxpower3
                              Bad Veteran
                              • Feb 2018
                              • 1153
                              • France

                              #34
                              Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

                              weird it's good for me
                              Attached Files

                              Comment

                              • Knucklegrumble
                                Senior Member
                                • Jun 2020
                                • 78
                                • US

                                #35
                                Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

                                Originally posted by earthoo7
                                same issue with t560 t570.
                                That is odd... Are you sure you're patching the correct dump?

                                Comment

                                • earthoo7
                                  Member
                                  • Jun 2017
                                  • 13
                                  • france

                                  #36
                                  Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

                                  @Knucklegrumble

                                  check with this dump post #306

                                  https://www.badcaps.net/forum/showth...=65996&page=16

                                  i will upload more dump for testing...
                                  thankyou

                                  Comment

                                  • Cunninghood
                                    Member
                                    • Jun 2020
                                    • 21
                                    • Singapore

                                    #37
                                    Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

                                    Yes I have the same problem, output as 32mb when original is 16mb. see attached.
                                    Attached Files

                                    Comment

                                    • Cunninghood
                                      Member
                                      • Jun 2020
                                      • 21
                                      • Singapore

                                      #38
                                      Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

                                      There is an extra padding which causes the file size to double. I replace the body with an empty file but to no avail.

                                      Comment

                                      • Maxpower3
                                        Bad Veteran
                                        • Feb 2018
                                        • 1153
                                        • France

                                        #39
                                        Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

                                        you tried with python 2x
                                        me with my install, I have problems with python 3x.
                                        file not changed or error replacing GUID.
                                        add to PATH environment variable.
                                        C: \ python27

                                        Comment

                                        • Cunninghood
                                          Member
                                          • Jun 2020
                                          • 21
                                          • Singapore

                                          #40
                                          Re: LENOVO BIOS AUTO-PATCHER for Supervisor Password Removal

                                          Tried Python27, same thing.

                                          However, I tried to use HxD to delete the whole chain of data (which should be that extra padding), trying to see if it works.

                                          Comment

                                          Related Topics

                                          Collapse

                                          • Vesko356
                                            [Guide] How to find the right HP bios version to flash
                                            by Vesko356
                                            First of all thanks to all of our members who have posted previously all methods posted here.
                                            Please leave a comment if you find something new,or have anything else to add.
                                            -----------------------------------------------------------------------------------------

                                            Find by serial number,model number or series

                                            If you know the laptop serial or model number go to HP support https://support.hp.com/us-en/drivers/laptops .
                                            Enter the serial number or model number and click submit.On the next screen you will have to enter the OS
                                            Operating system and OS version.If...
                                            08-11-2023, 03:27 AM
                                          • jbonavita
                                            ASUS TP500LA BIOS request/repair/merge?
                                            by jbonavita
                                            Hi, my laptop wont boot at all
                                            With original bios no POST, only LED lights
                                            With alternative BIOS from model TP500LN (flashed via programmer) the notebook works again
                                            Some issues
                                            A- with bios from 500LN, it won't update from bios of model 500LA (from 500LN v203 to 500LA v300)
                                            B- If updated from 500LN version 203 to 300, the battery stops being recognized

                                            Things I tried

                                            1- Update / clear ME: Took the non working bios, made a backup, and did this: https://www.badcaps.net/forum/troubl...theory/trouble...
                                            04-29-2025, 09:38 PM
                                          • zenius
                                            [REQUEST] Dell G3 3579 BIOS Password & AMI Protected Range/BIOS Guard Unlock
                                            by zenius
                                            Hello, I have an old Dell G3 3579 (ST: 2WQ7LP2-8FC8) with a newer 8FC8 BIOS password. I have successfully attached to the flash chip (W25Q128JVSQ) on the motherboard with a CH341A programmer and made several modifications using Intel FIT (e.g., allow software SPI write) without bricking. I was also able to boot to a modified GRUB shell where I attempted to edit many BIOS security related options like BIOS Guard/Lock, Flash Signature Override, ME FW Image Re-Flash, etc.

                                            Unfortunately, some of these modifications like to Intel BIOS Guard failed because it is fused into the PCH. Also,...
                                            12-08-2024, 06:13 AM
                                          • Wahaz
                                            Lenovo Thinkbook 15 G2 ITL i5 (serial number: MP2BFZEF) bios request
                                            by Wahaz
                                            Hello,

                                            I have a Lenovo Thinkbook 15 G2 ITL i5 Laptop (serial number: MP2BFZEF) that when I turn it on, the led on the power button lights up for 5 seconds, then goes out. There's no display and nothing happens.
                                            So I thought it was a Bios problem.
                                            I found 3 bios chips on the board, which I read with a bios programmer: two XMC model bios chips and a Winbond model bios chip. Each XMC model bios chip has two partitions named XM25QH128A [3.3V] and XT25F128A [3.3V]. And the Winbond model bios chip has three partitions named W25Q80BL 3.3V, W25Q80xV 3.3V and W25Q80DV 3.3V....
                                            10-30-2023, 08:42 PM
                                          • Bloodhoundje
                                            HP Pavilion Gaming Laptop 15-ec2523nd - Dimm2 slot disabled after corrupt bios repair? Advice requested.
                                            by Bloodhoundje
                                            Hi everyone,

                                            I have been doing hardware repair as a hobby for some years now and recently decided to learn about repairing laptops as a fun challenge.

                                            I managed to get my hands on a "HP Pavilion Gaming 15-ec2523nd" notebook that only shows a white power LED and doesnt respond to anything.

                                            After initial testing I concluded the bios seems to be corrupted since all voltages are normal and there are no shorts. HP has a feature for a bios restore from USB with winkey+B for this model. This did not work.

                                            I have desoldered the bios chip (GigaDevice...
                                            03-16-2024, 03:12 PM
                                          • Loading...
                                          • No more items.
                                          Working...