Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
[REQUEST] Lenovo Thinkpad T540p (GMETxxW...
Last Post: saki_Master
Today 10:17 PM
» Replies: 89
» Views: 67811
[REQUEST] Lenovo Yoga 500-14ISK (D3CNxxW...
Last Post: Distibiant
Today 10:03 PM
» Replies: 6
» Views: 4774
[REQUEST] HP 15-bs000 (Intel) series BIO...
Last Post: Andras0911
Today 07:23 PM
» Replies: 8
» Views: 9537
[Recovery – NOT an unlock request] HP En...
Last Post: heather1202
Today 04:23 PM
» Replies: 0
» Views: 62
[REQUEST] Lenovo IdeaPad Y410p & Y510p (...
Last Post: puqui
Today 02:18 PM
» Replies: 101
» Views: 94485
Help me with a CMOS Passworded HP Proboo...
Last Post: TheKungFuRobber
Today 01:43 PM
» Replies: 0
» Views: 75
[REQUEST] Acer Aspire 4930G BIOS Unlock
Last Post: BIUW
Today 01:16 AM
» Replies: 20
» Views: 6492
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: FFNN
Yesterday 08:55 AM
» Replies: 44
» Views: 40103
[REQUEST] Lenovo T520 (8AETxxWW) Whiteli...
Last Post: zahaar
Yesterday 01:47 AM
» Replies: 149
» Views: 146393
Lenovo ThinkPad x130e 8RET54WW(V1.17) WH...
Last Post: nervtechdept
07-07-2026 03:49 PM
» Replies: 5
» Views: 5106
Foxconn H61MXE & Xeon
Last Post: Elmurley
07-07-2026 04:40 AM
» Replies: 2
» Views: 853
[REQUEST] Lenovo B490 (H1ETxxWW) Whiteli...
Last Post: samuelmenegatti
07-06-2026 01:56 PM
» Replies: 91
» Views: 65601
Lenovo Z470 Wifi Whitelist
Last Post: Schneider90210
07-06-2026 06:14 AM
» Replies: 25
» Views: 19697
[REQUEST] Clevo P751ZM (mobo P750ZM-G) B...
Last Post: EuReKa-LoS
07-04-2026 08:55 AM
» Replies: 5
» Views: 3621
Dell Inspiron 3910 BIOS Password Removal...
Last Post: 5518
07-02-2026 06:27 AM
» Replies: 0
» Views: 1319
Modded bios m3-581tg wont flash
Last Post: gazan
07-02-2026 06:15 AM
» Replies: 57
» Views: 52722
[Request] Rog g22ch Bios Unlock (PL1, pl...
Last Post: Echelon36
07-01-2026 08:21 PM
» Replies: 0
» Views: 1191
[REQUEST] Acer Aspire One D270 BIOS Unlo...
Last Post: StrasneQvirki
06-28-2026 01:56 PM
» Replies: 31
» Views: 33864
[REQUEST] Alienware M15 R7 i7-12700H BIO...
Last Post: Carl Camargos
06-28-2026 10:25 AM
» Replies: 0
» Views: 1306
Hp 8510w fix quad core support Q9000 in ...
Last Post: DeathBringer
06-28-2026 10:24 AM
» Replies: 11
» Views: 1890

Can i get general instructions for modifying AMI bios ?
#31
That's so amazing, i'm stoked to hear you got it working @capissen38 Smile
find
quote
#32
(02-20-2019, 02:09 PM)Lost_N_BIOS Wrote: Download the USB package, and then edit the IMAGEFH.rom, may or may not be same you mentioned (File size is 6.50MB)

Removing whitelist is done via assembly/disassembly app and hex editor, here is general info about that (not specific to this BIOS, BIOS type, or any BIOS really, just "in general")
https://www.bios-mods.com/forum/Thread-G...nsyde-BIOS

Is the error you are looking for the exact one you are shown?  I don't find it either, using UEFITool or extracting setup and several other modules and checking those as well.  Makes me think maybe you have wrong error terms?  I even looked just  Unauthorized network and could not find that either.

Found it!  Use UEFITool, via search go to GUID CEC0D748-7232-413B-BDC6-2ED84F5338BC and extract PE32 as is, and the submodule with bunch of zero's on the end.  The one with all the zero's holds the text for the error, the PE32 module is where your block coding will need to be edited

I find three instances of Test al, al in assembly that lead to infinite loops, so not sure which applies to your hardware issue, you'd have to test bypassing each one at a time.

Hi Lost_N_BIOS and chaus - this entire thread is very informative. I am working on this same project myself on an M73 and am having a hard time progressing. How did you find this GUID? I am unable to find any of the error text as you did. My ROM dump (obtained from board with CH341A + SOIC8 SOP8 Clip) is attached


Attached Files
.bin   INITIALDUMP.bin (Size: 8 MB / Downloads: 14)
find
quote
#33
(10-10-2019, 09:41 PM)silent_noodle Wrote:
(02-20-2019, 02:09 PM)Lost_N_BIOS Wrote: Download the USB package, and then edit the IMAGEFH.rom, may or may not be same you mentioned (File size is 6.50MB)

Removing whitelist is done via assembly/disassembly app and hex editor, here is general info about that (not specific to this BIOS, BIOS type, or any BIOS really, just "in general")
https://www.bios-mods.com/forum/Thread-G...nsyde-BIOS

Is the error you are looking for the exact one you are shown?  I don't find it either, using UEFITool or extracting setup and several other modules and checking those as well.  Makes me think maybe you have wrong error terms?  I even looked just  Unauthorized network and could not find that either.

Found it!  Use UEFITool, via search go to GUID CEC0D748-7232-413B-BDC6-2ED84F5338BC and extract PE32 as is, and the submodule with bunch of zero's on the end.  The one with all the zero's holds the text for the error, the PE32 module is where your block coding will need to be edited

I find three instances of Test al, al in assembly that lead to infinite loops, so not sure which applies to your hardware issue, you'd have to test bypassing each one at a time.

Hi Lost_N_BIOS and chaus - this entire thread is very informative. I am working on this same project myself on an M73 and am having a hard time progressing. How did you find this GUID? I am unable to find any of the error text as you did. My ROM dump (obtained from board with CH341A + SOIC8 SOP8 Clip) is attached

Attached is my edited bios, I hope that helps Smile


Attached Files
.bin   hacked bios.bin (Size: 8 MB / Downloads: 65)
find
quote
#34
(10-10-2019, 10:02 PM)chaus Wrote:
(10-10-2019, 09:41 PM)silent_noodle Wrote:
(02-20-2019, 02:09 PM)Lost_N_BIOS Wrote: Download the USB package, and then edit the IMAGEFH.rom, may or may not be same you mentioned (File size is 6.50MB)

Removing whitelist is done via assembly/disassembly app and hex editor, here is general info about that (not specific to this BIOS, BIOS type, or any BIOS really, just "in general")
https://www.bios-mods.com/forum/Thread-G...nsyde-BIOS

Is the error you are looking for the exact one you are shown?  I don't find it either, using UEFITool or extracting setup and several other modules and checking those as well.  Makes me think maybe you have wrong error terms?  I even looked just  Unauthorized network and could not find that either.

Found it!  Use UEFITool, via search go to GUID CEC0D748-7232-413B-BDC6-2ED84F5338BC and extract PE32 as is, and the submodule with bunch of zero's on the end.  The one with all the zero's holds the text for the error, the PE32 module is where your block coding will need to be edited

I find three instances of Test al, al in assembly that lead to infinite loops, so not sure which applies to your hardware issue, you'd have to test bypassing each one at a time.

Hi Lost_N_BIOS and chaus - this entire thread is very informative. I am working on this same project myself on an M73 and am having a hard time progressing. How did you find this GUID? I am unable to find any of the error text as you did. My ROM dump (obtained from board with CH341A + SOIC8 SOP8 Clip) is attached

Attached is my edited bios, I hope that helps Smile

Thank you!! I will be trying this on my machine as soon as I get home tonight. Will update here!
find
quote
#35
(10-10-2019, 10:02 PM)chaus Wrote:
(10-10-2019, 09:41 PM)silent_noodle Wrote:
(02-20-2019, 02:09 PM)Lost_N_BIOS Wrote: Download the USB package, and then edit the IMAGEFH.rom, may or may not be same you mentioned (File size is 6.50MB)

Removing whitelist is done via assembly/disassembly app and hex editor, here is general info about that (not specific to this BIOS, BIOS type, or any BIOS really, just "in general")
https://www.bios-mods.com/forum/Thread-G...nsyde-BIOS

Is the error you are looking for the exact one you are shown?  I don't find it either, using UEFITool or extracting setup and several other modules and checking those as well.  Makes me think maybe you have wrong error terms?  I even looked just  Unauthorized network and could not find that either.

Found it!  Use UEFITool, via search go to GUID CEC0D748-7232-413B-BDC6-2ED84F5338BC and extract PE32 as is, and the submodule with bunch of zero's on the end.  The one with all the zero's holds the text for the error, the PE32 module is where your block coding will need to be edited

I find three instances of Test al, al in assembly that lead to infinite loops, so not sure which applies to your hardware issue, you'd have to test bypassing each one at a time.

Hi Lost_N_BIOS and chaus - this entire thread is very informative. I am working on this same project myself on an M73 and am having a hard time progressing. How did you find this GUID? I am unable to find any of the error text as you did. My ROM dump (obtained from board with CH341A + SOIC8 SOP8 Clip) is attached

Attached is my edited bios, I hope that helps Smile

Happy to report that upon erasing the BIOS chip and flashing this I am successfully bypassing the whitelist! Thank you very much for sharing, you have given this hardware new life for me!
find
quote
#36
Someone else messaged me asking for details on how I made this work. I am NOT an embedded hardware dude and mostly pieced this together from other helpful people on this forum, but here's the step-by-step that I used, more or less:

  1. Dump the ROM file using the CH341A clip and the AsProgrammer software (found here: https://github.com/nofeletru/UsbAsp-flash/releases/). Mine was finicky and took some adjustment to make good, reliable contact. If you get all zeros or errors, try messing with the clip positioning.
  2. Download and run UEFITool (I shared out the version I downloaded because god only knows where I found it originally: https://bruker-my.sharepoint.com/:f:/p/j...g?e=M1ZcMX).
  3. Open the ROM file in UEFITool.exe (NOT UEFITool-old.exe, we'll use that later).
  4. Go to Action ==> Search ==> GUID, and search for this GUID: CEC0D748-7232-413B-BDC6-2ED84F5338BC.
  5. It should pull up only one search result. Double-click that result to go to that location in the ROM file.
  6. Expand the GUID in the treeview, then expand "Compressed section."
  7. Right-click on "PE32 image section" and select "Extract body ..."
  8. Download and run HxD hex editor: https://mh-nexus.de/en/downloads.php?product=HxD20
  9. Open up the file you saved when you extracted the "PE32 image section" in HxD (by default it'll be called something like "Section_PE32_image_CDC0D748-7232-413B-BDC6-2ED84F5338BC_ErrorMessage_body.efi").
  10. Scroll down to 000041C0, and highlight the value in the '04' column. It should have a value of 74. You want to change this value to EB. This is the magic! It's machine code for "skip this section that does a boot loop if weird hardware is found."
  11. Do a File ==> Save.
  12. Now open up the ROM file you dumped in UEFITool-old.exe.
  13. Drill down to Intel Image ==> BIOS region ==> 8C8CE578-8A3D-4F1C-9935-896185C32DD3 ==> CEC0D748-7232-413B-BDC6-2ED84F5338BC ==> Compressed section.
  14. Right-click on "PE32 image section" and select "Replace body...", then select the modified .efi file you created in Step 11.
  15. Do a File ==> Save image file... and save this as something like "M73Modified.rom" to keep it separate from the original dump.
  16. Close both UEFITools, and open up AsProgrammer again, then wipe the ROM chip and reflash it with the new .rom file you created. Just flashing over it without wiping it is known to cause issues.
If everything worked, you should now have a whitelist-free M73 TFF!

I don't have any other of that model to test with, so I have no idea if the GUIDs will be the same, but based on other posters' results, I believe they will be.

Anyway, let me know if this works for you! Few things give me as much satisfaction as helping someone else stick it to The Man. ;-)
find
quote
#37
Wish i can get this support from members :c
The thing is i have AMD asrock ab350 fatality k4 gaming, but i'm so noob, i'm asking for help cause i want to unlock all features on this mobo, to fix the cpu issues with high latencies and audio stuttering and API insufficient resources, and here in Venezuela situation is so difficult to do RMA, cause is so expensive to sent back to Asrock, also they don't care about rma :/

This is the rom i'm using: http://asrock.pc.cdn.bitgravity.com/BIOS...83)ROM.zip
And the AMI BCP version is: 5.02.0023 and i don't quite know if this the proper software version for my Motherboard model and current bios

Aff :/
find
quote
#38
Unable to delete this post, so I edited.
find
quote
#39
I have a Lenovo M93 with this board.
I purchased a i5-4590T Haswell refresh cpu, hoping that will work since it is in the supported cpu list here: https://download.lenovo.com/parts/ThinkC...062014.pdf

The pc starts, but doesn't boot, so I guess the microcode is not included. If I put back the old G3220T, then it boots nicely.
I am using the latest bios from here: https://support.lenovo.com/gb/en/downloads/ds035753

The question would be, how to update the microcode to support all the haswell 35w, 45w and 47w cpu-s?
find
quote
#40
(02-21-2019, 07:03 PM)chaus Wrote: Ok so here's a photo of the motherboard.
Yellow arrow:
    MXIC MX
    25L6473E
    M2I-10G
    3R174400
    L144215
Red arrow:
    51199
    LAAZ
Green arrow:
    MXIC MX
    25L8006E
    M2I-126
    30423600
    K144075
Blue arrow:
    APL5930
    VQ783
Purple arrow:
    NIKOS
    P12038VA
    GND1Q0K07
Which do you think it is?



[Image: AtJNcEE.jpg]

Hello @chaus and @lost_n_bios,

I have similar machine, Thinkcentre M93p Tiny using i5-4590T, but next on the side of the yellow chip (MX25L6473E) on the empty spot on your motherboard, my machine got another chip which is MX25L3273E. 

I am also would like to have the whitelist removed, first by trying to search the whitelisted card (in my case, tried to search Intel 7260 card that is in the whitelist, 8086:08b1 in reversed order) but I cannot find it).

Please have a look on my file and help with the whitelist removal.

Thank you.


Attached Files
.zip   Archive.zip (Size: 6.57 MB / Downloads: 12)
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)