Welcome
|
You have to register before you can post on our site.
|
|
Unlock Advanced Options in Lenovo B450 BIOS
|
Posts: 754
Threads: 1
Joined: Jul 2013
Reputation:
32
Posts: 13
Threads: 1
Joined: Mar 2014
Reputation:
0
(03-04-2014, 09:40 AM)fjfc Wrote: Here
https://hostr.co/d68JZt4THJOx
Thank you fjfc.
I flashed my BIOS with the above file, I got a new tab 'Configuration' but as soon as I move to that tab system is restarting. Everything else is working fine, but I am unable to select that tab.
By the way, I am looking to enable VT-X on the BIOS.
Hope you can fix it.
Thank you.
Posts: 754
Threads: 1
Joined: Jul 2013
Reputation:
32
(03-04-2014, 01:51 PM)NirmalRajmohan Wrote: (03-04-2014, 09:40 AM)fjfc Wrote: Here
https://hostr.co/d68JZt4THJOx
Thank you fjfc.
I flashed my BIOS with the above file, I got a new tab 'Configuration' but as soon as I move to that tab system is restarting. Everything else is working fine, but I am unable to select that tab.
By the way, I am looking to enable VT-X on the BIOS.
Hope you can fix it.
Thank you.
Ok I'll take a look, is your processor compatible with vtx?
Posts: 13
Threads: 1
Joined: Mar 2014
Reputation:
0
(03-04-2014, 02:29 PM)fjfc Wrote: (03-04-2014, 01:51 PM)NirmalRajmohan Wrote: (03-04-2014, 09:40 AM)fjfc Wrote: Here
https://hostr.co/d68JZt4THJOx
Thank you fjfc.
I flashed my BIOS with the above file, I got a new tab 'Configuration' but as soon as I move to that tab system is restarting. Everything else is working fine, but I am unable to select that tab.
By the way, I am looking to enable VT-X on the BIOS.
Hope you can fix it.
Thank you.
Ok I'll take a look, is your processor compatible with vtx?
Yes, it is compatible.
Please see the CPUz Screenshot.
The new menu added is 'Advanced', but if I move to 'Configuration' laptop restarts.
screenshot tool
Posts: 754
Threads: 1
Joined: Jul 2013
Reputation:
32
03-04-2014, 04:12 PM
(This post was last modified: 03-04-2014, 04:30 PM by felipejfc.)
I'll try to manually enable vt-x for you with a mod and will edit here with the link...
EDIT
Can't be done using the original BIOS...
Can you DUMP your BIOS for me and link it? there are several tools and tutos on web on how to do this....
Also, was this tab Configurations in the BIOS already before the mod? was it working?
Posts: 10,260
Threads: 3
Joined: Oct 2011
Reputation:
540
03-04-2014, 05:34 PM
(This post was last modified: 03-04-2014, 05:39 PM by BDMaster.)
It is in Advanced CPU Control (sub-menu) if not appear it's hidden so unlock and will be visible !
Setting: VT Support, Variable: 0x1AF [1] default (It's enabled by default)
Option: Enabled, Value: 0x1
Option: Disabled, Value: 0x0
Into bios backup You will find this register 0x1AF and if it's = 0 then is disabled !
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: 754
Threads: 1
Joined: Jul 2013
Reputation:
32
03-04-2014, 05:41 PM
(This post was last modified: 03-04-2014, 05:42 PM by felipejfc.)
(03-04-2014, 05:34 PM)BDMaster Wrote: It is in Advanced CPU Control (sub-menu) if not appear it's hidden so unlock and will be visible !
Setting: VT Support, Variable: 0x1AF [1] default (It's enabled by default)
Option: Enabled, Value: 0x1
Option: Disabled, Value: 0x0
Into bios backup You will find this register 0x1AF and if it's = 0 then is disabled !
regards
Master BDMaster, I'm waiting for him to backup it, so that I can use EFI Dumper
Many thanks
Posts: 409
Threads: 2
Joined: Jan 2013
Reputation:
51
03-04-2014, 10:11 PM
(This post was last modified: 03-04-2014, 10:12 PM by donovan6000.)
(03-04-2014, 05:34 PM)BDMaster Wrote: It is in Advanced CPU Control (sub-menu) if not appear it's hidden so unlock and will be visible !
Setting: VT Support, Variable: 0x1AF [1] default (It's enabled by default)
Option: Enabled, Value: 0x1
Option: Disabled, Value: 0x0
Into bios backup You will find this register 0x1AF and if it's = 0 then is disabled !
regards
Hey BDMaster. Sorry I haven't been online in a while. Nice to see this forums staying busy!
So for IFR, I use the C programming language notation to indicate the size in bytes of the variable storage, [size in bytes]. Unfortunately EFI's IFR doesn't indicate the default value like UEFI's does. So for this setting:
Code: Setting: VT Support, Variable: 0x1AF [1]
It's variable storage is located at offset 0x1AF at it takes up 1 bytes
The notation Universal IFR Extractor uses is:
Code: Anything in parentheses, (), is additional information
Anything in brackets, [], is the size in bytes
Anything in braces, {}, is code
And incase you didn't notice, I got version 0.5 uploaded
Posts: 754
Threads: 1
Joined: Jul 2013
Reputation:
32
(03-04-2014, 10:11 PM)donovan6000 Wrote: (03-04-2014, 05:34 PM)BDMaster Wrote: It is in Advanced CPU Control (sub-menu) if not appear it's hidden so unlock and will be visible !
Setting: VT Support, Variable: 0x1AF [1] default (It's enabled by default)
Option: Enabled, Value: 0x1
Option: Disabled, Value: 0x0
Into bios backup You will find this register 0x1AF and if it's = 0 then is disabled !
regards
Hey BDMaster. Sorry I haven't been online in a while. Nice to see this forums staying busy!
So for IFR, I use the C programming language notation to indicate the size in bytes of the variable storage, [size in bytes]. Unfortunately EFI's IFR doesn't indicate the default value like UEFI's does. So for this setting:
Code: Setting: VT Support, Variable: 0x1AF [1]
It's variable storage is located at offset 0x1AF at it takes up 1 bytes
The notation Universal IFR Extractor uses is:
Code: Anything in parentheses, (), is additional information
Anything in brackets, [], is the size in bytes
Anything in braces, {}, is code
And incase you didn't notice, I got version 0.5 uploaded
Hey donovan, this version you linked is 0.3
|
Users browsing this thread: 2 Guest(s)
|