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

Linux: Installing Docker Community Edition on Centos 8

# Switch into Sudo mode sudo su # Disable the built-in firewall as it will…

Linux: Commands to Add a New Disk

# Step 1: create partitioning table (gpt or msdos/mbr) device=/dev/sdc sudo parted $device mklabel gpt…

How To Install X11VNC on Ubuntu

# Note: this setup is the quick and dirty method for lab environments # Secured…