this post was submitted on 06 Feb 2024
29 points (96.8% liked)

Linux

7801 readers
112 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 1 year ago
MODERATORS
 

Hi, no matter how many times I click Restart & Updates..., the integrated firmware update never get's installed. Everything else does as usual, but not this one.

Is there a command line I can use to force install this?

Fedora 39.

EDIT: Solved.

My ESP /boot/efi partition originally created by Windows 11 had no space for the firmware upgrade files, so the upgrade never ran.

I fixed it by resizing it from 100MB to 200MB, now it works well.

Just in case anyone runs into this in the future, the process is unfortunately not as simple as resizing it on GParted because of a bug in libparted https://bugzilla.gnome.org/show_bug.cgi?id=649324 but there is a workaround in the comments.

all 6 comments
sorted by: hot top controversial new old
[–] d3Xt3r@lemmy.nz 18 points 7 months ago

Run sudo fwupdmgr upgrade from a terminal and check the output - you'll see much more detail there and you'll know immediately if runs into any issues.

[–] TheHobbyist@lemmy.zip 4 points 7 months ago* (last edited 7 months ago)

What does the yellow exclamation mark show? Any useful information in there?

[–] vikingtons@lemmy.world 3 points 7 months ago

In my case, firmware upgrades for my notebook will only be initiated when it's connected to power

[–] serpineslair@lemmy.world 2 points 7 months ago

Are you perhaps trying to fix the subwoofer? I know someone having a problem with firmware and speakers. Apparently there is no fix, and it is a problem on Dell's end.

[–] TheHobbyist@lemmy.zip 1 points 6 months ago

Would you mind sharing the resource you used to resize the partition please? Thank you