I'm trying to unlock my bios, to enable hidden settings. I hope to be able to perform overclocking on my Laptop (Thinkpad Edge E145).
I have a Phoenix BIOS Menu called "Config", and under there "Serial SATA (SATA)", "Beep and Alarm" and some more, sub-menu's. However, I am unable to
find these strings in the extracted BIOS files.
So I tried to find interesting strings by random, and found these:
SpeedStep (<-- however this is Intel technology?)
CoreMultiProcessing
CPUPowerManagement
LenovoHiddenSetting
LenovoSecurityConfig
AMDSetup
AMDSetup2
LenovoSecurityConfig
AMD_cpm_setup
LenovoConfig
I think by forcing this jump, I might enable this sub-menu. However, its very new to me and I do not want to brick my BIOS.. Can someone tell me if I'm on the right track, or perhaps help me with unlocking my BIOS?
10-23-2014, 10:47 AM (This post was last modified: 10-23-2014, 10:48 AM by BDMaster.)
(10-23-2014, 08:55 AM)CHariri Wrote: . . .
Hi friend,
the Phoenix Bios Expert is Slm6397 (Steven), but It seems interesting !
I would give a look to this Module Code, can You upload It or write where You found that Code . . . ?
Let me know
Regards
[size=undefined]Your Brain [/size]. . . . It's the best tool U can use ! [size=undefined]Don't FLASH the Bios Mod if You get a Size Alert, You risk a Brick !!! [/size] Donate to me for my work, click here BDM
Posts: 5
Threads: 1
Joined: Oct 2014
Reputation:
0
10-25-2014, 05:39 AM (This post was last modified: 10-25-2014, 05:45 AM by CHariri.)
(10-23-2014, 10:47 AM)BDMaster Wrote:
(10-23-2014, 08:55 AM)CHariri Wrote: . . .
Hi friend,
the Phoenix Bios Expert is Slm6397 (Steven), but It seems interesting !
I would give a look to this Module Code, can You upload It or write where You found that Code . . . ?
Let me know
Regards
Hi! Tx for reply!
There are many files that show this; some of them are attached. Please search for name (shift+f4) "hidden" in them. Then you will find aLenovoHiddenSettings, and xref. Inside IDA.
Maybe many files need patching... so if I try it myself I'll have a high chance bricking it. Perhaps I should buy BusPirate, then I can just reflash a backed up ROM.
Greets,
CHariri
Posts: 1,223
Threads: 62
Joined: Mar 2013
Reputation:
44
Hi friend,
the Phoenix Bios Expert is Slm6397 (Steven), but It seems interesting !
I would give a look to this Module Code, can You upload It or write where You found that Code . . . ?
Let me know
Regards
Hi! Tx for reply!
There are many files that show this; some of them are attached. Please search for name (shift+f4) "hidden" in them. Then you will find aLenovoHiddenSettings, and xref. Inside IDA.
Maybe many files need patching... so if I try it myself I'll have a high chance bricking it. Perhaps I should buy BusPirate, then I can just reflash a backed up ROM.
Greets,
CHariri
Hi friend,
are You sure there isn't a Menu Tab Option for LenovoHiddenSettings as lately there are many Bioses with this feature and many times is used into EFI IFR (for your I checked and there isn't).
So if there are not any option You can try and You are on right way, but about brick I cannot be sure It wil not.
Regards
Thanks to Steven for his support anyway.
[size=undefined]Your Brain [/size]. . . . It's the best tool U can use ! [size=undefined]Don't FLASH the Bios Mod if You get a Size Alert, You risk a Brick !!! [/size] Donate to me for my work, click here BDM
Posts: 5
Threads: 1
Joined: Oct 2014
Reputation:
0
There is a Variable into VarStore which control Hidden Tabs so 0x22 may be the container of value to enable or disable Hidden Tabs, Bios just checking the value (some bits elevated) example 0xFF = 11111111 (bits setted) and Bios can show the Hidden Tabs.
Only It's necessary to disassembling much Bios Code and extracting VarStore, etc. a long history and work.
I know You have possbilities to do this miracle, so let us get good news.
Regards
[size=undefined]Your Brain [/size]. . . . It's the best tool U can use ! [size=undefined]Don't FLASH the Bios Mod if You get a Size Alert, You risk a Brick !!! [/size] Donate to me for my work, click here BDM