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 G50-70 (9ACNxxWW) White...
Last Post: zuzu_ion
Today 11:23 AM
» Replies: 254
» Views: 148956
[Request] Dell Optiplex 3040M 7th Gen CP...
Last Post: DeathBringer
Today 10:58 AM
» Replies: 6
» Views: 3148
Optiplex 7050 8th gen support
Last Post: DeathBringer
Today 10:57 AM
» Replies: 9
» Views: 576
delete whitelist for thinkpad l460
Last Post: andromedych007
03-05-2026 07:25 PM
» Replies: 0
» Views: 146
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: miant
03-05-2026 02:35 PM
» Replies: 140
» Views: 145264
[Request] Enabling PCI-E bifurcation on ...
Last Post: fenomena6909
03-05-2026 05:03 AM
» Replies: 3
» Views: 4372
Asus Zephyrus G16 GU605CR request for bi...
Last Post: FlorikDT
03-05-2026 04:42 AM
» Replies: 0
» Views: 127
[REQUEST] Lenovo G700 (7ACNxxWW) Whiteli...
Last Post: Duh-bm
03-04-2026 07:57 PM
» Replies: 165
» Views: 107351
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: Defekt2008
03-03-2026 02:18 PM
» Replies: 344
» Views: 226534
Lenovo ThinkPad Edge E530: I'm trying to...
Last Post: MadBerry
03-03-2026 01:53 PM
» Replies: 1
» Views: 240
Request to unlock advance features in Ac...
Last Post: napsteronly
03-03-2026 07:57 AM
» Replies: 71
» Views: 93979
[Request] Unlocking BIOS for iMedia D361...
Last Post: SplatPie
03-03-2026 04:20 AM
» Replies: 0
» Views: 169
[Request] Lenovo ThinkPad x100e Whitelis...
Last Post: Komzpa
03-03-2026 04:10 AM
» Replies: 2
» Views: 6954
[REQUEST] Lenovo Thinkpad W540 & W541 (G...
Last Post: nameerfk1
03-02-2026 09:20 PM
» Replies: 51
» Views: 38853
Asus Rog Strix Scar 15 G533QS/G733QS Key...
Last Post: rakecikas
03-02-2026 02:55 PM
» Replies: 2
» Views: 2934
[Unlocked] Acer Aspire One D255E
Last Post: clearest
03-02-2026 02:38 AM
» Replies: 2
» Views: 5181
[REQUEST] Sony Vaio VPCEH & VPCEJ series...
Last Post: shum25
03-01-2026 12:56 PM
» Replies: 245
» Views: 193775
[REQUEST] Sony Vaio SVT131 (R1xx0D4) BIO...
Last Post: dumbpartition
03-01-2026 11:54 AM
» Replies: 3
» Views: 3096
Asus G513RC Bios hidden settings unlock
Last Post: ormcra
03-01-2026 04:51 AM
» Replies: 0
» Views: 199
ACER Aspire 7736ZG BIOS microcode update...
Last Post: DeathBringer
03-01-2026 02:04 AM
» Replies: 11
» Views: 670

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