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
UNLOCKED BIOS S3810 WITH LIMIT 8GB RAM
Last Post: DeathBringer
Today 03:34 PM
» Replies: 7
» Views: 565
BIOS P09ABE and 32GB RAM with 2 16GB mod...
Last Post: DeathBringer
Today 11:16 AM
» Replies: 3
» Views: 277
Biostar N68S3B to disable TDP check
Last Post: DeathBringer
Today 11:12 AM
» Replies: 1
» Views: 84
Microcode Update for HP Compaq DC7900 (7...
Last Post: MarkF
Today 09:53 AM
» Replies: 20
» Views: 11099
[Request] AM3 support for ECS RS485M-M
Last Post: DeathBringer
Today 02:03 AM
» Replies: 7
» Views: 1034
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: TheMiataFanatic
Today 01:22 AM
» Replies: 134
» Views: 94075
Intel Xeon E3 1270 V5 for LGA 1151 (ASUS...
Last Post: DeathBringer
Yesterday 03:26 PM
» Replies: 6
» Views: 577
ASUS M2N4-SLI new cpu
Last Post: Vlad94
Yesterday 02:52 PM
» Replies: 9
» Views: 2210
[REQUEST] Lenovo Flex 2-14 (A0CNxxWW) Wh...
Last Post: Dudu2002
Yesterday 11:51 AM
» Replies: 246
» Views: 118958
disabling amd prochot with moded bios.
Last Post: vorajeeah
Yesterday 07:21 AM
» Replies: 0
» Views: 369
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: Dudu2002
10-17-2025 11:34 PM
» Replies: 343
» Views: 199578
[REQUEST] Samsung RV520 BIOS Unlock
Last Post: ezikCel
10-17-2025 07:45 PM
» Replies: 9
» Views: 13749
Winflash "flash bios is not an upgrade" ...
Last Post: lovie_loveth
10-17-2025 06:47 PM
» Replies: 23
» Views: 11881
[REQUEST] Sony Vaio SVE141 & SVE151 seri...
Last Post: nitro88
10-17-2025 02:13 AM
» Replies: 59
» Views: 38011
[REQUEST] Toshiba Satellite L750D & L755...
Last Post: thepwrtank18
10-16-2025 08:20 PM
» Replies: 14
» Views: 12995
Huananzhi x79-8d
Last Post: lomajpure
10-16-2025 01:13 PM
» Replies: 0
» Views: 427
Alienware M17x R3 Bios Unlock
Last Post: Dudu2002
10-16-2025 10:40 AM
» Replies: 12
» Views: 21002
[REQUEST] Gigabyte Aorus 15G KC BIOS unl...
Last Post: Dudu2002
10-14-2025 05:10 PM
» Replies: 35
» Views: 15965
Aorus 17G YD unlock bios?
Last Post: Dudu2002
10-14-2025 05:08 PM
» Replies: 1
» Views: 726
Unlocking the Hidden MAINTENANCE Menu of...
Last Post: 123BIOS
10-14-2025 10:31 AM
» Replies: 0
» Views: 1105

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)