Author Topic: Safely update BIOS ?  (Read 2318 times)

Magnum

  • Member
  • *****
  • Posts: 2399
Safely update BIOS ?
« on: February 21, 2021, 09:27:01 AM »
I thought about seeing if there is a newer version of my BIOS.

But I read that you can brick a computer if the process in interrupted.

This is my BIOS info.

Base Board Information (Mother board)
   Manufacturer: Gigabyte Technology Co., Ltd.
   Product Name: F2A68HM-H

BIOS Information
        Vendor: American Megatrends Inc.
        Version: FB
        Release Date: 04/22/2015

I found the BIOS updates here.

https://www.gigabyte.com/us/Motherboard/GA-F2A68HM-H-rev-10/support#support-dl-bios

My current bios is date 4/22/15.

But I only see a Beta one and it is only a couple of months newer.

I do have a UPS with a 30 minute run time.

« Last Edit: February 21, 2021, 11:27:20 AM by Magnum »
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

Vortex

  • Member
  • *****
  • Posts: 2787
Re: Safely update BIOS ?
« Reply #1 on: February 21, 2021, 07:52:24 PM »
Hi Magnum,

The UPS device is very important during the update of BIOS. Probably, it would be better to skip this beta version and wait for the new release.

Magnum

  • Member
  • *****
  • Posts: 2399
Re: Safely update BIOS ?
« Reply #2 on: February 21, 2021, 10:51:20 PM »
Thanks. I will wait for a newer BIOS.
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: Safely update BIOS ?
« Reply #3 on: February 22, 2021, 11:25:55 AM »
Andy,

Unless you have a very good reason to update a BIOS, don't take the risk as if you use an incorrect version or have some power failure, you can't restart the board.
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

Magnum

  • Member
  • *****
  • Posts: 2399
Re: Safely update BIOS ?
« Reply #4 on: February 22, 2021, 12:44:50 PM »
Thanks Hutch.
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

TouEnMasm

  • Member
  • *****
  • Posts: 1764
    • EditMasm
Re: Safely update BIOS ?
« Reply #5 on: February 22, 2021, 07:00:42 PM »

If you have a none too much oldversion of windows,The "windows update" will do it itself without error.
Search in it for additionnal update or something like that.
Fa is a musical note to play with CL

Magnum

  • Member
  • *****
  • Posts: 2399
Re: Safely update BIOS ?
« Reply #6 on: February 23, 2021, 02:30:48 AM »
I am using Ubuntu Mate.
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

TouEnMasm

  • Member
  • *****
  • Posts: 1764
    • EditMasm
Re: Safely update BIOS ?
« Reply #7 on: February 23, 2021, 02:47:44 AM »

Perhaps a forum on linux will give a more secured answer ?.
There is further solucse to update the bios and the system in use is given.
The one you choose don't give this information,are you sure it is the good ?.
You need also to know which program will load it ?
Many more questions than with windows.
Fa is a musical note to play with CL

Vortex

  • Member
  • *****
  • Posts: 2787
Re: Safely update BIOS ?
« Reply #8 on: February 23, 2021, 03:51:06 AM »
Hi Magnum,

Checking the link you posted, I downloaded the beta updated named mb_bios_ga-f2a68hm-h_f2c.zip  The zip archive is offering an application to be executed on Windows, not Linux.

Magnum

  • Member
  • *****
  • Posts: 2399
Re: Safely update BIOS ?
« Reply #9 on: February 23, 2021, 06:05:30 AM »
Hi Magnum,

Checking the link you posted, I downloaded the beta updated named mb_bios_ga-f2a68hm-h_f2c.zip  The zip archive is offering an application to be executed on Windows, not Linux.

Yes it is. As far as I know all bios updates are windows based.

But Linux users can install Freedos on a pen drive, boot up with it and install the bios update.
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

TimoVJL

  • Member
  • *****
  • Posts: 1317
Re: Safely update BIOS ?
« Reply #10 on: February 23, 2021, 06:52:41 AM »
Some MB can Flash BIOS directly from USB, like my MSI Mortar.
https://www.msi.com/Motherboard/B450M-MORTAR-MAX
May the source be with you

mineiro

  • Member
  • ****
  • Posts: 937
Re: Safely update BIOS ?
« Reply #11 on: February 23, 2021, 08:32:58 AM »
You can create a ms-dos floppy disk, maybe "format /mbr"? Forgot now how to insert a boot sector in a formated disk, it's necessary copy command.com, config.sys and autoexec.bat and update bios software. After a bootable disk (cd-rom,pen-drive, floppy) thats easy, from memory I remember that update bios program give to us an option to save actual firmware bios image to disk as file. Maybe ramdisk.sys can be usefull to create a file system in memory. So, after bootup is necessary format again just to store bios image.

Have other ways, but you need 2 same motherboard (bios chip). You turn on computer with good bios image and save to a file; after this and while computer on, remove very carefully the bios chip with good image inside and insert a bad bios chip; after this you can update bad bios chip image while program is waiting us to press a key to update bios image. I have done this a lot in past when finding bios image was hard. Other option was eprom writer, but thats specific to electronic persons.
Ms-dos and bios image are stored in memory (int 21 by command.com and int16,int10 from bios image).

One problem happened to me while updating a bios image was a energy peak. That create a bad bios image, computer just don't turn on. So, if it's raining, better do this after.

Maybe, not sure, but motherboard cd-rom are bootable.
I'd rather be this ambulant metamorphosis than to have that old opinion about everything

Magnum

  • Member
  • *****
  • Posts: 2399
Re: Safely update BIOS ?
« Reply #12 on: February 23, 2021, 08:58:44 AM »
I decided to keep my current BIOS.

My computer is running fine.

Don't want to tempt fate. :-)
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org