Software update for Dell stuck

I have this firmware update that seems stuck. IT will not download, when I click on it, it keeps just refresh and stays the same. I’ve tried reboot and plug, unplug etc.

any ideas?

Can you try manually updating via terminal?
You will want to have your machine plugged in when you do this.
fwupdmgr refresh --force
fwupdmgr get-updates
fwupdmgr update

Thanks

nice

Thank you sir! Worked like a charm. well actually, when my external monitors are plugged in it never reboots and just hangs. I have to unplug them and let it boot then plug back in. But I’m not complaining. :stuck_out_tongue:

I did not know this cli command: fwupdmgr

gstlouis@fedora:/var/www/smb$ fwupdmgr refresh --force 
Updating lvfs
Downloading…             [************************************** ]
Successfully downloaded new metadata: 2 local devices supported
gstlouis@fedora:/var/www/smb$ fwupdmgr get-updates 
Devices with no available firmware updates: 
 β€’ BC901 NVMe SK hynix 256GB
 β€’ BIOS1
 β€’ TPM
 β€’ UEFI Device Firmware
 β€’ UEFI Device Firmware
Devices with the latest available firmware version:
 β€’ UEFI dbx
Successfully uploaded 1 report
Dell Inc. Latitude 5431
β”‚
└─System Firmware:
  β”‚   Device ID:          0be6189a14f2555d673ad8419e82545d197234432148323
  β”‚   Summary:            UEFI System Resource Table device (updated via NVRAM)
  β”‚   Current version:    1.26.0
  β”‚   Minimum Version:    1.26.0
  β”‚   Vendor:             Dell (DMI:Dell Inc.)
  β”‚   Update State:       Success
  β”‚   GUID:               0be3fcb0-98c1-4632-b14c-ab0a5a6b23437
  β”‚   Device Flags:       β€’ Internal device
  β”‚                       β€’ Updatable
  β”‚                       β€’ System requires external power source
  β”‚                       β€’ Supported on remote server
  β”‚                       β€’ Needs a reboot after installation
  β”‚                       β€’ Cryptographic hash verification is available
  β”‚                       β€’ Device is usable for the duration of the update
  β”‚   Device Requests:    β€’ Message
  β”‚ 
  └─Latitude 5431, Precision 3470 System Update:
        New version:      1.27.0
        Remote ID:        lvfs
        Release ID:       102274
        Summary:          Firmware for the Dell Latitude 5431, Precision 3470
        License:          Proprietary
        Size:             30.5 MB
        Created:          2024-11-14
        Urgency:          High
        Vendor:           Dell
        Release Flags:    β€’ Trusted metadata
                          β€’ Is upgrade
        Description:      
        This stable release fixes the following issue:
        
        *For Compal internal LVFS use.
        Checksum:         ef97a91835e00964601e69f722765dbffdbad1bc21facc592cb4e5d6d3da9857


gstlouis@fedora:/var/www/smb$ fwupdmgr update

Devices with no available firmware updates: 
 β€’ BC901 NVMe SK hynix 256GB
 β€’ BIOS1
 β€’ TPM
 β€’ UEFI Device Firmware
 β€’ UEFI Device Firmware
╔══════════════════════════════════════════════════════════════════════════════╗
β•‘ Upgrade System Firmware from 1.26.0 to 1.27.0?                               β•‘
╠══════════════════════════════════════════════════════════════════════════════╣
β•‘ This stable release fixes the following issue:                               β•‘
β•‘                                                                              β•‘
β•‘ *For Compal internal LVFS use.                                               β•‘
β•‘                                                                              β•‘
β•‘ Latitude 5431 must remain plugged into a power source for the duration of    β•‘
β•‘ the update to avoid damage.                                                  β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•
Perform operation? [Y|n]: y
Waiting…                 [***************************************]
Successfully installed firmware
Do not turn off your computer or remove the AC adapter while the update is in progress.
Devices with the latest available firmware version:
 β€’ UEFI dbx
An update requires a reboot to complete. Restart now? [y|N]: 


1 Like