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] Lenovo Y50-70 (9ECNxxWW) BIOS ...
Last Post: FCR28
Today 10:59 AM
» Replies: 1971
» Views: 660567
[Request] Acer Aspire Z1620 (h61h aio v1...
Last Post: spingernexx
Today 10:41 AM
» Replies: 0
» Views: 5
Asus Prime b250m plus, RAM compatibility
Last Post: Slayery777
Today 06:23 AM
» Replies: 0
» Views: 91
[REQUEST] Bios Unlock Request Clevo W230...
Last Post: happycrazyman
Yesterday 03:53 PM
» Replies: 0
» Views: 71
Rog Strix B650E-F BIOS File Extraction
Last Post: panmetrix24
Yesterday 11:25 AM
» Replies: 0
» Views: 91
[REQUEST] Lenovo G50-70 (9ACNxxWW) White...
Last Post: Pipo89
Yesterday 06:47 AM
» Replies: 236
» Views: 69478
[REQUEST] Acer Nitro 5 AN517-41 BIOS Unl...
Last Post: onetapxdf
Yesterday 03:37 AM
» Replies: 11
» Views: 1328
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: Dudu2002
Yesterday 03:14 AM
» Replies: 203
» Views: 70501
[REQUEST] Lenovo V570(c) (44CNxxWW) BIOS...
Last Post: d3m3n7r
04-22-2024 05:20 PM
» Replies: 18
» Views: 11139
[REQUEST] Lenovo Y520-15IKBN (4KCNxxWW) ...
Last Post: ati90
04-22-2024 05:02 AM
» Replies: 64
» Views: 36943
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: SteamTug
04-22-2024 04:24 AM
» Replies: 1734
» Views: 545104
[REQUEST] Lenovo G410 (79CNxxWW) Whiteli...
Last Post: Dudu2002
04-22-2024 03:58 AM
» Replies: 53
» Views: 10756
Asus h110m-a & xeon e3-1280v5
Last Post: Brutoloco
04-21-2024 08:22 PM
» Replies: 16
» Views: 536
[REQUEST] LG GRAM 14T990 Unlock request
Last Post: riclausk
04-21-2024 12:15 PM
» Replies: 16
» Views: 4232
[REQUEST] SLIC 2.1 for ASRock 880GM-LE F...
Last Post: amijim
04-21-2024 10:27 AM
» Replies: 2
» Views: 123
[REQUEST] Dell Alienware 15 R3 BIOS Unlo...
Last Post: jason.exe
04-21-2024 03:44 AM
» Replies: 1
» Views: 175
[REQUEST] Samsung NP450R5G unlock hide s...
Last Post: magg
04-21-2024 12:54 AM
» Replies: 0
» Views: 175
lenovo e595 20nf bios spw unlock
Last Post: vsteez
04-20-2024 07:56 PM
» Replies: 0
» Views: 168
uefi mod for mac pro 1.1/21. support xeo...
Last Post: victorgbrmrr
04-20-2024 01:17 PM
» Replies: 2
» Views: 179
[REQUEST] Lenovo ThinkPad Edge E531 (HEE...
Last Post: MAVARACOMPLEX
04-20-2024 03:23 AM
» Replies: 119
» Views: 22254

[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: 66)
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: 1 Guest(s)