BIOS/Firmware

BIOS-/Firmware-Updates durchführen

sudo dnf -y install fwupd
sudo systemctl start fwupd

# refresh metadata
sudo fwupdmgr refresh
sudo fwupdmgr update
Devices with no available firmware updates:
 • Integrated Webcam HD
 • TPM
 • UEFI Device Firmware
 • UEFI Device Firmware
 • Unifying Receiver
Devices with the latest available firmware version:
 • PC SN730 NVMe WDC 1024GB
╔══════════════════════════════════════════════════════════════════════════════╗
║ Upgrade System Firmware from 3.11.0 to 3.20.0?                               ║
╠══════════════════════════════════════════════════════════════════════════════╣
║ This stable release fixes the following issues:                              ║
║                                                                              ║
║ • This release contains security updates as disclosed in the Dell            ║
║ Security Advisories.                                                         ║
║                                                                              ║
║ XPS 13 9310 must remain plugged into a power source for the duration of the  ║
║ update to avoid damage.                                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝
Perform operation? [Y|n]: y

Successfully installed firmware
Do not turn off your computer or remove the AC adapter while the update is in progress.
 • UEFI dbx
An update requires a reboot to complete. Restart now? [y|N]: y

Troubleshooting

/boot/efi does not have sufficient space, required 87.6 MB, got 62.2 MB

Zunächst die Auslastung des Verzeichnisses anschauen, dann Platz freischaufeln:

sudo mv /boot/efi/EFI/Microsoft /home

Upgrade wie oben angegeben durchführen.

Danach das verschobene Verzeichnis wiederherstellen:

sudo mv /home/Microsoft /boot/efi/EFI

Built on 2024-04-18