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
[REQUEST]wwan whitelist removal ThinkPad...
Last Post: igorl22
Today 03:01 PM
» Replies: 2
» Views: 68
[REQUEST] Acer Aspire 5742(G,Z) BIOS Unl...
Last Post: deliter
Today 01:56 PM
» Replies: 167
» Views: 68361
A Suggestion
Last Post: georgehenry
Today 06:25 AM
» Replies: 1
» Views: 3954
[REQUEST] Please help unlock em64t in bi...
Last Post: MonoTightt
Today 05:11 AM
» Replies: 2
» Views: 2569
[REQUEST] Acer Nitro 5 AN517-54 BIOS Unl...
Last Post: Dudu2002
Today 02:49 AM
» Replies: 24
» Views: 9985
[REQUEST] Lenovo G580 (5ECNxxWW) Bios Un...
Last Post: Dudu2002
Today 02:40 AM
» Replies: 371
» Views: 198546
Lenovo IQ670SL4, Help Add CPU Microcode ...
Last Post: ffrog911
Yesterday 09:04 PM
» Replies: 8
» Views: 244
Acer Aspire 7530G unlock request
Last Post: elquique
Yesterday 06:46 PM
» Replies: 28
» Views: 26299
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: AlexGurzuf
Yesterday 11:33 AM
» Replies: 684
» Views: 315009
Gigabyte H81M-S2H with i7-4790: Intel Vi...
Last Post: LateJunction
Yesterday 08:49 AM
» Replies: 0
» Views: 80
[SOLVED] Toshiba Satellite C660 and T7x0...
Last Post: tecnico1986
Yesterday 07:57 AM
» Replies: 60
» Views: 36543
SKU product number?
Last Post: padgurc
Yesterday 12:34 AM
» Replies: 0
» Views: 102
[REQUEST] HP dc7600 CMT BIOS Modding for...
Last Post: HPsucksWHY
10-05-2025 06:15 PM
» Replies: 6
» Views: 337
[REQUEST] Lenovo IdeaPad P400, P500, Z40...
Last Post: Schibeki
10-05-2025 03:25 PM
» Replies: 685
» Views: 314686
[WORKING] Asus P8Z77-V: NVMe BOOT Suppor...
Last Post: 3dtimer
10-05-2025 02:51 PM
» Replies: 22
» Views: 43024
[REQUEST] Acer Nitro 5 AN515-55 BIOS Unl...
Last Post: bazavichek
10-05-2025 12:09 PM
» Replies: 99
» Views: 77141
[REQUEST] HP Elitebook 8440p Whitelist R...
Last Post: Blue_xyz
10-05-2025 11:58 AM
» Replies: 71
» Views: 45791
Optiplex 5055 RyzenBIOS Faulty (not upgr...
Last Post: LaszloE
10-05-2025 11:20 AM
» Replies: 0
» Views: 84
insyde ram limit
Last Post: DeathBringer
10-05-2025 08:45 AM
» Replies: 1
» Views: 99
Fujitsu S930 - Dual Chanel, PCIe 2.0 & 1...
Last Post: Ralop
10-05-2025 08:05 AM
» Replies: 0
» Views: 81

[REQUEST] Lenovo Thinkpad W530 (G5ETxxWW) Whitelist Removal
#41
No MSR mod contain, but i unlocked Advanced tab so you may find this hidden option.
Your second request is very specific, it requires too many time for research

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote
#42
Alright, thanks!

Unfortunately the advanced menu didn't contain anything useful in this regard Sad

So here's a challenge for everyone: Whoever can successfully unlock the MSR will receive a donation!
find
quote
#43
So whitelist disabled now?
Ok, let's know what is MSR 0x194. Is it native Hackintosh Power management?
I need know it to find module which contains locked bit.

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote
#44
I have to wait until the Wifi card arrives, I will tell you then.

0x194 is for cpu multiplier management. bit[20] controls whether the CPU can be overclocked (if it's an Extreme Edition)

Most laptops can overclock Extreme Editions, but Lenovo sets bit[20] to prevent this.
find
quote
#45
If it's anything like the AESNI unlock, it should be in PowerManagement2.efi (http://pastebin.com/4Wa0iaHz)
find
quote
#46
Good news!I have possible bit lock code
mov ecx, 194h -MSR 0x194
call sub_5EE0
mov [rsp+28h+arg_0], rax
mov rax, [rbx+38h]
test byte ptr [rax], 8
jz short loc_558A -conditional jump to one of two choices
bts dword ptr [rsp+28h+arg_0], 14h - 20 Bit Test and Set to 1
jmp short loc_5590
loc_558A:
btr dword ptr [rsp+28h+arg_0], 14h- 20 Bit Test and Reset to 0
At now i'm removing positive conditional jump so test will be passed to negavtive jump all time.
So mod completed and sent in PM!Check it!

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote
#47
Thanks! Tried it, but the bit is still locked Sad

Maybe it sets more than just bit[20] at once? The value in the register is 0x1f0000.

So maybe it does an AND with 0x100000 or with 0x1f0000?
find
quote
#48
I used same algorhytm like in Tutorial,
same code and bit locks
I added new unlocked feature
-MSR 0xE2 Unlock - CPU PM patch = MSR 0xE2 Lock removal
BTR operand changed to BTS for MSR 0x194, nulled folder is back and condition jump changed to unconditional.
So this module contains three MSR registers:
AES NI unlock - Lock removal (0x02) in the register MSR 0x13C
MSR 0xE2 Unlock - CPU PM patch = MSR 0xE2 Lock removal (unlocked)
MSR 0x194 Unlock - CPU multiplier patch = MSR 0x194 Lock removal (unlocked)
New mod sent in PM!

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote
#49
Sorry to say, it's still locked Sad

Thanks for your work so far!
find
quote
#50
I have no idea at now.
May be your hardware not supports overclocking mode.
Some laptop mbs have restrictions, for example VT-x,VT-d not supported by Mb (bios) but chipset can support.

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote


Forum Jump:


Users browsing this thread: 3 Guest(s)