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] HP EliteBook 640 G9 – Remove W...
Last Post: dlareklami
Today 04:20 AM
» Replies: 0
» Views: 54
Help with DMI Info Lenovo Bios
Last Post: force9da
Yesterday 04:04 PM
» Replies: 0
» Views: 133
Lenovo z510 i5-4200m to i7-4700mq upgrad...
Last Post: ClaudeSpeed
Yesterday 03:42 PM
» Replies: 7
» Views: 212
X550VXK BIOS Unlock Request
Last Post: foxbnu
Yesterday 03:40 PM
» Replies: 0
» Views: 90
Dell Optiplex 790 bypass Press F1 during...
Last Post: jozsef_kacso
Yesterday 04:19 AM
» Replies: 5
» Views: 16859
[REQUEST] Whitelist Removal for lenovo v...
Last Post: konjiki no yami
10-29-2025 07:36 PM
» Replies: 0
» Views: 155
[REQUEST] HP dv6-6b57el hidden menu
Last Post: Alcatraz
10-29-2025 04:28 PM
» Replies: 1
» Views: 229
[REQUEST] Lenovo G500 (78CNxxWW) BIOS Un...
Last Post: Dudu2002
10-29-2025 03:22 PM
» Replies: 289
» Views: 200067
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: Dudu2002
10-29-2025 03:19 PM
» Replies: 97
» Views: 54688
[REQUEST] Acer Aspire V5-121 Bios Unlock
Last Post: Strongbox256
10-29-2025 11:15 AM
» Replies: 5
» Views: 9042
[REQUEST] Eglobal S210H BIOS Unlock
Last Post: ShawnSuter
10-29-2025 10:50 AM
» Replies: 145
» Views: 64158
Request: Unlock CPU Voltage (Vcore) for ...
Last Post: hoomaan
10-29-2025 10:35 AM
» Replies: 0
» Views: 124
[REQUEST] Bios Unlock - Packard Bell Eas...
Last Post: Overtune2005
10-29-2025 08:37 AM
» Replies: 3
» Views: 2088
asrock 970 extreme3 slic 2.1
Last Post: 3xy
10-29-2025 03:34 AM
» Replies: 12
» Views: 18529
[Request] Dell Inspiron 17r SE 7720 Unlo...
Last Post: Bennett
10-29-2025 12:05 AM
» Replies: 92
» Views: 117407
[REQUEST] HP Probook 6570b Whitelist Rem...
Last Post: nexxus2
10-28-2025 01:07 PM
» Replies: 4
» Views: 5976
Gigabyte GA-MF3 CPU upgrade mod
Last Post: dm-
10-28-2025 10:53 AM
» Replies: 25
» Views: 22785
[REQUEST] Lenovo B590 (H1ETxxWW) Whiteli...
Last Post: yamicazanova2
10-28-2025 09:50 AM
» Replies: 799
» Views: 481611
BIOS fix Lenovo c460
Last Post: waldek69
10-28-2025 07:33 AM
» Replies: 16
» Views: 3831
[REQUEST] Lenovo x121e (AMD, 8RETxxWW) W...
Last Post: Quill6290
10-28-2025 03:31 AM
» Replies: 56
» Views: 43322

General Question About BIOS modding
#1
From what it appears, people don't modify the OEM bios update from the manufacturer's website. Instead it seems like each and every computer has to do a BIOS dump and then someone modifies that file. This makes that file worthless to anybody else, even if they have the same laptop.

So just a couple of questions:

1) Is there a reason way the generic OEM bios updates can't just be modified to remove the whitelist so everyone can enjoy the same file?

2) Sounds like I would use something called "Universal BIOS Backup ToolKit 2.0" to dump a copy of my working Lenovo G500 InsydeH20 Bios. Is that the same tool that would then flash the newly modified bios?

3) It seems like there are many people willing to do the mod for me, but is there some reason why I can't do it myself? Is there just a tool I need to download to remove the whitelist (or Whitelist check) code?

4) I'm looking to replace my WiFi card with one that can connect faster. I don't mind using another 'approved' wifi card and not mess with this whole bios thing, however is there any way to extract out this infamous WhiteList to see what my choices are?

Thank for any info and I look forward to educating myself.
find
quote
#2
I'm not sure where your getting the idea that people don't modify the bios rom that comes directly from the OEM. People like to post backup's of their bios that were created by tools like "Universal BIOS Backup Toolkit", but we usual just ignore that and ask for a link to the official update. The guy who made that utility says that he can't gaunrentee that it'll work perfectly for every chip, so I personally don't trust backups generated by it Tongue

I wrote some tutorials a few months ago on my blog about modding Insyde bios. However some of the stuff in there is outdated now. Going to start rewriting a lot of my tutorials on this site soon, and I'm going to make them a whol lot better Big Grin
find
quote
#3
(01-04-2014, 01:04 PM)donovan6000 Wrote: I'm not sure where your getting the idea that people don't modify the bios rom that comes directly from the OEM....

I was trying to keep my post generic but as I read other post specifically for my Laptop model I'm seeing people say that trying to use a modded BIOS for another identical laptop would brick any other.

Everyone was taking dumps of their specific BIOS, getting it modified, and then the new BIOS would be deleted from the web link.

In addition, the BIOS from Lenovo comes as an EXE. So not sure how one would get the actual BIOS file out from it (another reason I thought people were required to do a BIOS dump first)

I'll check out your post.. thanks for the info.
find
quote
#4
A bios dump contain serial number, windows cdkey, network mac address and bios password... etc. If you will flash a password protected dump, your notebook will be unusable unless you know the password. Also if you write a dump to 2 PCs from the same network, the network will stop working because they have same mac address.
find
quote
#5
.EXE is just one of the standard Microsoft OS executable formats. There's also standard libraries for compressing files into the executable that most popular archiving software can deal with. So opening the executable with programs like winrar, win zip, 7zip, etc will show all the stored files in it.

Also when running the executable, all the files, including the bios rom, will be extracted to a temporary directory. They are usually extracted to one of several different places like C:/, C:/users/name/AppData/local/temp/, C:Windows/, etc.
find
quote
#6
(01-04-2014, 02:56 PM)donovan6000 Wrote: .EXE is just one of the standard Microsoft OS executable formats. There's also standard libraries for compressing files into the executable that most popular archiving software can deal with. So opening the executable with programs like winrar, win zip, 7zip, etc will show all the stored files in it.

Also when running the executable, all the files, including the bios rom, will be extracted to a temporary directory. They are usually extracted to one of several different places like C:/, C:/users/name/AppData/local/temp/, C:Windows/, etc.

What with extracted bios file that is different in size and can not be used as such for direct programming with eeprom programmer?
HP newer bios are like that.
find
quote
#7
(01-09-2014, 06:01 AM)Ludonja Wrote: What with extracted bios file that is different in size and can not be used as such for direct programming with eeprom programmer?
HP newer bios are like that.

All bios roms are like that. Your bios chip actually consists of several regions: flash descriptor, GPE, BIOS, ME firmware. And there can even be more than that. The bios upates from your manufacture are only designed to update the bios region of the chip, which is why the size of the rom isn't what you'd expect Tongue

You'd have to dump the bios with an eeprom programmer to get a full dump that can be flashed back with the programmer.
find
quote
#8
Well I took from bios chip original program witch is not working. Usually need to download bios program from official site and fill chip with it.
Now I still can do that but laptop is dead after that. Smile
If you have some idea or advice to share with me and rest of population here be free to shot. Smile
find
quote
#9
(01-09-2014, 03:08 PM)Ludonja Wrote: Well I took from bios chip original program witch is not working. Usually need to download bios program from official site and fill chip with it.
Now I still can do that but laptop is dead after that. Smile
If you have some idea or advice to share with me and rest of population here be free to shot. Smile

How did you brick your laptop? There are recovery procedures that can be preformed depending on what manufacture your computer is from.
find
quote
#10
I will check your blog for sure. Wink You suggesting me to try with USB and win+B keys?
Till now nobody succeed to do that.
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)