Posted On April 1, 2019

How to Flash Bios Using CentOS live USB

kimconnect 0 comments
blog.KimConnect.com >> Linux >> How to Flash Bios Using CentOS live USB
Start CentOS live USB
copy T5500A16.bin to desktop
Run terminal
su
init 1
cd /home/centoslive/Desktop
chmod u+x T5500A16.bin
./T5500A16.bin
 
Update: use rufus to create other Linux / DOS command lines for a quicker way of performing this task

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Ubuntu/Lubuntu 20.04 GRUB_TIME=0 Defaults to 10 Seconds Instead of Zero

# GRUB configuration that still resulted in a count-down of 14 seconds GRUB_DEFAULT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=0…

Disable Screensaver on CentOS 8

Here are a couple of tricks that worked in the past. I don't think they…

Adding Repositories in Centos 5.3

yum install yum-priorities vim /etc/yum/pluginconf.d/priorities.conf ---- [main] enabled=1 ----   Install RPMForge: cd /home wget…