Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
[Request] hp pavillion dv4-1431us whitel...
Last Post: HpDV4
Yesterday 09:07 PM
» Replies: 0
» Views: 49
HP Pro 3330 (H-POPEYE-H61-uATX): Ivy Bri...
Last Post: Hooper
Yesterday 09:05 PM
» Replies: 38
» Views: 9368
[REQUEST] Gigabyte EG31M-S2 Rev 2.0 AHCI...
Last Post: Gigaboyz
Yesterday 06:12 PM
» Replies: 0
» Views: 78
[REQUEST] Lenovo IdeaPad Y410p & Y510p (...
Last Post: Yeremei
Yesterday 02:05 PM
» Replies: 100
» Views: 90593
[REQUEST] ASRock X470 Master SLI a/c
Last Post: ryliea
Yesterday 10:55 AM
» Replies: 0
» Views: 76
Ms-6309 v2.0 bios tualatin
Last Post: DeathBringer
Yesterday 02:21 AM
» Replies: 9
» Views: 820
[REQUEST] Lenovo ThinkCentre M93p Tiny (...
Last Post: bobo6
04-24-2026 06:01 PM
» Replies: 57
» Views: 66690
[REQUEST] Sony Vaio VPCEH & VPCEJ series...
Last Post: skyoff11
04-23-2026 10:03 PM
» Replies: 247
» Views: 203855
Lenovo Y570 Project Bios and Display
Last Post: dNAUREZ
04-22-2026 08:57 AM
» Replies: 1
» Views: 286
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: Tomwelling
04-22-2026 06:45 AM
» Replies: 109
» Views: 75582
[REQUEST] Lenovo Flex 2 Pro-15 (B9CNxxWW...
Last Post: savio78
04-21-2026 09:12 PM
» Replies: 0
» Views: 184
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: blawstem
04-21-2026 03:53 PM
» Replies: 220
» Views: 146174
Problem with intel DX79SR
Last Post: Tomyx85
04-21-2026 12:23 PM
» Replies: 0
» Views: 608
Packard Bell Aloh@
Last Post: moltensoftware
04-21-2026 10:31 AM
» Replies: 2
» Views: 3833
[REQUEST] Acer Aspire 7560(G) BIOS Unloc...
Last Post: Slavvvva
04-21-2026 09:14 AM
» Replies: 33
» Views: 26817
Working Dell E5440 will not flash BIOS
Last Post: DannoXYZ
04-20-2026 08:19 PM
» Replies: 2
» Views: 2695
[REQUEST] Acer Aspire 5742(G,Z) BIOS Unl...
Last Post: charlyholland
04-20-2026 10:36 AM
» Replies: 169
» Views: 87660
[REQUEST] Lenovo Ideapad S410p (89CNxxWW...
Last Post: vothcito
04-20-2026 03:36 AM
» Replies: 43
» Views: 32104
[REQUEST] Lenovo Thinkpad X230 Tablet (G...
Last Post: spithink
04-18-2026 09:24 PM
» Replies: 355
» Views: 261136
Fujitsu D3061-A1 & Xeon E3-1245
Last Post: Nikandros
04-18-2026 02:31 PM
» Replies: 11
» Views: 1786

[Request] Toshiba R30-A for unlock current limit throttling
#11
(12-19-2018, 10:46 PM)Lost_N_BIOS Wrote: Please tell me specifically which settings by name you want to change (One of: xxxwhatxxx) and I will show you how to change the setting via grub using Setup_var commands.

"One Of: Turbo Power Limit2" set to "disable"
"One Of: cTDP mode" set to "Up"
"One Of: Hide Special Settings" set to "disable"

Thanks You
find
quote
#12
Thanks, here is my Grub / Setup_var guide, you will be starting at step #6 only, because I will give you all details needed from steps #1-5 from the guide. That guide is to do same thing we are doing here, but in the guide I show how to unlock "BIOS Lock and SMI Lock" instead of the things you are changing.
https://www.win-raid.com/t3908f16-GUIDE-...-BIOS.html

You need to follow this method for USB file layout on the USB and shell.efi rename because your BIOS does not appear to offer direct option of "Boot to EFI/UEFI Shell" on the exit screen. If it does, hover/select that setting and the help/text should show you the name of the file it will be looking for
https://www.win-raid.com/t3144f16-Help-n...l#msg58324

First, disable UEFI Boot Mode in your BIOS and Secure Boot mode if you see that
Then on reboot you will be selecting Boot menu and then choose your USB device

Here are your variables to use/change
Turbo Power Limit2 - 0x49B / Default = 0x1

Command to enter at grub prompt >>
Setup_Var 0x49B 0x0

cTDP mode - 0x51F / Default = 0x3

Command to enter at grub prompt >>
Setup_var 0x51F 0x2

For this setting, changing to "Up, Value" may not have any effect, since you cannot see the setting to set a value, auto would be used.
Mod BIOS may be required to enable this to be visible for you to then change and set a value.
I can make this visible for you if needed, if changing like this leaves in auto/no effect, that way you can set a value and that way you'll also be able to see what the default "Nominal Value" is too.

Hide Special Settings - 0x51 / Default = 0x1

Command to enter at grub prompt >>
Setup_var 0x51 0x0

To undo these changes, either reload optimal defaults, or reflash stock BIOS
Or they can be reset using this same method, but entering the stock values show on first page (And above now too), instead of the new ones above

Do not mistype in grub, double check before you hit enter!
find
quote
#13
(12-20-2018, 01:13 AM)Lost_N_BIOS Wrote: Thanks, here is my Grub / Setup_var guide, you will be starting at step #6 only, because I will give you all details needed from steps #1-5 from the guide. That guide is to do same thing we are doing here, but in the guide I show how to unlock "BIOS Lock and SMI Lock" instead of the things you are changing.
https://www.win-raid.com/t3908f16-GUIDE-...-BIOS.html

You need to follow this method for USB file layout on the USB and shell.efi rename because your BIOS does not appear to offer direct option of "Boot to EFI/UEFI Shell" on the exit screen.  If it does, hover/select that setting and the help/text should show you the name of the file it will be looking for
https://www.win-raid.com/t3144f16-Help-n...l#msg58324

First, disable UEFI Boot Mode in your BIOS and Secure Boot mode if you see that
Then on reboot you will be selecting Boot menu and then choose your USB device

Here are your variables to use/change
Turbo Power Limit2 - 0x49B / Default = 0x1

Command to enter at grub prompt >>
Setup_Var 0x49B 0x0

cTDP mode - 0x51F / Default = 0x3

Command to enter at grub prompt >>
Setup_var 0x51F 0x2

For this setting, changing to "Up, Value" may not have any effect, since you cannot see the setting to set a value, auto would be used.
Mod BIOS may be required to enable this to be visible for you to then change and set a value.  
I can make this visible for you if needed, if changing like this leaves in auto/no effect, that way you can set a value and that way you'll also be able to see what the default "Nominal Value" is too.

Hide Special Settings - 0x51 / Default = 0x1

Command to enter at grub prompt >>
Setup_var 0x51 0x0

To undo these changes, either reload optimal defaults, or reflash stock BIOS
Or they can be reset using this same method, but entering the stock values show on first page (And above now too), instead of the new ones above

Do not mistype in grub, double check before you hit enter!

I got the error message "error: can't set variable using efi (error: 0x0000000000000008)"

do I missing anything?

thanks


Attached Files Thumbnail(s)
   
find
quote
#14
I've not seen this error before, but this is an oddly made BIOS so it's probably to be expected. Likely this is due to them being inside a hidden "Evaluation" menu, and several of the menus are split out into other modules as well, which is not the norm.

We'll have to try modified BIOS instead I think, and due to how the BIOS is created and these inside the Eval menu, I can't see how to make that menu or it's contents visible to you, sorry. So the cTDP mode change likely will have no effect, since you wont be able to set a value and it will be in auto mode with no value change applied, but maybe you get lucky and default "Up" value is higher than "Nominal Custom" Default value. And "hide Special" whatever that shows you wont be able to see either since Eval will be hidden still, but we can test and see if it also shows anything else for you on other sections (doubt it though, sorry)

Here is that BIOS, all changes you wanted made, flash using FPT as shown below
FPTw.exe -bios -f biosregm.bin

http://s000.tinyupload.com/index.php?fil...3956795807
find
quote
#15
(12-21-2018, 03:06 AM)Lost_N_BIOS Wrote: I've not seen this error before, but this is an oddly made BIOS so it's probably to be expected.  Likely this is due to them being inside a hidden "Evaluation" menu, and several of the menus are split out into other modules as well, which is not the norm.  

We'll have to try modified BIOS instead I think, and due to how the BIOS is created and these inside the Eval menu, I can't see how to make that menu or it's contents visible to you, sorry.  So the cTDP mode change likely will have no effect, since you wont be able to set a value and it will be in auto mode with no value change applied, but maybe you get lucky and default "Up" value is higher than "Nominal Custom" Default value.  And "hide Special" whatever that shows you wont be able to see either since Eval will be hidden still, but we can test and see if it also shows anything else for you on other sections (doubt it though, sorry)

Here is that BIOS, all changes you wanted made, flash using FPT as shown below
FPTw.exe -bios -f biosregm.bin

http://s000.tinyupload.com/index.php?fil...3956795807
Hi,

I got "Error 280: Failed to disable write protection for the BIOS space!" error message


Attached Files Thumbnail(s)
   
find
quote
#16
Sorry, I forgot you will need to unlock a few things before you can flash (I have already unlocked these in the BIOS below, so you wont need to do next time unless you ever flash stock BIOS again)

Boot to grub again and run these commands to unlock SMI Lock and BIOS Lock
Setup_var 0x4C9 0x0
Setup_var 0x4CB 0x0

Then try FPT flash again using this file
http://s000.tinyupload.com/index.php?fil...3369794189

FPTw.exe -bios -f biosregm2.bin
find
quote
#17
(12-21-2018, 08:57 AM)Lost_N_BIOS Wrote: Sorry, I forgot you will need to unlock a few things before you can flash (I have already unlocked these in the BIOS below, so you wont need to do next time unless you ever flash stock BIOS again)

Boot to grub again and run these commands to unlock SMI Lock and BIOS Lock
Setup_var 0x4C9 0x0
Setup_var 0x4CB 0x0

Then try FPT flash again using this file
http://s000.tinyupload.com/index.php?fil...3369794189

FPTw.exe -bios -f biosregm2.bin

Hi, I got the same error message "error: can't set variable using efi (error: 0x0000000000000008)"
find
quote
#18
Test with this Shell.efi file instead, rename it same as the one you are using now, put in same place
http://brains.by/posts/grub_setup_var.7z

For all commands now try with Setup_Var2 instead of Setup_var - any change to error?

Hmmm, do you have "Secure Boot" enabled? If yes, disable and try those grub commands again as originally tried before trying above method.
No matter if you get it or not, also do the below too, so we can edit more settings

If no luck, please download this package and run the following commands from admin command prompt (select folder that directly contains the exe, hold shift and press right click, choose open command window here)
http://s000.tinyupload.com/index.php?fil...7828471868

H2OUVE.exe -gv vars.txt
H2OUVE.exe -gs -all Setup.txt

I have not used this tool in a while, so please excuse if I have those commands backwards above, and try this instead if above does not give txt files Big Grin
H2OUVE.exe vars.txt -gv
H2OUVE.exe Setup.txt -gs -all
find
quote
#19
(12-22-2018, 04:02 AM)Lost_N_BIOS Wrote: Test with this Shell.efi file instead, rename it same as the one you are using now, put in same place
http://brains.by/posts/grub_setup_var.7z

For all commands now try with Setup_Var2 instead of Setup_var - any change to error?

Hmmm, do you have "Secure Boot" enabled?  If yes, disable and try those grub commands again as originally tried before trying above method.
No matter if you get it or not, also do the below too, so we can edit more settings

If no luck, please download this package and run the following commands from admin command prompt (select folder that directly contains the exe, hold shift and press right click, choose open command window here)
http://s000.tinyupload.com/index.php?fil...7828471868

H2OUVE.exe -gv vars.txt
H2OUVE.exe -gs -all Setup.txt

I have not used this tool in a while, so please excuse if I have those commands backwards above, and try this instead if above does not give txt files Big Grin
H2OUVE.exe vars.txt -gv
H2OUVE.exe Setup.txt -gs -all

Hi there is a diff file in the grub_setup_var.7z, I could not use it to boot grub.

I tried these two
https://github.com/datasone/grub-mod-setup_var/releases
http://brains.by/posts/bootx64.7z get from https://habr.com/post/190354/

I got the all the same error 0x0000000000000008 when using ver2 and ver_3



and the H2UVE.exe got error message as below

C:\Users\yui\Desktop\H20UVE_100.00.16.08>H2OUVE.exe -gv vars.txt
Now parsing Variable Information.
Failed to get bios data!
Fail to get Variable Information.

C:\Users\yui\Desktop\H20UVE_100.00.16.08>H2OUVE.exe -gs -all Setup.txt
Read Memory data failed!
Can't write BIOS Version fo File!
Read IFRPKG pointer failed!
Initialization IFR Package failed!
Fail to get SCU setting.

C:\Users\yui\Desktop\H20UVE_100.00.16.08>
find
quote
#20
You have to rename and place in same location as the other file you used before, exact same name and exact same locations, when that is done it will boot just like the other one. But, sounds like you got it, not sure the cause of that error.

on the H2OUVE, I can't remember which version I sent you, please download the other two from here and try those too.
https://github.com/mikebdp2/Insider_BIOS_Tools
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)