Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 3 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
Lenovo Y550 BIOS Unlocking (Advanced Men...
Last Post: kentsergeo
Today 01:23 AM
» Replies: 1
» Views: 279
[REQUEST] Toshiba Satellite L650 WhiteLi...
Last Post: averagenokiauser
Yesterday 02:58 PM
» Replies: 15
» Views: 7319
[REQUEST] Thunderobot 911s Core BIOS Unl...
Last Post: EgaschNSK
Yesterday 07:28 AM
» Replies: 0
» Views: 168
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: Roago
06-25-2025 06:50 PM
» Replies: 215
» Views: 108139
[REQUEST] Toshiba Satellite L750 & L755 ...
Last Post: EiadSherif2008
06-25-2025 05:12 PM
» Replies: 78
» Views: 57213
Lenovo B590 unlock the checking original...
Last Post: leecher1337
06-25-2025 02:42 PM
» Replies: 34
» Views: 26417
[REQUEST] Sony Vaio SVE141 & SVE151 seri...
Last Post: Reza1
06-25-2025 12:28 PM
» Replies: 52
» Views: 31582
BIOS Mod to Disable Intel iGPU on Acer V...
Last Post: DeathBringer
06-25-2025 05:14 AM
» Replies: 7
» Views: 407
[REQUEST] Veriton M2610 - Ivy Bridge Sup...
Last Post: callumfix77
06-24-2025 05:17 AM
» Replies: 24
» Views: 14284
[REQUEST] Check my bios mod ASUS TUF A15...
Last Post: waayo69
06-23-2025 07:46 PM
» Replies: 0
» Views: 314
Sony Vaio VGN-FE31M (R0170J3) / VGN-FE41...
Last Post: geanna
06-22-2025 06:37 PM
» Replies: 54
» Views: 69234
[REQUEST] Acer Aspire 4750(G,Z) & 4752(G...
Last Post: vladimir500
06-22-2025 06:45 AM
» Replies: 49
» Views: 49208
[Request] Lenovo v520s sff unit bios sup...
Last Post: DeathBringer
06-21-2025 02:05 PM
» Replies: 9
» Views: 1002
[REQUEST] Acer PT715-51 (Triton 700) ins...
Last Post: count1100
06-21-2025 08:45 AM
» Replies: 27
» Views: 16030
[Request] Support for Intel Xeon E3-1230...
Last Post: biospains
06-21-2025 04:40 AM
» Replies: 36
» Views: 15788
Acer Aspire 5738 Restore full ram speed
Last Post: IrRaziel
06-20-2025 04:50 PM
» Replies: 10
» Views: 691
[REQUEST] Acer Aspire E1-510 BIOS Unlock
Last Post: banusri123
06-20-2025 03:31 PM
» Replies: 41
» Views: 38291
[REQUEST] Machenike F117-FPE BIOS Unlock
Last Post: mortalrun
06-20-2025 11:23 AM
» Replies: 0
» Views: 410
[REQUEST] Axioo Hype 5 AMD X3 Bios Unloc...
Last Post: Aseptartar
06-20-2025 12:39 AM
» Replies: 0
» Views: 422
BIOS Hex Offset
Last Post: Pacho
06-19-2025 03:33 PM
» Replies: 0
» Views: 373

[REQUEST] Lenovo IdeaPad P400, P500, Z400, Z500 (71CNxxWW) BIOS Unlock
#1
-Motherboard Manufacturer and Model: Lenovo Ideapad z500
-Bios Version : 3.7
-Bios Type : InsydeH20
-Bios Link : http://www.mediafire.com/download.php?h4bmwt3utb33zk7
-Rw-everything : http://www.mediafire.com/download.php?7b5dlc844z22acy many thanks[/size]
find
quote
#2
I would like to get this unlock too.

thanks for your work anyways!
find
quote
#3
me too... i'm looking for a whitelist removed bios..

edit: according donation via PayPal
find
quote
#4
I'm trying w/o luck trying to unlock the pci-e wireless whitelist on my lenovo P400 Touch (I have an intel 7620 AC to put in it).

This BIOS is also for the similar P500, Z400, and Z500 (regular AND touch).

It is an Insyde EFI BIOS (hence why I posted here).

I tried unpacking the core... but aside from a couple "wireless setup" entries, I didn't see anything that screamed "whitelist" to me. Perhaps somebody around here has better luck.

The file from lenovo an be found here:

http://download.lenovo.com/consumer/mobi...cn51ww.exe

( I tried attaching it, to no avail. even .zip'd it).
find
quote
#5
I tried again... here's as far as I got:

The warning message that pops up is in the 11D378C2-B472-412F-AD87-1BE4CD8B33A6_0_1236.ROM file in the Dump. Also known as UEFIL05BIOSLock

However, I couldn't get it to play with the free version of ida (whined that it was a z80 file, yeah right)... and online disassemblers were useless.

Yes, I temporarily removed the data before the MZ in the ROM...

I used this guide:

http://donovan6000.blogspot.com/2013/06/...lists.html

I know it ain't much, but I hope this helps out... if i had some guidance on where and how to continue, then I'd be more than willing to continue myself... however, my knowledge is more with embedded C, not assembly (as they don't teach it much in college EET anymore, I was lucky to get Atmel AVR).
find
quote
#6
Just by your description I can't tell if it's Insyde Secure Flash or a different problem. Lets just use Intel's Flash Programmign Tool, fptw, to bypass anything. Get the utility here.

And run the following and send me the output.bin that it generates
Code:
fptw.exe -d output.bin -BIOS
find
quote
#7
FYI: the linked tool doesn't work (as this is a 7 series laptop). This did work though.

.bin is here.
find
quote
#8
I always assume everyone has a series 6 chipset for some reason. Glad you were able to get the right version.

Here's the modded rom. Flash it back with:

Code:
fptw.exe -f output_mod.bin -BIOS

And just to be safe, verify it with:

Code:
fptw.exe -VERIFY output_mod.bin -BIOS
find
quote
#9
(01-24-2014, 02:48 AM)donovan6000 Wrote: I always assume everyone has a series 6 chipset for some reason. Glad you were able to get the right version.

Here's the modded rom. Flash it back with:

Code:
fptw.exe -f output_mod.bin -BIOS

And just to be safe, verify it with:

Code:
fptw.exe -VERIFY output_mod.bin -BIOS

This darn thing refuses to give up:

[Image: attachment.php?aid=6022]


Attached Files Thumbnail(s)
   
find
quote
#10
[censored]! This is where I'm stuck with these kind of bios. Insyde Secure Flash is used by the previous rom to verify the newly flashed rom before passing control to it. Since we can't modify the currently installed rom, then we can't bypass this. and the flash descriptor sets a lock on writing to your bios region, so we can't use fptw to flash it. Lol it seems like the hardest part about bios modding now is actually flashing it Sad

Until we discover more about Insyde Secure Flash, then these kind of bios are unmoddable at the moment. Sorry Sad
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)