Access BIOS/UEFI menu setting via uefi shell

元气小坏坏 提交于 2019-12-13 04:14:15

问题


I´d like to read/alter some BIOS/UEFI menu settings via a uefi shell script.

For example I´d like to change the 'CSM Support' setting (Enabled/Disabled).

Is there any way to do so?


回答1:


Inspect the uefi variables (not shell variables) before and after you change the 'CSM Support' setting, maybe this setting is stored in one of the uefi variables, you can then edit this variable from the shell or a simple shell app.



来源:https://stackoverflow.com/questions/52756635/access-bios-uefi-menu-setting-via-uefi-shell

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!