To deal with all this Intel CPU disaster, I’ve been having to manually check MSI’s website for mobo updates. It occurred to me that keeping BIOSes and other drivers that aren’t delivered through your OS’s update manager of choice is such a pain, and it’s common knowledge that a lot of critical BIOS updates just don’t get applied to systems because folks don’t check for updates unless there’s a problem.
Thinking about that, I realized that it would make life a lot easier if you could just have section in your RSS reader for firmware updates, and each mobo manufacturer published BIOS update announcements as an RSS feed. All your updates are in one place, and you’re notified promptly! Of course, this would also apply to NVIDIA drivers, so you can get automatic updates on Windows without having to download Geforce NOW bloatware, but of course that’s very intentional on NVIDIA’s part.
Does anyone know of other easy ways to passively keep track of BIOS updates?
On Linux, I run
fwupdmgr
to periodically check for firmware updates. Not every manufacturer supports it yet, but I’ve had good results with a few laptops. Not sure if it supports BIOS.Also though, I generally try to leave my BIOS alone if everything is working fine. Unless I hear of a reason to update, I’d rather stay on a stable version.
It does support bios updates. That’s how I do mine on my laptop (a Lenovo).
I’m not familiar with
fwupdmgr
, so I’m not sure either about it delivering bios updates. A good tool to know about for sure, though!BIOS/EFI updates have shown up on my ThinkPad T490 under Fedora, and I think Framework supports this feature as well with their devices.
You could even set up a cron job for it, or (at least on Arch) create a Pacman hook that runs
fwupdmgr
every time you update your system