Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

setup_var_3 not work #24

Open
wings110 opened this issue May 2, 2021 · 1 comment
Open

setup_var_3 not work #24

wings110 opened this issue May 2, 2021 · 1 comment

Comments

@wings110
Copy link

wings110 commented May 2, 2021

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 .

@datasone
Copy link
Owner

datasone commented May 5, 2021

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants