Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
Fujitsu Esprimo P5710 - unlock [REQUEST]
Last Post: monkeywrench
Yesterday 12:30 PM
» Replies: 34
» Views: 709
Lenovo Z50-70: CPU update
Last Post: PedroFX
05-04-2024 07:20 PM
» Replies: 6
» Views: 181
My Gateway NV57h has an ACER in BIOS - c...
Last Post: drmrsolds
05-04-2024 05:42 PM
» Replies: 1
» Views: 2062
Z97-PRO(Wi-Fi ac)/USB 3.1
Last Post: Jedrek
05-04-2024 09:49 AM
» Replies: 4
» Views: 2295
[Request] Acer Aspire 3050 unlocked BIOS
Last Post: prowindows62
05-04-2024 07:43 AM
» Replies: 0
» Views: 120
HP H-IG41-uATX 45nm microcode update LGA...
Last Post: goldenhill
05-04-2024 04:49 AM
» Replies: 58
» Views: 56758
Asus h61m-d & xeon e3-1265l v2
Last Post: DeathBringer
05-03-2024 04:28 PM
» Replies: 3
» Views: 226
[REQUEST] - Acer Swift 3 SF314-41G bios ...
Last Post: ersan
05-03-2024 03:03 PM
» Replies: 1
» Views: 176
[REQUEST] Lenovo G780 advanced menu
Last Post: Dudu2002
05-03-2024 09:41 AM
» Replies: 43
» Views: 17088
[REQUEST] ThinkPad T14 Gen1 Intel BIOS W...
Last Post: SSV CHAOTIC
05-03-2024 05:19 AM
» Replies: 0
» Views: 172
[REQUEST] Lenovo Ideapad 100-14IBD & 100...
Last Post: Dudu2002
05-03-2024 03:48 AM
» Replies: 15
» Views: 7074
[REQUEST] Lenovo IdeaPad U310 & U410 (65...
Last Post: 5CarPileup
05-03-2024 02:04 AM
» Replies: 1767
» Views: 381167
HP Pro 3500: CPU Upgrade
Last Post: DeathBringer
05-03-2024 12:13 AM
» Replies: 20
» Views: 4617
[READ FIRST] Access Advanced settings th...
Last Post: Klinzah
05-02-2024 05:11 PM
» Replies: 424
» Views: 569770
[REQUEST] Asus eeepc 1025C
Last Post: sloseba123
05-02-2024 04:44 PM
» Replies: 87
» Views: 110568
HP EliteBook 840 g2 NVMe
Last Post: x86-64
05-02-2024 06:30 AM
» Replies: 0
» Views: 139
[Request] Dell 7400 2 in 1 Computrace/Ab...
Last Post: Lorand187
05-01-2024 10:34 PM
» Replies: 0
» Views: 190
[REQUEST] Gigabyte B75M-D3H BIOS Unlock
Last Post: topadefir
05-01-2024 12:56 PM
» Replies: 10
» Views: 4077
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: samugarob
05-01-2024 10:08 AM
» Replies: 674
» Views: 169066
[REQUEST] Asus GL504GV BIOS Unlock
Last Post: merjeu
05-01-2024 09:28 AM
» Replies: 5
» Views: 1735

[REQUEST] Lenovo Ideapad Y700-15ISK (CDCNxxWW) BIOS Unlock
#61
so what do you need to dump the embedded controller (EC) firmware from
LENOVO Y700 15ISK?
find
quote
#62
""Error 316" Protected Range Registers are currently set by BIOS, preventing flash access"

I change that "desc.bin" file like on guide. But without success. Still no permission after use "fptw -bios -d bios.bin".
Model : y700-15isk
find
quote
#63
(05-30-2019, 06:03 PM)sajmonella9 Wrote: ""Error 316" Protected Range Registers are currently set by BIOS, preventing flash access"

I change that  "desc.bin" file like on guide. But without success. Still no permission after use "fptw -bios -d bios.bin".
Model : y700-15isk
Hi
Your bios is rewrite protected...you need SPI-programmer+SOIC8 clip only
find
quote
#64
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"
[Image: f39t3553p49758n8_ANSjkyiZ.png]

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


Attached Files
.zip   DESC_ME_Unlock.zip (Size: 957.88 KB / Downloads: 78)


find
quote
#65
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
find
quote
#66
(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...)


find
quote
#67
Hi, can anyone help me in unlocking bios for lenovo y700-15 using method described by ataigun in previous posts.
Thanks for any help!
find
quote
#68
(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).

Before:
Code:
SPI Protected Ranges
------------------------------------------------------------
PRx (offset) | Value    | Base     | Limit    | WP? | RP?
------------------------------------------------------------
PR0 (84)     | 87FF06C0 | 006C0000 | 007FFFFF | 1   | 0
PR1 (88)     | 857F029A | 0029A000 | 0057FFFF | 1   | 0
PR2 (8C)     | 00000000 | 00000000 | 00000000 | 0   | 0
PR3 (90)     | 00000000 | 00000000 | 00000000 | 0   | 0
PR4 (94)     | 00000000 | 00000000 | 00000000 | 0   | 0

[!] SPI protected ranges write-protect parts of BIOS region (other parts of BIOS can be modified)

After:
Code:
SPI Protected Ranges
------------------------------------------------------------
PRx (offset) | Value    | Base     | Limit    | WP? | RP?
------------------------------------------------------------
PR0 (84)     | 00000000 | 00000000 | 00000000 | 0   | 0
PR1 (88)     | 00000000 | 00000000 | 00000000 | 0   | 0
PR2 (8C)     | 00000000 | 00000000 | 00000000 | 0   | 0
PR3 (90)     | 00000000 | 00000000 | 00000000 | 0   | 0
PR4 (94)     | 00000000 | 00000000 | 00000000 | 0   | 0

[!] None of the SPI protected ranges write-protect BIOS region

The Flash Configuration Lockdown (FLOCKDN) flag remains set but no longer matters.

Caveats:
  1. You'd still need to use an external programmer once to flash the modified BIOS.
  2. Every BIOS you flash later must be modified the same way or you will lock yourself out.
  3. 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.
find
quote
#69
(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"
[Image: f39t3553p49758n8_ANSjkyiZ.png]

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


find
quote
#70
(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.
find
quote


Forum Jump:


Users browsing this thread: 2 Guest(s)