datasone / grub-mod-setup_var

A modified grub allowing tweaking hidden BIOS settings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setup_var_3 not work

wings110 opened this issue · comments

I want to show all the hide menu in the bios
and type setup_var_3 command output (notice the two var named "Setup" with different GUIDs

VarStore: VarStoreId: 0x1234 [A04A27F4-DF00-4D42-B552-39511302113D]

VarStore: VarStoreId: 0x1 [EC87D643-EBA4-4BB5-A1E5-3F3E36B20DA9],

0x15CA33 One Of: Setup Menu Insyde Full Show, VarStoreInfo (VarOffset/VarName): 0x13B5, VarStore: 0x1, QuestionId: 0x1F, Size: 1, Min: 0x0, Max 0x1, Step: 0x0 {05 91 AE 18 AF 18 1F 00 01 00 B5 13 10 10 00 01 00}
0x15CA44 One Of Option: Hide, Value (8 bit): 0x0 (default) {09 07 B0 18 30 00 00}
0x15CA4B One Of Option: Show, Value (8 bit): 0x1 {09 07 B1 18 00 00 01}

I try
setup_var_3 0x13B5 0x1
or
setup_var_cv �Setup 0x13B5 0x1

all of them not work
I use the modGRUBShell.efi (released this on 25 Mar)

pls help .

The command output should contain the GUID of the obtained varstore so you can ensure the correct value is changed. Is the value changed after write and has the change preserved through reboot? Some firmware has protection that will automatically reset undesired values, and even if the settings value is changed correctly, it's up to the firmware how to use this value.