Announcement

Collapse
No announcement yet.

Bios or UEFI update using Linux

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Bios or UEFI update using Linux

    Which is the situation about the possibilities of update the Bios or the UEFI using only Linux on the new motherboard?
    Is it possible? Is it an easy procedure?

  • #2
    flashrom from coreboot, and no, often doesn't work on new boards.

    Comment


    • #3
      It depends- but try it anyway

      Flashrom is your only option (apparently Dell has their own tool for supported Linux models). On desktops, you should be pretty good except for the latest Intel boards. Make sure your version of flashrom is current- it's not too hard to compile by itself, and a lot has changed since older versions.

      Check with flashrom -V first. If it finds a flashchip, you're probably in good shape (even better if no operation for your chip is listed as untested).
      If flashrom does find a chip, make sure you make a backup of your existing BIOS using flashrom -r original.bios.

      If this backup works fine (make sure to look inside the file to make sure it's not all 0's or FF's), you can then try writing the new BIOS. I would highly suggest using flashrom -Vw to make sure you (and anyone else) knows exactly what happened.

      Hopefully everything went well- if not, whatever you do, DON'T REBOOT OR POWEROFF. The folks on the #flashrom channel and the mailing list are amazing, and will help you.

      Here's the general page for testing: http://flashrom.org/Board_Testing_HOWTO

      Comment


      • #4
        Thanks at both.

        Comment

        Working...
        X