blendOSb
blendOS14mo ago
13 replies
krishnakumar

How to make fwupd detect ESP partition?

When I run any fwupd command, e.g. fwupdmgr get-devices , I get:
x fwupdmgr get-devices
WARNING: UEFI ESP partition not detected or configured
See https://github.com/fwupd/fwupd/wiki/PluginFlag:esp-not-found for more information.
Dell Inc. Latitude 5420

├─System Firmware:
│ │   Device ID:          34bf7e4c173798e36e
│ │   Summary:            UEFI System Resource Table device (updated via NVRAM)
│ │   Current version:    1.39.1
│ │   Minimum Version:    1.39.1
│ │   Vendor:             Dell (DMI:Dell Inc.)
│ │   Update Error:       Not updatable as UEFI ESP partition not detected
├─UEFI Device Firmware:
│     Device ID:          ef9c68af09e25eb2
│     Summary:            UEFI System Resource Table device (updated via NVRAM)
│     Current version:    184
│     Minimum Version:    184
│     Vendor:             DMI:Dell Inc.
│     Update Error:       Not updatable as UEFI ESP partition not detected


How can we address this?
Was this page helpful?