M720Q Bios Password removal

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DARNO786
    New Member
    • Apr 2024
    • 7
    • uk

    #1

    M720Q Bios Password removal

    Hi guys i have an m720q bios which has a password on it.

    i tried Patching with the autopatcher but it gave an error

    it has also shows up with the 0199 error on boot

    Anybody know how i can patch this?


    Thanks





    Attached Files
  • DARNO786
    New Member
    • Apr 2024
    • 7
    • uk

    #2
    M720Q MT-M 10T8-SH9WOU S/N S4QG6811

    Comment

    • hoaca388
      Badcaps
      • Jan 2022
      • 11620
      • Socialist Republic of Vietnam

      #3
      Originally posted by DARNO786
      M720Q MT-M 10T8-SH9WOU S/N S4QG6811
      Feedback, please !
      Attached Files


      ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
      Mọi khoản quyên góp cho badcaps đều được hoan nghênh, hãy nhấp vào liên kết này để quyên góp. Cảm ơn tất cả những người ủng hộ----------------------------------------------------------------------------------------------------------------------------------------------------------------

      Comment

      • DARNO786
        New Member
        • Apr 2024
        • 7
        • uk

        #4
        will test and get back to you. thanks

        Comment

        • DARNO786
          New Member
          • Apr 2024
          • 7
          • uk

          #5
          WORKED perfectly thanks!!!!

          Comment

          • fcda
            Member
            • Nov 2009
            • 26
            • Scotland

            #6
            I have the same problem with my M720q. I'm struggling to find detailed instructions.

            Should this patched dump work with my machine or do I need to get a new dump?

            If it should work, how do I flash it?

            I downloaded the latest bios update from Lenovo and it contains a .ROM file, so not sure what to do with a .BIN file.

            If I need a new dump, how do I do that?

            Thanks

            Comment

            • fcda
              Member
              • Nov 2009
              • 26
              • Scotland

              #7
              I tried dumping using AFUWINx64.EXE which is included with the latest bios update I downloaded from Lenovo. It produced a 12.5 MB file. DARNO786 's file was 16MB 🤷

              Next I tried using my dump with autopatch and it says:
              Code:
              dump.bin is corrupted or does not contain a valid dump.
              There was an error... Aborting.

              Comment

              • SMDFlea
                Super Moderator
                • Jan 2018
                • 20643
                • UK

                #8
                Originally posted by fcda
                I have the same problem with my M720q. I'm struggling to find detailed instructions.
                Should this patched dump work with my machine or do I need to get a new dump?
                If it should work, how do I flash it?
                I downloaded the latest bios update from Lenovo and it contains a .ROM file, so not sure what to do with a .BIN file.
                If I need a new dump, how do I do that?
                Thanks
                Find the bios chip on the motherboard, buy an SPI programmer and adapter and/or clip depending on the chip type , make a backup of the bios chip that is on the motherboard, post that backup here. Someone will help

                More info - https://www.badcaps.net/forum/troubl...28#post1622428

                All donations to badcaps are welcome, click on this link to donate. Thanks to all supporters

                Comment

                • fcda
                  Member
                  • Nov 2009
                  • 26
                  • Scotland

                  #9
                  Thanks. Is that the only way?

                  I've been hammering google to try to work it out and came across FPTW64.exe, part of IntelCSTools - specifically CSME System Tools v12 r38 on github (Flash Programming Tool/WIN64/)

                  After some blue screens, I got this to dump the bios in safe mode. The bios image is 16MB and in UEFITOOL it appers as "Intel image" like DARNO786's.

                  But autopatch still rejects it.
                  Code:
                  dump.bin is corrupted or does not contain a valid dump.
                  There was an error... Aborting.
                  I had a look at autopatch's python code to get more info about what's failling. It's failling when trying to execute the following:
                  Code:
                  tools\UEFIReplace.exe dump_PATCHED.bin e0746c42-d3f9-4f8b-b211-1410957b9ff5 07 patch\DXE\BootOption.ffs -asis -all -o temp.bin
                  The output from UEFIReplace is as follows:
                  Code:
                  parseBios: unaligned revision 2 volume
                  parseFile: non-empty pad-file contents will be destroyed after volume modifications
                  No replacements can be applied to input file​
                  Is it just that autopatch doesn't support this bios? Are there manual instructions for editing the bios that I could follow?

                  Thanks

                  Comment

                  • SMDFlea
                    Super Moderator
                    • Jan 2018
                    • 20643
                    • UK

                    #10
                    Originally posted by fcda
                    Thanks. Is that the only way?
                    After some blue screens, I got this to dump the bios in safe mode. The bios image is 16MB and in UEFITOOL it appers as "Intel image" like DARNO786's.

                    But autopatch still rejects it.
                    Thanks
                    The Autopatcher does not work with this bios , it`s an AMI bios. Make another backup using this command and post the backup here

                    FPTw64.exe -bios -d biosreg.bin
                    All donations to badcaps are welcome, click on this link to donate. Thanks to all supporters

                    Comment

                    • fcda
                      Member
                      • Nov 2009
                      • 26
                      • Scotland

                      #11
                      Thanks SMDFlea

                      File size is similar to what AFUWINx64.EXE gives at around 12MB.

                      I've attached both dumps from FPTW64.



                      Machine info: ThinkCentre M720q, 10T8S00S00, PC0ZNX6M, bios revision: M1UKT21A
                      Attached Files

                      Comment

                      • hoaca388
                        Badcaps
                        • Jan 2022
                        • 11620
                        • Socialist Republic of Vietnam

                        #12
                        Originally posted by fcda
                        Thanks SMDFlea

                        File size is similar to what AFUWINx64.EXE gives at around 12MB.

                        I've attached both dumps from FPTW64.



                        Machine info: ThinkCentre M720q, 10T8S00S00, PC0ZNX6M, bios revision: M1UKT21A
                        M720q Desktop (ThinkCentre) - Type 10T8

                        Attached Files


                        ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
                        Mọi khoản quyên góp cho badcaps đều được hoan nghênh, hãy nhấp vào liên kết này để quyên góp. Cảm ơn tất cả những người ủng hộ----------------------------------------------------------------------------------------------------------------------------------------------------------------

                        Comment

                        • SMDFlea
                          Super Moderator
                          • Jan 2018
                          • 20643
                          • UK

                          #13
                          Originally posted by fcda
                          Thanks SMDFlea

                          File size is similar to what AFUWINx64.EXE gives at around 12MB.

                          I've attached both dumps from FPTW64.



                          Machine info: ThinkCentre M720q, 10T8S00S00, PC0ZNX6M, bios revision: M1UKT21A
                          Flash this bios region using the command: FPTw64.exe -bios -f biosreg.bin

                          If it doesn`t work then your only option is to use an SPI programmer to flash the full bios posted by hoaca388
                          Attached Files
                          All donations to badcaps are welcome, click on this link to donate. Thanks to all supporters

                          Comment

                          • fcda
                            Member
                            • Nov 2009
                            • 26
                            • Scotland

                            #14
                            No luck flashing with that bin (or my unmodified one):

                            Code:
                            Error 167: Protected Range Registers are currently set by BIOS, preventing flash access.
                            Please contact the target system BIOS vendor for an option to disable
                            Protected Range Registers.
                            
                            FPT Operation Failed.
                            But, I have managed to reset the password!

                            I reached out to Lenovo support and they gave instructions. They weren't sure if they would work but they did.

                            Other instructions I found said that moving JP35 to 2&4 and powering up was enough, but this had never worked for me. The difference in the Lenovo instructions was to do this with a bootable usb stick with a flash update on it. When I did this, it booted into bios, installed the update and powered off. When I removed the jumper and restarted, the password was gone.

                            Create USB BIOS update flash driveRecovery instructions from Lenovo (fixed the up where necessary)

                            1. Remove all media from the drives and turn off all connected devices.
                            2. Plug in BIOS usb disk, and then turn off the computer.
                            3. Disconnect all power cords from electrical outlets. Then, remove any parts that impede access to the Clear CMOS jumper.
                            4. Move the jumper (JP35, back left near wifi antenna) from the standard position (5&6) to the maintenance position (2&4)
                            5. Reconnect the power cords for the computer and the monitor to electrical outlets.
                            6. Turn on the computer and the monitor. With the USB disk connected the computer will not beep. The BIOS screen should appear with a progress indicator as the bios is updated.
                            7. After the recovery process is completed, the computer will be turned off automatically. Note: Depending on the computer model, the recovery process will take two to three minutes.
                            8. Disconnect all power cords from electrical outlets.
                            9. Move the jumper back to the standard position (5&6).
                            10. Reinstall all the parts that have been removed. Then, reconnect the power cords for the computer and the monitor to electrical outlets.
                            11. Turn on the computer and the monitor. When the logo screen is displayed, press F1 or Fn+F1.
                            12. You should now have full access to the bios. Save and Exit.

                            Comment

                            • mu3g
                              New Member
                              • Dec 2024
                              • 2
                              • USA

                              #15
                              Originally posted by fcda
                              No luck flashing with that bin (or my unmodified one):

                              Code:
                              Error 167: Protected Range Registers are currently set by BIOS, preventing flash access.
                              Please contact the target system BIOS vendor for an option to disable
                              Protected Range Registers.
                              
                              FPT Operation Failed.
                              But, I have managed to reset the password!

                              I reached out to Lenovo support and they gave instructions. They weren't sure if they would work but they did.

                              Other instructions I found said that moving JP35 to 2&4 and powering up was enough, but this had never worked for me. The difference in the Lenovo instructions was to do this with a bootable usb stick with a flash update on it. When I did this, it booted into bios, installed the update and powered off. When I removed the jumper and restarted, the password was gone.

                              Create USB BIOS update flash driveRecovery instructions from Lenovo (fixed the up where necessary)

                              1. Remove all media from the drives and turn off all connected devices.
                              2. Plug in BIOS usb disk, and then turn off the computer.
                              3. Disconnect all power cords from electrical outlets. Then, remove any parts that impede access to the Clear CMOS jumper.
                              4. Move the jumper (JP35, back left near wifi antenna) from the standard position (5&6) to the maintenance position (2&4)
                              5. Reconnect the power cords for the computer and the monitor to electrical outlets.
                              6. Turn on the computer and the monitor. With the USB disk connected the computer will not beep. The BIOS screen should appear with a progress indicator as the bios is updated.
                              7. After the recovery process is completed, the computer will be turned off automatically. Note: Depending on the computer model, the recovery process will take two to three minutes.
                              8. Disconnect all power cords from electrical outlets.
                              9. Move the jumper back to the standard position (5&6).
                              10. Reinstall all the parts that have been removed. Then, reconnect the power cords for the computer and the monitor to electrical outlets.
                              11. Turn on the computer and the monitor. When the logo screen is displayed, press F1 or Fn+F1.
                              12. You should now have full access to the bios. Save and Exit.
                              fcda - I want to thank you very much for providing this. I can confirm this worked for me for my Giga Devices 25B127DSIG BIOS Chip. Followed your instructions exactly and it worked flawlessly! Thank you so much!

                              Comment

                              Related Topics

                              Collapse

                              • 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
                              • traxformania
                                TONGFANG "GM7TG7P" Bios Password Problem?
                                by traxformania
                                Hello,

                                I'm using TONGFANG "GM7TG7P" model laptop for over 3 years and i'm entering the same bios administrator password everyday. My laptop has Aptio BIOS (American Megatrends, AMI).

                                But today it's not accepting my password. I'm %100 sure i'm entering the correct password.

                                I'm trying to reset my bios without success.

                                I tried :

                                -I removed the BIOS battery and main battery. Waited for a long time but it didn't work. They already stated in the user manual that the password will not be reset even if the batteries...
                                11-15-2023, 07:32 AM
                              • tlindi
                                Toughbook CF-18KHH65LE (Customer Special Configuration) Supervisor Password needed remove HDD locking and BIOS Access ...
                                by tlindi
                                Sublect line continuation: ... Jaguar IDS PC aka Panasonic

                                >Read BIOS guides, methods, resources and tools
                                >
                                Ack

                                >Try the method at BIOS guides, methods, resources and tools before requesting help
                                >
                                Ack

                                >Explain you were not able to succeed with the methods at BIOS guides, methods, resources and tools
                                >
                                python ./main.py "/mnt/c/temp/205605f9e1b60403a41787efeffe9cad-flas_maybe5.BIN" --output-dir "/mnt/c/temp/205605f9e1b60403a41787efeffe9cad-flas_maybe5.txt"
                                ------------------------------------------------...
                                01-30-2025, 04:26 AM
                              • Nopslide
                                HP Omen 15-dh0052nf power-on & bios password
                                by Nopslide
                                Hello everyone, I come here to tell you my problem regarding the power-on password. It is not a bios reset demand, and i can't have any access to windows. This is the bios and power-on password that is blocking all other things.

                                My Omen 15-dh0052nf purchased second-hand was configured with the bios password upon purchase (very simple password :P ).

                                Having decided to sell it in order to get something more powerful, I reset all BIOS settings and set a blank administrator password. But the power-on password cannot be changed to a blank one so I let the actual password set....
                                04-01-2024, 04:27 PM
                              • BlackVisor
                                How to Decode BIOS password for RedmiBook Pro15 2022 6800H
                                by BlackVisor
                                RedmiBook Pro 1542022 6800H
                                SKU: TM2113-39463
                                Model Number: RMA2204-AB
                                CMIIT ID: 2022AP1835
                                SN: 39463/22WD01355
                                BIOS version: RMARB5B0P1010 20230628

                                1. I bought this laptop from flea market, and the seller said that he had never set a password, however here is a password required when pressing F2 to enter BIOS.
                                2. And after entering incorrrect password 3 times, there is no any useful information like "recovery code"
                                3. I used universal bios backup tool, and dumped 8MB bin file, but hex code after "SystemSupervisorPw" is...
                                01-14-2024, 06:35 AM
                              • Loading...
                              • No more items.
                              Working...