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
Clevo P775TM1-G BIOS
Last Post: ActivatedNut
Today 01:36 AM
» Replies: 145
» Views: 55271
[REQUEST] Lenovo G50-70 (9ACNxxWW) BIOS ...
Last Post: colin89
Yesterday 06:16 PM
» Replies: 138
» Views: 40926
ASUS P5G41T-M LX2/GB Unlocked Hidden Ove...
Last Post: GangsteR23
Yesterday 04:58 PM
» Replies: 25
» Views: 64112
lenovo z570 Advanced Menu Unlocked
Last Post: Kaluva12345
Yesterday 04:58 PM
» Replies: 7
» Views: 4094
[Request] HP Elitebook 6930P WLAN Whitel...
Last Post: Maxinator500
Yesterday 02:25 PM
» Replies: 15
» Views: 6553
[REQUEST] Lenovo Yoga 11E (N15ETxxW) Whi...
Last Post: drradkin
Yesterday 12:30 PM
» Replies: 4
» Views: 2500
Lenovo ThinkCentre M715q 2nd Gen & AMD R...
Last Post: RedfieldHUN1987
Yesterday 09:23 AM
» Replies: 2
» Views: 133
L14 Gen 3 AMD , Need UEFI unlock advance...
Last Post: frankeinstein2532555
Yesterday 04:08 AM
» Replies: 0
» Views: 78
[REQUEST] Lenovo Y400 & Y500 (6BCNxxWW) ...
Last Post: freedome
03-26-2024 11:00 PM
» Replies: 188
» Views: 52152
[REQUEST] Lenovo G510 (79CNxxWW) Whiteli...
Last Post: ghostinoss
03-26-2024 09:21 PM
» Replies: 655
» Views: 167037
[Request] CPU support for Lenovo IQ57I
Last Post: DeathBringer
03-26-2024 10:02 AM
» Replies: 5
» Views: 230
unlocked Bios for Machenike s16
Last Post: Dudu2002
03-26-2024 09:06 AM
» Replies: 5
» Views: 320
[REQUEST] Bios Unlock Whitelist HP DV6-6...
Last Post: DimanTLT63
03-26-2024 03:03 AM
» Replies: 0
» Views: 131
[REQUEST] HP Pavilion G6-1252ss Whitelis...
Last Post: joseefitness
03-26-2024 01:40 AM
» Replies: 0
» Views: 114
[REQUEST] Lenovo S310 & S410 (8BCNxxWW) ...
Last Post: morgley
03-25-2024 10:43 PM
» Replies: 14
» Views: 6325
Acer Nitro ANV15-51 Bios Bin File Reques...
Last Post: Papethzkie23
03-25-2024 06:04 PM
» Replies: 0
» Views: 131
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: si1975
03-25-2024 01:28 PM
» Replies: 468
» Views: 125383
[REQUEST] Lenovo Yoga 2 Pro (76CNxxWW) W...
Last Post: TalKaz
03-25-2024 11:10 AM
» Replies: 844
» Views: 316974
[REQUEST] Toshiba Satellite A300D PSAK0C...
Last Post: 1000palladium
03-25-2024 10:43 AM
» Replies: 4
» Views: 227
[REQUEST] Lenovo G780 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
03-25-2024 08:36 AM
» Replies: 877
» Views: 280980

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