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] Asus eeepc 1025C
Last Post: biospherebios
Today 07:28 PM
» Replies: 86
» Views: 110189
Fujitsu Esprimo P5710 - unlock [REQUEST]
Last Post: monkeywrench
Today 02:28 PM
» Replies: 12
» Views: 279
[REQUEST] Gigabyte B75M-D3H BIOS Unlock
Last Post: topadefir
Today 12:56 PM
» Replies: 10
» Views: 3999
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: samugarob
Today 10:08 AM
» Replies: 674
» Views: 168076
[REQUEST] Asus GL504GV BIOS Unlock
Last Post: merjeu
Today 09:28 AM
» Replies: 5
» Views: 1670
[REQUEST] Asus ROG Strix GL702ZC BIOS Un...
Last Post: George205
Today 09:22 AM
» Replies: 168
» Views: 68497
[REQUEST] Lenovo G780 advanced menu
Last Post: serinity63
Today 07:03 AM
» Replies: 42
» Views: 16857
[REQUEST] HP Gaming Pavilion 15-cx0xxx B...
Last Post: falkorikstv
Today 07:03 AM
» Replies: 10
» Views: 1557
[REQUEST] Gigabyte G5 KC Unlock BIOS
Last Post: Dudu2002
Today 04:06 AM
» Replies: 6
» Views: 2238
[REQUEST] M920q BIOS unlock
Last Post: d3vf0x
Yesterday 04:50 PM
» Replies: 0
» Views: 117
[REQUEST] Lenovo G500 (78CNxxWW) Whiteli...
Last Post: MAVARACOMPLEX
Yesterday 02:15 PM
» Replies: 1186
» Views: 267871
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: BOJIKA
Yesterday 01:33 PM
» Replies: 49
» Views: 17205
[REQUEST] Lenovo Y400 & Y500 (6BCNxxWW) ...
Last Post: Dudu2002
Yesterday 11:17 AM
» Replies: 157
» Views: 54784
[REQUEST] Lenovo G780 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
Yesterday 11:16 AM
» Replies: 877
» Views: 289889
[Removed, sp52359] HP Touchsmart Tm2t-22...
Last Post: OrionDakota
Yesterday 10:04 AM
» Replies: 24
» Views: 21098
[REQUEST] HP Laptop 15-dw3xxx BIOS Unloc...
Last Post: UltraVi0let
Yesterday 09:58 AM
» Replies: 4
» Views: 198
Clevo P775TM1-G BIOS
Last Post: Spacoom
04-29-2024 09:09 AM
» Replies: 146
» Views: 58563
[REQUEST] Unlocked BIOS for Gigabyte H51...
Last Post: IsHacker
04-29-2024 05:32 AM
» Replies: 0
» Views: 171
[REQUEST] Lenovo G510 (79CNxxWW) BIOS Un...
Last Post: Crazy tech
04-28-2024 09:51 PM
» Replies: 78
» Views: 43078
Analyze java class System Identifier cod...
Last Post: Hasan jeet
04-28-2024 03:44 PM
» Replies: 0
» Views: 151

[REQUEST] Lenovo V570(c) (44CNxxWW) BIOS Unlock
#1
Hello,
Initial info:
I have notebook Lenovo V570 with MSATA SSD 64 Gb and HDD 500 Gb, situation is next:
I buy Optibay [2-nd HDD caddy] for install 3-th HDD, but after I install the 3-th HDD notebook load only up to logo LENOVO, but I can go to BIOS, in BIOS I can see all three disks, but OS or other programs from flash card do not load. When I remove one of HDD, no matter one of the HDD or MSATA SSD, all works perfect. In program "intel rapid storage" I can see that SATA controller can manage 4 SATA conections, after that I make conclusion that it is some restriction on BIOS level.

So question:

Can exist way to unlock BIOS to use all three discs.

For BIOS see link bellow:

https://download.lenovo.com/UserFiles/Dr...CN43WW.exe
find
quote
#2
Hello!

Notebook: Lenovo V570
BIOS: http://support.lenovo.com/ua/uk/products...s/DS027341

Can you please unlock advanced menu in this bios?

Thanks for your attention!
find
quote
#3
Hello, I've managed to activate Advanced tab without modding firmware (soft unlock).

You need to set byte 0x3 in OilSetup NVRAM variable to 0x0, it's responsible for Advanced tab.

It seems impossible to do this via efivars interface in Linux, but in UEFI Shell you can dump this variable (via dmpstore), open it with hexedit, find 4-byte little-endian number 07 00 00 00 (attributes mask) and go to 4th byte from it, or dump this variable with Power Beep(0x2) setting turned on and off to find which byte changes and the next byte from it is one you are looking for. Then just put this variable back to NVRAM by dmpstore.

Here is a dump of Setup menu in latest (44CN43WW) v570 firmware extracted by UEFITool and Universal IFR Extractor, so you can make sure that there is such hidden setting.

And remember, that loading default settings will hide this tab and you'll need to reenable it again.


Attached Files
.txt   PlatformSetupConfigurationDxe.efi_PE32_image_section_body IFR.txt (Size: 7.63 KB / Downloads: 68)
find
quote
#4
(10-11-2016, 07:06 AM)Pavlus Wrote: Hello, I've managed to activate Advanced tab without modding firmware.

You need to set byte 0x3 in OilSetup NVRAM variable to 0x0, it's responsible for Advanced tab.

It's seems impossible to do this via efivars interface in Linux, but in UEFI Shell you can dump this variable (via dmpstore), open it with hexedit, find 4-byte little-endian number 07 00 00 00 (attributes mask) and go to 4th byte from it, or dump this variable with Power Beep(0x2) setting turned on and off to find which byte changes and the next byte from it is one you are looking for. Then just put this variable back to NVRAM by dmpstore.

Here is a dump of Setup menu in latest (44CN43WW) v570 firmware extracted by UEFITool and Universal IFR Extractor, so you can make sure that there is such hidden setting.
Hi
https://www.sendspace.com/file/i30hum
run, make damp and report
find
quote
#5
(10-11-2016, 07:06 AM)Pavlus Wrote: Hello, I've managed to activate Advanced tab without modding firmware (soft unlock).

You need to set byte 0x3 in OilSetup NVRAM variable to 0x0, it's responsible for Advanced tab.

It seems impossible to do this via efivars interface in Linux, but in UEFI Shell you can dump this variable (via dmpstore), open it with hexedit, find 4-byte little-endian number 07 00 00 00 (attributes mask) and go to 4th byte from it, or dump this variable with Power Beep(0x2) setting turned on and off to find which byte changes and the next byte from it is one you are looking for. Then just put this variable back to NVRAM by dmpstore.

Here is a dump of Setup menu in latest (44CN43WW) v570 firmware extracted by UEFITool and Universal IFR Extractor, so you can make sure that there is such hidden setting.

And remember, that loading default settings will hide this tab and you'll need to reenable it again.

It is not clear how to do it when I change the parameter Power Beep in dmpstore no change.
My dmpstore:
Code:
1E000000 55007300 65007200 4D006100 6E006100 67006500 72005600 61007200 00009771 F11ECE2C D649A6CE 4012F338 A76E0300 00000500 00000000 0000000E 00000053 00790073 00740065 006D0000 00F9FC47 E901DD65 49B80832 A7B68156 57030000 00150000 00000001 01000001 00000000 00000000 00010701 01012800 00004800 44004400 5F005000 61007300 73007700 6F007200 64005F00 53007400 61007400 75007300 0000DFC7 FF0DB649 6245B9BF E51C2B6E 1B1C0300 00000900 00000000 00000000 0000001E 00000053 00740061 00740075 00730053 00650074 00750070 00560061 00720000 00F7ED6E 7E5E123F 4194418C D996FE89 67030000 00630000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0E000000 58007400 75004E00 76003700 0000F661 FC96BBE3 824FE096 C9C8A1BC D1920300 00003500 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000001C 00000044 00490041 00470053 0050004C 00530048 00530043 0052004E 00000061 DFE48BCA 93D211AA 0D00E098 032B8C07 00000002 000000A0 A0100000 00500063 00680049 006E0069 00740000 000AF7C2 E604B677 4885BADE EC89E117 EB070000 00040000 0000B0EF BA100000 00540069 006D0065 006F0075 00740000 0061DFE4 8BCA93D2 11AA0D00 E098032B 8C070000 00020000 0001001A 00000050 006C0061 00740066 006F0072 006D004C 0061006E 00670000 0061DFE4 8BCA93D2 11AA0D00 E098032B 8C070000 00060000 00656E2D 55530026 00000041 00630070 00690047 006C006F 00620061 006C0056 00610072 00690061 0062006C 00650000 0067FD9F AF10EC8A 489DFC6C BF5EE22C 2E070000 00080000 000020F8 BA000000 001C0000 0053004D 00420049 004F0053 0045004C 004F0047 00300030 00300000 0098AEEE C3BF232B 41AB60EF CBB48E15 34070000 00120000 00000000 00006001 00000000 00000000 01FF0022 00000053 004D0042 0049004F 00530045 004C004F 0047004E 0055004D 00420045 00520000 0098AEEE C3BF232B 41AB60EF CBB48E15 34070000 00010000 00011C00 00005500 66006100 43006F00 6E006600 69006700 44006100 74006100 00003F70 1C7185C2 104BA3B0 36ECBD3C 8BE20700 00002600 00007000 66006C00 61007300 68002000 2F006200 62006C00 20002F00 63007600 61007200 20000000 0E000000 48004400 44005000 57004400 000061DF E48BCA93 D211AA0D 00E09803 2B8C0700 00000800 0000B200 00000300 0000


Attached Files
.bin   f1.bin (Size: 1,022 bytes / Downloads: 16)
find
quote
#6
Hi, I'm trying the same unlocking method on Lenovo U410. Everything goes fine until I need to write the modified variable back. If I make any changes at all to the file, it fails. If i don't, it allows me. Is there any solution to this? Am I doing anything wrong?
find
quote
#7
Hi dear users & modders. Can you help me, please. My problem is in downclocked BCLK by manufacturer, so i need to set it to default clock. Because of ma ram works in 665 MHz mode. I realy need your help.

Lenovo v570
44CN43WW bios - https://download.lenovo.com/UserFiles/Dr...CN43WW.exe
Mainboard - Emerald Lake FAB.1
Chipset - Sandybridge rev.09


Attached Files
.zip   44CN43WW.zip (Size: 7.52 MB / Downloads: 1)
find
quote
#8
Hi, I've got Lenovo V570 running with 44CN43WW bios
There is a problem:
I have hdd + ssd (case hdd enclosure odd), and it works fine.

Also I have empty mSata port and I want to use it with mSata ssd.
The mSata port works, I have tested it.

But when I try to start my notebook with hdd, ssd(odd) + ssd(msata), it loads bios and stucks at Lenovo splashscreen

I have tested:
  • hdd + ssd(odd)
  • ssd(odd) + ssd(msata)
  • hdd + ssd(msata)
They are all work.
Also I have eSata port, eSata to Sata cable, Sata to mSata closure, and I have tried to mix configuration of ssd's and hdd with eSata, mSata, hdd(odd), hdd.
It boots if I connect only two disks, then I try to boot with three disks it stucks.
If I connect third disk though eSata(hotplug) after bios boots it works fine.

Also I have tried to boot from Boot Menu, and select disk manually, it doesn't want to boot.
I have bios with unlocked whitelist, and Advanced Tab, so I have played with Uefi\Legacy boot, but it doesn't help either.
I can't find secure boot settings in bios.

I think there are some limitations or errors in bios, or it can be secure boot

Please help. I can pay for that. Thanks

Bios.rom backup made by UEFI Winflash is attached.
https://www.dropbox.com/s/gv1m8gcfk0lhmh6/BIOS.ROM
find
quote
#9
I need the hidden tab unlocked for my BIOS.

BIOS Link: https://download.lenovo.com/UserFiles/Dr...CN43WW.exe
find
quote
#10
Hello. I need this modded UEFI BIOS please can you give us 44CN43WW version as .ROM?
find
quote


Forum Jump:


Users browsing this thread: 2 Guest(s)