not_fond_of_reddit@lemm.eetoLinux@lemmy.ml•How to go about updating BIOS on a Linux laptop when only .exe is provided?
6·
4 days agoYou could try enabling the lvfs test-repo
sudo fwupdmgr enable-remote lvfs-testing
And the run
sudo fwupdmgr update
So you can enable it and then run:
sudo fwupdmgr get-updates
And you will get a list of what would be updated with the testing repo, and then you can disable it again if it doesn’t return a result that one can work with.