snippetbashTip
fwupdmgr — Update device firmware, including UEFI, using `fwupd`. See also: `fwupdtool`. More information: <htt
Viewed 0 times
commandfirmwareupdateclifwupdmgruefiincludingdevice
linux
Problem
How to use the
fwupdmgr command: Update device firmware, including UEFI, using fwupd. See also: fwupdtool. More information: <https://github.com/fwupd/fwupd/blob/main/src/fwupdmgr.md>.Solution
fwupdmgr — Update device firmware, including UEFI, using fwupd. See also: fwupdtool. More information: <https://github.com/fwupd/fwupd/blob/main/src/fwupdmgr.md>.Display all devices detected by
fwupd:fwupdmgr get-devicesDownload the latest firmware metadata from LVFS:
fwupdmgr refreshList the updates available for devices on your system:
fwupdmgr get-updatesInstall firmware updates:
fwupdmgr updateRemount
/boot with more privileges if update complains about a read-only filesystem:sudo mount {{[-o|--options]}} uid=1000,gid=1000,umask=0022 {{/dev/sdX}} /bootShow firmware update history:
fwupdmgr get-historyCode Snippets
Display all devices detected by `fwupd`
fwupdmgr get-devicesDownload the latest firmware metadata from LVFS
fwupdmgr refreshList the updates available for devices on your system
fwupdmgr get-updatesInstall firmware updates
fwupdmgr updateRemount `/boot` with more privileges if update complains about a read-only filesystem
sudo mount {{[-o|--options]}} uid=1000,gid=1000,umask=0022 {{/dev/sdX}} /bootContext
tldr-pages: linux/fwupdmgr
Revisions (0)
No revisions yet.