You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use uefisettings to flip the Multi-VC (Enable/Disable Multiple Virtual Channel) option in my UEFI's settings, but because this option is present for each PCI-e root port (up to 3), the question appears three times with an identical name:
sudo ./uefisettings hii list-questions | grep -B 1 -A7 'Multi-VC'
Is there any way to select the question to get/set more granularly such that I can choose the other questions?
As far as I remember, there are no such capability yet. As a workaround for get-ting, I can suggest only to use list-questions with flag -j (to get a JSON output) and use jq to filter the response. And there is no workaround for set-ting.
Pull Requests are welcomed, though :)
I can explain what needs to be done. I can also explain how to correctly interpret deactivated/grayed-out questions (to make them not appear in the lists; as it should be). But I don't have time to fix this myself in this year :(
Another (hopefully temporary) workaround could be: you can download the tool provided the vendor of you motherboard. For example, very often the proprietary variant of the tool for that is AFULNX: it does allow you make a full dump of all questions with answers, modify it, and upload back.
And one more workaround: you may change the values manually, using dd. If you are interested about this option, please let me know, I'll try to make an example how to do that.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm trying to use
uefisettings
to flip theMulti-VC
(Enable/Disable Multiple Virtual Channel) option in my UEFI's settings, but because this option is present for each PCI-e root port (up to 3), the question appears three times with an identical name:When I try to use
uefisettings hii get
, only the first question is returned (note only the first isEnabled
):sudo ./uefisettings hii get 'Multi-VC'
Is there any way to select the question to get/set more granularly such that I can choose the other questions?
Thanks in advance,
Luke
The text was updated successfully, but these errors were encountered: