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 Y400 & Y500 (6BCNxxWW) ...
Last Post: freedome
Today 08:36 PM
» Replies: 156
» Views: 53508
Request for Modded BIOS with AI Tweaker ...
Last Post: CertifiedCosmos
Today 05:04 PM
» Replies: 0
» Views: 39
Lenovo ThinkCentre M71e GPU Whitelist re...
Last Post: saschalein
Today 03:23 PM
» Replies: 0
» Views: 50
[REQUEST] Lenovo Ideapad 330S-15ARR (7WC...
Last Post: nadolivbios
Today 01:26 PM
» Replies: 25
» Views: 6025
How To Add SLIC 2.1 To An Intel Motherbo...
Last Post: sanya.silitskiy
Today 11:52 AM
» Replies: 73
» Views: 219776
[REQUEST] 13w Yoga Gen 2 (Type 82YR) (KB...
Last Post: SiberianTiger97
Today 09:48 AM
» Replies: 2
» Views: 137
Acer Extensa 5620: CPU replace
Last Post: MPM
Today 08:28 AM
» Replies: 2
» Views: 92
[REQUEST] Sony Vaio VPCEH & VPCEJ series...
Last Post: nrns
Yesterday 08:08 PM
» Replies: 232
» Views: 98243
[REQUEST] Lenovo Y70-70 (9ECNxxWW) White...
Last Post: Dudu2002
Yesterday 02:35 PM
» Replies: 103
» Views: 23836
[REQUEST] Lenovo Yoga 2 Pro (76CNxxWW) W...
Last Post: Dudu2002
Yesterday 07:29 AM
» Replies: 847
» Views: 323366
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
Yesterday 07:28 AM
» Replies: 26
» Views: 917
[REQUEST] Lenovo ThinkPad P14s 3rd Gen 1...
Last Post: Dudu2002
Yesterday 07:26 AM
» Replies: 4
» Views: 274
Add CPU support Lenovo M715s
Last Post: pashtet440
Yesterday 06:56 AM
» Replies: 0
» Views: 116
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
04-14-2024 09:02 AM
» Replies: 1733
» Views: 541644
Dell Latitude 5520 - get to know passwor...
Last Post: yeti1299
04-14-2024 06:48 AM
» Replies: 2
» Views: 223
[REQUEST]: Asus TP420IA - how to dump bi...
Last Post: quantumx3
04-14-2024 05:34 AM
» Replies: 0
» Views: 197
[REQUEST] Lenovo Y50-70 (9ECNxxWW) BIOS ...
Last Post: Nightdemon2001
04-14-2024 01:13 AM
» Replies: 2319
» Views: 655962
[REQUEST] Lenovo B575 (52CNxxWW) Whiteli...
Last Post: thepwrtank18
04-13-2024 06:13 PM
» Replies: 56
» Views: 20364
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: alvaro8905
04-13-2024 05:25 PM
» Replies: 673
» Views: 163330
Lenovo Yoga 14s (slim7Gen 8)
Last Post: Dudu2002
04-13-2024 03:32 PM
» Replies: 12
» Views: 621

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: 5 Guest(s)