06-06-2019, 02:16 PM (This post was last modified: 06-06-2019, 03:11 PM by ataigun.)
Step 1 - Unlocking ManagementEngine and descriptor
First, extract file "DESC_ME_Unlock.zip"
Run CMD as administrator, and go to inside folder "DESC_ME_Unlock"
and type these commands:
Code:
WinTest C45 D80
WinTest C40 D02
laptop restarting and ME + descriptor is unlocked. Audio sound chipset of laptop not working.
Step 2 - make dump of descriptor After restarting, run CMD as administrator, and go to inside folder "DESC_ME_Unlock"
and type these commands:
Code:
fptw -D desc.bin -DESC
Step 3 - modify your dump "desc.bin" file with HEX editor, at adress 00000080 according this picture, and save as "desc_unlocked.bin"
Step 4 - flash modified descriptor file "desc_unlocked.bin" Run CMD as administrator, and go to inside folder "DESC_ME_Unlock"
and type these commands:
Code:
fptw -rewrite -F desc_unlocked.bin -DESC
Step 5 - dump your bios Run CMD as administrator, and go to inside folder "DESC_ME_Unlock"
and type these commands:
Code:
fptw -bios -d bios.bin
bios.bin 6MB dump file is generated
Step 6 - modify your bios, and save as "bios_mod.bin" file
with help from other users (work in progress...)
Step 7 - flash modified bios file "bios_mod.bin" Run CMD as administrator, and go to inside folder "DESC_ME_Unlock"
and type these commands:
Code:
fptw -rewrite -bios -f bios_mod.bin
Step 8 - IMPORTANT!!! YOU MUST LOCK ManagementEngine FOR ENABLE AUDIO SOUND CHIPSET OF LAPTOP Run CMD as administrator, and go to inside folder "DESC_ME_Unlock" and type these commands:
07-21-2019, 05:04 PM (This post was last modified: 07-21-2019, 05:11 PM by suffkopp37.)
this method works without SPI-programmer+SOIC8 clip and provide full access to lenovo y700-15isk (i5-6300hq) bios menue?
i need to replace my wifi card with intel ax200,
i can provide my biosdump in pm if someone guide me please
thank you
Posts: 44
Threads: 1
Joined: Mar 2013
Reputation:
5
(07-21-2019, 05:04 PM)suffkopp37 Wrote: this method works without SPI-programmer+SOIC8 clip and provide full access to lenovo y700-15isk (i5-6300hq) bios menue?
i need to replace my wifi card with intel ax200,
i can provide my biosdump in pm if someone guide me please
thank you
is only for flash without SPI programmer
not for unlocking bios hidden menu
Quote:Step 6 - modify your bios, and save as "bios_mod.bin" file
with help from other users (work in progress...)
Posts: 1
Threads: 0
Joined: Aug 2019
Reputation:
0
(07-28-2019, 03:23 PM)ataigun Wrote: Step 6 - modify your bios, and save as "bios_mod.bin" file with help from other users (work in progress...)
(08-01-2019, 11:30 AM)gvbilokorenko Wrote: Hi, can anyone help me in unlocking bios for lenovo y700-15 using method described by ataigun in previous posts. Thanks for any help!
I have this laptop and unlocked BIOS flashing on it so that you can just do fptw -bios -f bios.bin (for example) to flash the BIOS without disassembling anything:
More specifically, an UEFI module can be patched to remove Protected Range Registers (PRR0 and PRR1).
[!] None of the SPI protected ranges write-protect BIOS region
The Flash Configuration Lockdown (FLOCKDN) flag remains set but no longer matters.
Caveats:
You'd still need to use an external programmer once to flash the modified BIOS.
Every BIOS you flash later must be modified the same way or you will lock yourself out.
If you mess something up, you might still need an external flash to recover (less serious problems such as settings mismatch can be solved by taking off the bottom cover and disconnecting both batteries for a while).
If anybody is interested in the details, let me know and I can share them here.
Posts: 44
Threads: 1
Joined: Mar 2013
Reputation:
5
09-13-2019, 12:53 PM (This post was last modified: 09-13-2019, 01:00 PM by ataigun.)
(06-06-2019, 02:16 PM)ataigun Wrote: Step 1 - Unlocking ManagementEngine and descriptor
First, extract file "DESC_ME_Unlock.zip"
Run CMD as administrator, and go to inside folder "DESC_ME_Unlock"
and type these commands:
Code:
WinTest C45 D80
WinTest C40 D02
laptop restarting and ME + descriptor is unlocked. Audio sound chipset of laptop not working.
Step 2 - make dump of descriptor After restarting, run CMD as administrator, and go to inside folder "DESC_ME_Unlock"
and type these commands:
Code:
fptw -D desc.bin -DESC
Step 3 - modify your dump "desc.bin" file with HEX editor, at adress 00000080 according this picture, and save as "desc_unlocked.bin"
Step 4 - flash modified descriptor file "desc_unlocked.bin" Run CMD as administrator, and go to inside folder "DESC_ME_Unlock"
and type these commands:
Code:
fptw -rewrite -F desc_unlocked.bin -DESC
Step 5 - dump your bios Run CMD as administrator, and go to inside folder "DESC_ME_Unlock"
and type these commands:
Code:
fptw -bios -d bios.bin
bios.bin 6MB dump file is generated
Step 6 - modify your bios, and save as "bios_mod.bin" file
with help from other users (work in progress...)
Step 7 - flash modified bios file "bios_mod.bin" Run CMD as administrator, and go to inside folder "DESC_ME_Unlock"
and type these commands:
Code:
fptw -rewrite -bios -f bios_mod.bin
Step 8 - IMPORTANT!!! YOU MUST LOCK ManagementEngine FOR ENABLE AUDIO SOUND CHIPSET OF LAPTOP Run CMD as administrator, and go to inside folder "DESC_ME_Unlock" and type these commands:
Code:
Wintest C45 D81
Wintest C40 D02
You followed steps 1 to 4 ? Step 1 is extracted from Lenovo official old version bios update for Y700 15ISK
Posts: 15
Threads: 1
Joined: May 2017
Reputation:
0
09-13-2019, 08:42 PM (This post was last modified: 09-13-2019, 08:43 PM by Outsyde.)
(09-13-2019, 12:53 PM)ataigun Wrote: You followed steps 1 to 4 ? Step 1 is extracted from Lenovo official old version bios update for Y700 15ISK
Yeah, I also did that but it's a separate thing. Doing that won't allow you to flash BIOS, and also once you get rid of the PRRs you can reflash the BIOS without any other extra steps (just fptw64 -bios -f bios.bin). By the way, I described it on W-R in more detail, you can have a look. I know you're also a member there.