New comment by Hoshpak on void-packages repository https://github.com/void-linux/void-packages/issues/18612#issuecomment-579649264 Comment: I tried it on my system as well. I used fwupdmgr in the past to update a Logitech unifying receiver and it also detects the two SSDs in the system. Efivars is now mounted manually: ``` # mount | grep efivars efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,relatime) ``` But still I get: ``` ├─System Firmware: │ Device ID: 1d70a31dd3ff0941761550a38436fc990c6c3ff0 │ Current version: 0.0.11 │ Minimum Version: 0.0.11 │ Vendor: ASUS (DMI:American Megatrends Inc.) │ Update Error: /sys/firmware/efi/efivars was not mounted │ GUID: 7039436b-6acf-433b-86a1-368ec2ef7e1f │ Device Flags: • Internal device │ • Requires AC power │ • Needs a reboot after installation │ • Cryptographic hash verification is available ``` So either something else is required or the firmware cannot be updated via fwupdmgr. In that case the error message would be misleading. The update command shows me: ``` # fwupdmgr update No upgrades for Unifying Receiver: current version is RQR12.10_B0032: RQR12.10_B0032=same, RQR12.08_B0030=older, RQR12.07_B0029=older ``` So it only considers the Unifying receiver but not the other three devices. This could be because though they could theoretically be updated via fwupdmgr, there's no firmware for these devices on the server. The get-releases command shows that there are no releases for either of the SSDs and that UEFI is not updateable.