this post was submitted on 27 Jul 2024
88 points (93.1% liked)

Linux

47287 readers
802 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
88
submitted 1 month ago* (last edited 1 month ago) by gpstarman to c/linux@lemmy.ml
 

How to update BIOS on a system that only use Linux as OS.

Asking this because some clowns at Acer decided that they will only provide BIOS updates through Windows Update.

Edit: I'm not talking about installing the BIOS file. They don't even provide BIOS file in the first place.

you are viewing a single comment's thread
view the rest of the comments
[–] LunchMoneyThief@links.hackliberty.org 2 points 2 weeks ago (1 children)

My favorite way to update BIOS is with an SPI flasher and flashrom.

Vendor lock-in miscreants like Acer get wrecked. Try and stop me.

[–] gpstarman 1 points 2 weeks ago (1 children)

Thanks for the suggestion.

I presume from your tone that it is safe to do. Because, I don't wanna brick my UEFI.

[–] LunchMoneyThief@links.hackliberty.org 2 points 2 weeks ago (1 children)

I have saved bricked systems with this flashing tool. Just backup whatever is already on the BIOS chip with

flashrom --programmer model_name -r /path/to/backup.bin

before proceeding, so that it can be copied back over if anything goes wrong.

[–] gpstarman 1 points 2 weeks ago

Thank you. This is so cool.