Getting Started

Download

it is available on GitHub and extract it after download

git clone https://github.com/ADLINK/bios-utility.git

Features of BIOS Modification Tool

1. Rename Entries

Allow you to renew the name for each node or entries

  1. Go to File > open to load ROM file

Application screen
  1. Once loaded successfully, All of entries will be shown.

Application screen
  1. For example, modify the name from “North Bridge” to “NB”

Application screen
  1. After modification, any changes will be highlight and log, then save as new ROM file.

Application screen

2. Change Visibility

Allow you to hide / show any entries

  1. Select any entry on the left side and change its visibility. For example, to hide “Bluetooth Sideband”.

Application screen
  1. After modification, any changes will be highlight and log, then save as new ROM file.

Application screen

3. Set Default Values

Allow you to configure the values for each entries

  1. Select any entry on the left side and choose the valuse as the default on the right droplist.

Application screen
  1. After modification, any changes will be highlight and log, then save as new ROM file.

Application screen

4. Change DMI Information

Allow you to modify DMI data, such BIOS information, System information or to add OEM strings

  1. Go to DMI Table and double click which one you would like to configure. For example, “Baseboard or Module Information”:

Application screen

5. Track Changes

Allow you to trace any changes you made before.

  1. Click “Full track logo” button to see all of changes

Application screen
  1. Click “Save track” button to save as log file.

Application screen

6. Import setting

Allow you import your preference without re-configuration

  1. Click “Import setting” button to load the change log you stored before.

Application screen Application screen Application screen






























































How to Flash BIOS

It needs using AMI flash utility to upgrade BIOS, plese refer to the following steps:

  1. Please go the link of AMI Firmware Update utilities: https://ami.com/en/products/firmware-tools-and-utilities/bios-uefi-utilities/

  2. Please download AMI Firmware Update utilities - “Aptio V”

    ../_images/bios_uefi_tool.png


  1. Plesse copy AMI Firmware Update utilities “AfuEfix64.efi” & modified BIOS to USB drive.

  2. Please enter BIOS muen and choose “UEFI: Built-in EFI Shell” in Override” to go into BIOS Shell mode.

    ../_images/bios_uefi.png


5. Please enter the following commands to look for the files on USB drive:

Shell> fs1:
FS1:\> ls
   10/15/2018  17:31             555,632  AfuEfix64.efi
   10/15/2019 17:30         16,777,216 1012VC0SS60E110.ROM

        2 File(s)  17,332,848 bytes

Note

you can see the location of USB drive after enter Shell module, ex: fs0 ~ fs3

../_images/bios_shell.png

6. Please enter following command to flash until the utility shows “Process completed”

FS1:> AfuEfix64.efi 1012VC0SS60E110.ROM /p /b /n /r
../_images/bios_update_process.png