ASUS N550JK laptop reboots after 30 minute, BIOS extracted invalid...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bschwand
    New Member
    • May 2024
    • 7
    • Switzerland

    #1

    ASUS N550JK laptop reboots after 30 minute, BIOS extracted invalid...

    Hi all,

    as subject line says, I have a laptop that reboots after 30 minutes. Investigation leads me to believe that is due to intel ME as it happens everytime after 30 minute from boot, it just turns off, no overheating, nothing weird.
    I found a lot of information about cleaning ME like this https://winraid.level1techs.com/t/gu...lization/31277 and this https://github.com/corna/me_cleaner
    Anyway, first step is to dump the bios. I found the Winbond W25Q64FV chip on the motherboard, dumped it with flashrom over SPI bus from a raspberrypi by removing the laptop battery and hooking up the SPI with a soic8 clip probe.

    Flashrom identifies the chip correctly, so I know the communication is ok. I can read the chip content, multiple times and it's the same file content. (procedure like explained here https://github.com/corna/me_cleaner/...ernal-flashing)

    However, I tried to verify the extracted BIOS image with ifdtool (from coreboot) and this reports it's not a valid image.
    I tried with MEAnalyzer from here https://github.com/platomav/MEAnalyzer and that too reports it's not a valid image.

    I am rather at a loss and do not really want to go ahead and flash another BIOS file when apparently I can not extract a vaild image (who says I can write another one then...)

    I guess my next step is to desolder the chip and try to extract off-board.
    And order a new chip to try and program with new bios, so I can always resolder the original chip with original BIOS
    Note that the laptop boots and works fine, just after 30 minutes it shuts down.

    Any advice, hints welcome !
    Thanks

    PS: if someone has working bios image for this laptop, I would gladly appreciate and try those.
    also, I found various asus N550 bios files on the forum, I guess I will try those.
    Last edited by bschwand; 05-22-2024, 02:55 AM.
  • hoaca388
    Badcaps
    • Jan 2022
    • 11150
    • Viet Nam

    #2
    https://www.badcaps.net/forum/troubl...before-posting


    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Mọi khoản quyên góp cho Badcaps đều được hoan nghênh . Trở thành người ủng hộ Badcaps >>>>> 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

    • bschwand
      New Member
      • May 2024
      • 7
      • Switzerland

      #3
      ok... thanks for the links

      Comment

      • SMDFlea
        Super Moderator
        • Jan 2018
        • 20289
        • UK

        #4
        Originally posted by bschwand
        I guess my next step is to desolder the chip and try to extract off-board
        Yes,desolder it,make a backup then post that backup here, don`t erase the chip or do anything else yet.If there are any long white or green barcode stickers on the motherboard post pictures of those as well.
        All donations to badcaps are welcome, click on this link to donate. Thanks to all supporters

        Comment

        • bschwand
          New Member
          • May 2024
          • 7
          • Switzerland

          #5
          alright, desoldered the chip, dumped and lo and behold the image is different from when dumped in-situ.
          MEAnalyzer recognizes the image
          ╔═══════════════════════════════════════════╗
          ║ ME Analyzer v1.307.0 r346 ║
          ╚═══════════════════════════════════════════╝

          ╔══════════════════════════════════════════════╗
          ║ original_dump3.bin (1/1) ║
          ╟───────────────────────────────┬──────────────╢
          ║ Family │ ME ║
          ╟───────────────────────────────┼──────────────╢
          ║ Version │ 9.0.30.1482 ║
          ╟───────────────────────────────┼──────────────╢
          ║ Release │ Production ║
          ╟───────────────────────────────┼──────────────╢
          ║ Type │ Extracted ║
          ╟───────────────────────────────┼──────────────╢
          ║ SKU │ 1.5MB ║
          ╟───────────────────────────────┼──────────────╢
          ║ TCB Security Version Number │ 1 ║
          ╟───────────────────────────────┼──────────────╢
          ║ Version Control Number │ 3 ║
          ╟───────────────────────────────┼──────────────╢
          ║ Production Ready │ Yes ║
          ╟───────────────────────────────┼──────────────╢
          ║ Date │ 2013-10-10 ║
          ╟───────────────────────────────┼──────────────╢
          ║ Size │ 0x17D000 ║
          ╟───────────────────────────────┼──────────────╢
          ║ Flash Image Tool │ 9.0.22.1467 ║
          ╟───────────────────────────────┼──────────────╢
          ║ Chipset Support │ LPT ║
          ╚═══════════════════════════════╧══════════════╝

          Now that I have a valid image, on to figure what to do to it and how...
          Attached Files

          Comment

          • bschwand
            New Member
            • May 2024
            • 7
            • Switzerland

            #6
            hmm following the instructions from https://winraid.level1techs.com/t/gu...lization/31277
            and when hitting the "Build Image..." in fitc I get the following error message
            Click image for larger version

Name:	image.png
Views:	123
Size:	8.3 KB
ID:	3276594

            Comment

            • hoaca388
              Badcaps
              • Jan 2022
              • 11150
              • Viet Nam

              #7
              Originally posted by bschwand
              hmm following the instructions from https://winraid.level1techs.com/t/gu...lization/31277
              and when hitting the "Build Image..." in fitc I get the following error message
              Click image for larger version

Name:	image.png
Views:	123
Size:	8.3 KB
ID:	3276594
              https://www.badcaps.net/forum/troubl...22#post1622422


              -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
              Mọi khoản quyên góp cho Badcaps đều được hoan nghênh . Trở thành người ủng hộ Badcaps >>>>> 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

              • bschwand
                New Member
                • May 2024
                • 7
                • Switzerland

                #8
                thanks for the link, I get it. As I mentioned, I am following the instructions there to the letter https://winraid.level1techs.com/t/gu...lization/31277
                after replacing the appropriate ME Region, I hit build and it showed that error.

                What allowed me to make it through is to NOT replace the ME region while keeping fitc open, but to instead quit ftic, hit save in an .xml, then replace the ME Region file, restart fitc, open the saved xml file, hit build again. That time it did not complain and effectively generated the outimage.bin.

                The step to restart fitc is mentioned here effectively https://www.badcaps.net/forum/troubl...-guide?t=88533

                I guess the fitc restart is an important step not mentioned in the first guide. Actually it tells you to do the opposite. So I leave this here to document that point :-)

                Let's see if I can now successfully reprogram and resolder that chip !


                Comment

                • bschwand
                  New Member
                  • May 2024
                  • 7
                  • Switzerland

                  #9
                  reflashed the chip, resoldered and success !
                  been running the unigine benchmark for 45 minutes, no reboot in sight.
                  thanks to the forum and detailed guides here and elsewhere :-)
                  cheers !

                  Comment

                  • gengjin7wodang
                    New Member
                    • Jan 2020
                    • 4
                    • España

                    #10
                    If you would like to provide the complete tutorial video, I would be very grateful.

                    Comment

                    • bschwand
                      New Member
                      • May 2024
                      • 7
                      • Switzerland

                      #11
                      I do not have the time or inclination to make a video, sorry...
                      all the information is there, just read.
                      this is the step by step instructions https://www.badcaps.net/forum/troubl...-guide?t=88533
                      and for background and understanding what you are doing read this https://winraid.level1techs.com/t/gu...lization/31277

                      Comment

                      Related Topics

                      Collapse

                      • lalle-
                        Dell G5 SE 5505 - "Invalid memory installed" after BIOS update.
                        by lalle-
                        Hello!

                        I have a problem with a Dell G5 SE 5505 laptop that I hope someone can give me a few pointers on.
                        [OK, it's not really a laptop, I'm running the motherboard on my desktop with only cooling, RAM and an M2 drive attached.]
                        I had some performance issues, so I decided to update my BIOS from 1.7.0 to the latest version, 1.20.0.
                        The computer restarted and the update dit not want to continue without a battery connected, even though I used dell's method of bypassing this requirement.
                        I tried updating to a custom BIOS from Reddit user Satori_Nori https://www...
                        08-11-2024, 02:01 PM
                      • burbutsalos
                        55" QLED QE55Q60T Turns on after 1 minute the picture goes bad and get in boot loop
                        by burbutsalos
                        Hello ,
                        The issue with this set is that it turn on just fine and after a minute or so the picture shows either vertical lines or turns half black and from that point on starts a boot loop.
                        If a let the unit to cool down for a minute the same pattern starts again. i had exactly the same mainboard as a spare and replaced it but nothing changed.

                        Any ideas what to check?...
                        12-12-2023, 06:06 AM
                      • giya
                        Invalid File Specified
                        by giya
                        hi admin. i cant download a file in the forum "Invalid File Specified". help me?
                        06-17-2025, 09:19 PM
                      • NostromoKane
                        INVALID entries in BIOS of Lenovo Yoga C630-13Q50 Windows on Snapdragon 2in1
                        by NostromoKane
                        Hello,

                        I have a Lenovo Yoga C630-13Q50 Windows on Snapdragon laptop that I bought used here in Japan. They only sell the 4GB RAM version here in Japan so I decided to purchase an 8GB motherboard off of Aliexpress. The motherboard works without issue but Product ID, MTM, and Lenovo SN entries in the BIOS are INVALID.

                        I would like to input the values from the old motherboard. After searching the internet I learned about LVAR and have tried to use it to input the values but I get the following error.

                        I have tried placing the LVAR folder on C drive and Desktop...
                        05-08-2025, 05:48 PM
                      • Track4207
                        Hisense H50N5300UK reboots when showing full red images
                        by Track4207
                        Hi all! A bit of an interesting and unusual problem: as the the title suggests I have a Hisense H50N5300UK that reboots when showing fullscreen solid red images (and some other solid colours, but red generally causes the issue the fastest). I first came across the problem assuming it was an intermittent issue, but later lucked into finding out that a title sequence of a show I watch happened to trigger the reboot.

                        What happens:
                        • TV appears to operate normally, for an indefinite amount of time until a problem image appears
                        • The problem image is displayed very briefly, then the
                        ...
                        08-30-2023, 11:58 AM
                      • Loading...
                      • No more items.
                      Working...