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
Asus h61m-d & xeon e3-1265l v2
Last Post: llEmre
Today 11:01 AM
» Replies: 0
» Views: 9
[REQUEST] - Acer Swift 3 SF314-41G bios ...
Last Post: ersan
Today 10:52 AM
» Replies: 0
» Views: 14
[REQUEST] Lenovo G780 advanced menu
Last Post: Dudu2002
Today 09:41 AM
» Replies: 43
» Views: 16938
[REQUEST] ThinkPad T14 Gen1 Intel BIOS W...
Last Post: SSV CHAOTIC
Today 05:19 AM
» Replies: 0
» Views: 57
[REQUEST] Lenovo Ideapad 100-14IBD & 100...
Last Post: Dudu2002
Today 03:48 AM
» Replies: 15
» Views: 6762
[REQUEST] Lenovo IdeaPad U310 & U410 (65...
Last Post: 5CarPileup
Today 02:04 AM
» Replies: 1767
» Views: 379340
HP Pro 3500: CPU Upgrade
Last Post: DeathBringer
Today 12:13 AM
» Replies: 20
» Views: 4456
[READ FIRST] Access Advanced settings th...
Last Post: Klinzah
Yesterday 05:11 PM
» Replies: 424
» Views: 568696
[REQUEST] Asus eeepc 1025C
Last Post: sloseba123
Yesterday 04:44 PM
» Replies: 87
» Views: 110298
HP EliteBook 840 g2 NVMe
Last Post: x86-64
Yesterday 06:30 AM
» Replies: 0
» Views: 87
[Request] Dell 7400 2 in 1 Computrace/Ab...
Last Post: Lorand187
05-01-2024 10:34 PM
» Replies: 0
» Views: 128
Fujitsu Esprimo P5710 - unlock [REQUEST]
Last Post: monkeywrench
05-01-2024 02:28 PM
» Replies: 12
» Views: 357
[REQUEST] Gigabyte B75M-D3H BIOS Unlock
Last Post: topadefir
05-01-2024 12:56 PM
» Replies: 10
» Views: 4030
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: samugarob
05-01-2024 10:08 AM
» Replies: 674
» Views: 168502
[REQUEST] Asus GL504GV BIOS Unlock
Last Post: merjeu
05-01-2024 09:28 AM
» Replies: 5
» Views: 1696
[REQUEST] Asus ROG Strix GL702ZC BIOS Un...
Last Post: George205
05-01-2024 09:22 AM
» Replies: 167
» Views: 68652
[REQUEST] HP Gaming Pavilion 15-cx0xxx B...
Last Post: falkorikstv
05-01-2024 07:03 AM
» Replies: 10
» Views: 1627
[REQUEST] Gigabyte G5 KC Unlock BIOS
Last Post: Dudu2002
05-01-2024 04:06 AM
» Replies: 6
» Views: 2291
[REQUEST] M920q BIOS unlock
Last Post: d3vf0x
04-30-2024 04:50 PM
» Replies: 0
» Views: 173
[REQUEST] Lenovo G500 (78CNxxWW) Whiteli...
Last Post: MAVARACOMPLEX
04-30-2024 02:15 PM
» Replies: 1186
» Views: 268735

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: 13)
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: 62)
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: 11)
find
quote


Forum Jump:


Users browsing this thread: 2 Guest(s)