Hello, Can anybody help with how to recover DMI and Windows Key from HP 14-DQ1004LA Bios

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • abel2b
    Member
    • Mar 2009
    • 34

    #1

    Hello, Can anybody help with how to recover DMI and Windows Key from HP 14-DQ1004LA Bios

    Can someone teach me how to edit New *.bin with DMI and Windows Keys from broken bios.
    where should I look (OFFSET) in old dump?
    What must be copied to make new functional bios?
    MY machine is:
    HP 14-DQ1004LA
    S.N: 5CD0080M17

    Background: Tea was spilled on my notebook accidently I imediatly, turned off, unplugged and opened to disconnect battery, I cleaned everything thoroughly, I checked all power supply coils for shorts and all good, except Vcore coil ohms at 0.1 ohms, but I searched around and it seems it is ok. I powered up the board , and all voltages seem fine (5V,3.3V,1.8V,1.2V..) except Vcore not present but could be because of other error...

    the notebook charges fine but when I press power button, caps lock LED is blinking 5 long, 3 short repeatedly and no video or post... that is why I would like to reflash BIOs just in case... I have tools to do so...!

    I can download working bios around the internet, but I would like to learn to make new bios, clean ME etc.. myself

    Attached is New copy of Bios fresh from website update
    Attached Files
  • Answer selected by abel2b at 06-30-2025, 08:50 PM.
    m1ch43lzm
    Badcaps Veteran
    • Mar 2019
    • 297
    • Peru

    The block from 480000-4810FF, don't forget the "Build ID" and "Feature Byte" (starts with 3K....., it's also inside the back cover on a sticker) which is below a bunch of FF FF on your model
    Example from a random HP 14-dq0xxx BIOS i found, the offsets are different but the length is same, as yours is a 14-dq1xxx
    Click image for larger version  Name:	14-dq0xxx 1.png Views:	0 Size:	86.5 KB ID:	3671909 Click image for larger version  Name:	14-dq0xxx-2.png Views:	0 Size:	85.4 KB ID:	3671910
    No need for the secure boot keys, the default keys from MS will get restored (i think)

    On 2. select from the offset you find the Windows key until you get past "MPMLock" found after the Windows key, or it will say "Manufacture Programming Mode is in Unlock Mode" when you power on the laptop, on the HP 14-dq0xxx the Win key starts at 76D000, MPMLock is found at 76E000
    Last edited by m1ch43lzm; 06-30-2025, 05:30 PM.

    Comment

    • peste
      Super Moderator
      • Dec 2016
      • 12365
      • ROMANIA

      #2
      Originally posted by abel2b
      Can someone teach me how to edit New *.bin with DMI and Windows Keys from broken bios.
      where should I look (OFFSET) in old dump?
      What must be copied to make new functional bios?
      MY machine is:
      HP 14-DQ1004LA
      S.N: 5CD0080M17

      Background: Tea was spilled on my notebook accidently I imediatly, turned off, unplugged and opened to disconnect battery, I cleaned everything thoroughly, I checked all power supply coils for shorts and all good, except Vcore coil ohms at 0.1 ohms, but I searched around and it seems it is ok. I powered up the board , and all voltages seem fine (5V,3.3V,1.8V,1.2V..) except Vcore not present but could be because of other error...

      the notebook charges fine but when I press power button, caps lock LED is blinking 5 long, 3 short repeatedly and no video or post... that is why I would like to reflash BIOs just in case... I have tools to do so...!

      I can download working bios around the internet, but I would like to learn to make new bios, clean ME etc.. myself

      Attached is New copy of Bios fresh from website update
      https://www.badcaps.net/forum/troubl...tools?t=103526
      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

      • m1ch43lzm
        Badcaps Veteran
        • Mar 2019
        • 297
        • Peru

        #3
        The offsets vary between models, you need to search with hex editor
        Start with searching the S/N on your original dump, once you find it copy the whole block until you see FFFF....
        Example: This is from an HP 14-dk1003dx (AMD), with an example serial of 5CG12345NM (the model in BIOS shows as "HP Laptop 14-dk1xxx")
        It starts at 283000 and ends on 283FFF

        Click image for larger version  Name:	HP bios 1.png Views:	0 Size:	81.4 KB ID:	3671736 Click image for larger version  Name:	HP bios 2.png Views:	0 Size:	72.2 KB ID:	3671737

        For the Windows key, search for hex values 01 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 1D 00 00 00, the key is in plain text, then copy the whole block starting from the 01 00 00 ... , past an string "MPMLock" until you see the FF FF stop showing up
        In this example it starts at offsets 2A5000 and ends in 2A6FFF, the example Windows key is ABCDE-FGHIJ-KLMNO-PQRST-UVWXY
        Click image for larger version  Name:	HP bios 3.png Views:	0 Size:	75.7 KB ID:	3671738 Click image for larger version  Name:	HP bios 4.png Views:	0 Size:	82.6 KB ID:	3671739

        When you copy those blocks to the "new" BIOS, use "Paste Overwrite" option in your hex editor

        As for Intel ME region, i checked your bios with ME Analyzer and it looks llke it has a clean ME region (shows as "File System State: Configured")
        Click image for larger version  Name:	intel ME.png Views:	0 Size:	18.9 KB ID:	3671740
        -------------------------------
        But it looks like you have a hardware problem, you can't fix liquid damage with a BIOS flash...
        Please start another thread with your issue here: Troubleshooting Laptops, Tablets, and Mobile Devices
        Last edited by m1ch43lzm; 06-30-2025, 01:07 PM.

        Comment

        • abel2b
          Member
          • Mar 2009
          • 34

          #4
          Yes I have been reading there, but can not get head or tails, one problem I have is the firmware repo has up to 13.0.60.xxx.CON_LP and I need 13.0.65 am not sure if downgrade is permited...

          Comment

          • abel2b
            Member
            • Mar 2009
            • 34

            #5
            Originally posted by m1ch43lzm
            1. The offsets vary between models, you need to search with hex editor
            Start with searching the S/N on your original dump, once you find it copy the whole block until you see FFFF....
            Example: This is from an HP 14-dk1003dx (AMD), with an example serial of 5CG12345NM (the model in BIOS shows as "HP Laptop 14-dk1xxx")
            It starts at 283000 and ends on 283FFF

            2. For the Windows key, search for hex values 01 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 1D 00 00 00, the key is in plain text, then copy the whole block starting from the 01 00 00 ... , past an string "MPMLock" until you see the FF FF stop showing up
            In this example it starts at offsets 2A5000 and ends in 2A6FFF, the example Windows key is ABCDE-FGHIJ-KLMNO-PQRST-UVWXY

            3. When you copy those blocks to the "new" BIOS, use "Paste Overwrite" option in your hex editor

            4. As for Intel ME region, i checked your bios with ME Analyzer and it looks llke it has a clean ME region (shows as "File System State: Configured")

            5. But it looks like you have a hardware problem, you can't fix liquid damage with a BIOS flash...
            Thank you! very helpful. I did run into a problem.. on point 1, I searched for my Serial Number and found 3 mentions (blocks, offsets, whatever ?) of it so which to choose ?
            Point 2 windows key no problem I found it..
            Point 3, yes I am aware I uploaded a fresh extracted copy from HP website as reference only... I did not want to upload oringinal backup so I can do it on my own...
            Point 5 I am aware I´m working on that as we speak, I´m currently waiting on replacements IC controller...

            So how do I choose which block corresponds to DMI data ... ?

            Also there seems to be a bunch of UEFI secure boot keys for example:

            (http://pki-crl.symauth.com/ca_e8b315...atestCRL.crl07)

            do I also have to copy all that ...?

            Attached is image of serial number blocks I find ....

            Saludos desde Argentina...
            Attached Files

            Comment

            • m1ch43lzm
              Badcaps Veteran
              • Mar 2019
              • 297
              • Peru

              #6
              The block from 480000-4810FF, don't forget the "Build ID" and "Feature Byte" (starts with 3K....., it's also inside the back cover on a sticker) which is below a bunch of FF FF on your model
              Example from a random HP 14-dq0xxx BIOS i found, the offsets are different but the length is same, as yours is a 14-dq1xxx
              Click image for larger version  Name:	14-dq0xxx 1.png Views:	0 Size:	86.5 KB ID:	3671909 Click image for larger version  Name:	14-dq0xxx-2.png Views:	0 Size:	85.4 KB ID:	3671910
              No need for the secure boot keys, the default keys from MS will get restored (i think)

              On 2. select from the offset you find the Windows key until you get past "MPMLock" found after the Windows key, or it will say "Manufacture Programming Mode is in Unlock Mode" when you power on the laptop, on the HP 14-dq0xxx the Win key starts at 76D000, MPMLock is found at 76E000
              Last edited by m1ch43lzm; 06-30-2025, 05:30 PM.

              Comment

              • abel2b
                Member
                • Mar 2009
                • 34

                #7
                Originally posted by m1ch43lzm
                The block from 480000-4810FF, don't forget the "Build ID" and "Feature Byte" (starts with 3K....., it's also inside the back cover on a sticker) which is below a bunch of FF FF on your model
                Example from a random HP 14-dq0xxx BIOS i found, the offsets are different but the length is same, as yours is a 14-dq1xxx

                No need for the secure boot keys, the default keys from MS will get restored (i think)

                On 2. select from the offset you find the Windows key until you get past "MPMLock" found after the Windows key, or it will say "Manufacture Programming Mode is in Unlock Mode" when you power on the laptop, on the HP 14-dq0xxx the Win key starts at 76D000, MPMLock is found at 76E000
                I got it ... I hope it will bootup after I restore shorted IC´s and/if CPU is not bad .......

                Also just in case someone else is reading this, windows key is at offset A9E000, MPMLock at A9F000 and finished at A9FFF0 (Block
                A9E000 - A9FFF0)​

                Thank you! Thank you!

                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
                • Caimano
                  Need to copy DMI info for HP ProBook 650 G2 Bios
                  by Caimano
                  UPDATE of JANUARY 5th : I am cancelling this post because problem has been solved by creating a new bios starting from the old one with correct dmi and cleaning ME. everything works fine . thanks anyway

                  Hi, I am replacing a motherboard circus-6050A2723701-MB-A02 to an HP 650 G2 laptop because the original one was faulty. I bought and repaired a used MB which works fine now with its BIOS, but I wanted to copy the DMI data from the old to the new MB. I created with Flash Image Tool a new bios starting from the old original chip , cleaned ME region and new updated dump region extracted...
                  01-03-2024, 05:19 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
                • Loading...
                • No more items.
                Working...