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] Lenovo v520s sff unit bios sup...
Last Post: alegatorul
Today 04:31 AM
» Replies: 16
» Views: 3580
[REQUEST] Lenovo Ideapad Z710 (7FCNxxWW)...
Last Post: Dudu2002
Yesterday 03:56 PM
» Replies: 224
» Views: 140292
[Request] Mod Adaptec ARCCONF to allow x...
Last Post: Teetrinker
09-13-2025 10:14 AM
» Replies: 0
» Views: 3335
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Princeneo
09-12-2025 09:23 AM
» Replies: 1726
» Views: 908385
[REQUEST] Lenovo Ideapad 100-14IBD & 100...
Last Post: Dudu2002
09-12-2025 02:22 AM
» Replies: 26
» Views: 29645
[REQUEST] Acer Nitro 5 AN515-58 BIOS Unl...
Last Post: iku56m22v
09-11-2025 10:02 AM
» Replies: 37
» Views: 33225
3rd Party RAM Mod For HP EliteDesk 705 G...
Last Post: AmyGrrl
09-10-2025 09:40 AM
» Replies: 0
» Views: 5358
MSI PR210 AHCI
Last Post: iday82
09-09-2025 04:40 PM
» Replies: 0
» Views: 5463
Honor Magicbook D14 Ryzen 4800H
Last Post: Altermann
09-09-2025 05:04 AM
» Replies: 0
» Views: 5579
[REQUEST] Thinkpad X60S WiFi WhiteList r...
Last Post: Vigor89
09-08-2025 04:46 PM
» Replies: 0
» Views: 6755
[REQUEST] GIGABYTE G6 MF (2024) Bios Unl...
Last Post: lovesickugh
09-07-2025 09:15 PM
» Replies: 3
» Views: 11144
Gigabyte GA-G33-DS3R: USB Boot
Last Post: dinix
09-04-2025 10:37 AM
» Replies: 0
» Views: 8559
Optiplex 7060 SFF 9th Generation Intel C...
Last Post: DeathBringer
08-31-2025 01:59 AM
» Replies: 68
» Views: 39171
Bios Powered classmate
Last Post: MosheNessi
08-28-2025 08:08 AM
» Replies: 0
» Views: 8433
[REQUEST] Lenovo Thinkpad X12 Detachable...
Last Post: Kokoko123
08-28-2025 12:48 AM
» Replies: 0
» Views: 8695
[REQUEST] Unlock advanced options to HP ...
Last Post: huguito
08-26-2025 02:57 PM
» Replies: 0
» Views: 8658
[REQUEST] Dell Precision T3500 BIOS Unlo...
Last Post: DEX0ZEN
08-25-2025 01:30 PM
» Replies: 45
» Views: 57960
[REQUEST] Samsung NP900X4D AES-NI enable...
Last Post: Vesly
08-23-2025 05:25 PM
» Replies: 63
» Views: 53289
Acer Veriton X2640G Xeon support
Last Post: hercares
08-19-2025 03:21 PM
» Replies: 5
» Views: 2789
[Success] [Bios Mod] Dell XPS L321X EFI ...
Last Post: tuwumo
08-17-2025 11:37 AM
» Replies: 18
» Views: 36092

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