Hi,
my system is this:
Operating System: openSUSE Tumbleweed 20231106
KDE Plasma Version: 5.27.9
KDE Frameworks Version: 5.111.0
Qt Version: 5.15.11
Kernel Version: 6.5.9-1-default (64-bit)
Graphics Platform: Wayland
Processors: 16 Γ AMD Ryzen 7 PRO 6850U with Radeon Graphics
Memory: 30.1 GiB of RAM
Graphics Processor: AMD Radeon Graphics
Manufacturer: LENOVO
Product Name: 21CHCTO1WW
System Version: ThinkPad T16 Gen 1
It has been installed with Secure Boot (and TPM) enabled and everything works really fine.
But when I try to update the firmware with fwupdmgr, I get error messages:
linux:/home/christian # fwupdmgr update
WARNUNG: Die UEFI-ESP-Partition ist mΓΆglicherweise nicht korrekt eingerichtet
Siehe https://github.com/fwupd/fwupd/wiki/PluginFlag:esp-not-valid fΓΌr weitere Informationen.
GerΓ€te mit keinen verfΓΌgbaren Firmware-Aktualisierungen:
β’ Integrated RGB Camera
β’ SSD 980 PRO 2TB
β’ UEFI Device Firmware
β’ UEFI Device Firmware
β’ UEFI Device Firmware
β’ UEFI Device Firmware
β’ UEFI Device Firmware
β’ UEFI Device Firmware
β’ UEFI Device Firmware
GerΓ€te mit der neuesten verfΓΌgbaren Firmware-Version:
β’ Embedded Controller
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β System Firmware von 0.1.41 auf 0.1.46 aktualisieren? β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ£
β This release contains the following changes: β
β β
β β’ [Important] Remove MSC mode. β
β β’ (New) Add support for Maori keyboard. β
β β’ (New) Enable smart card preboot function. β
β β’ (Fix) Fixed issue where Lenovo logo interface lost during restart after β
β set Supervisor Password/Power-On Password/NVMe1Password. β
β β’ (Fix) Fixed issue where keyboard backlight does not remain after β
β returning from modern standby. β
β β’ (Fix) Fixed issue where system hang up at Pre-Boot Authentication β
β interface after perform a normal scan operation with unregistered β
β fingerprint for 3 attempts. β
β β’ (Fix) Fixed issue where system will shutdown when dock power button is β
β pressed for 4s in the process of BIOS upgrade. β
β β’ (Fix) Fixed issue where βinvalid critical thresholdβ issue under β
β linux. β
β β’ (Fix) Fixed issue where system can't change power-saver mode under β
β linux after wake up from DC+Lid open. β
β β
β 21CHCTO1WW muss wΓ€hrend der gesamten Dauer der Aktualisierung an eine β
β Stromquelle angeschlossen bleiben, um SchΓ€den zu vermeiden. β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Operation durchfΓΌhren? [Y|n]: y
Entpacken β¦ [ ]]
Secure boot is enabled, but shim isn't installed to EFI/opensuse/shimx64.efi
These are the critical points:
Die UEFI-ESP-Partition ist mΓΆglicherweise nicht korrekt eingerichtet
Siehe PluginFlag:esp not valid Β· fwupd/fwupd Wiki Β· GitHub fΓΌr weitere Informationen.
Meaning the UEFI-ESP partition is not installed correctly.
And
Secure boot is enabled, but shim isnβt installed to EFI/opensuse/shimx64.efi
When I have a look at EFI/opensuse, I see this:
linux:/home/christian # ls -l /boot/efi/EFI/opensuse
insgesamt 4152
-rwxr-xr-x 1 root root 58 7. Nov 19:21 boot.csv
drwxr-xr-x 2 root root 4096 7. Nov 19:34 fw
-rwxr-xr-x 1 root root 63256 9. Okt 10:59 fwupdx64.efi
-rwxr-xr-x 1 root root 155 7. Nov 19:21 grub.cfg
-rwxr-xr-x 1 root root 2054000 7. Nov 19:21 grub.efi
-rwxr-xr-x 1 root root 331776 7. Nov 19:21 grubx64.efi
-rwxr-xr-x 1 root root 846096 7. Nov 19:21 MokManager.efi
-rwxr-xr-x 1 root root 934024 7. Nov 19:21 shim.efi
So, ok, there is no βshimx86.efiβ, but shim.efi exist - and after all, it is a AMD64 system.
Any idea what might be the problem here and how to fix it?
Thanks for your input!