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 20.04 Initial Setup

Basic Setup: # Set hostname and ip nmtui # remember to deactive/reactive a connection after…

NGINX

# Create nginx.repovim /etc/yum.repos.d/nginx.repo#### content ####[nginx]name=nginx repo baseurl=http://nginx.org/packages/mainline/centos/$releasever/$basearch/ gpgcheck=0 enabled=1###############sudo yum update nginxsudo service nginx…

Linux: How To Install Visual Studio Code

Intro Bypassing any discussions about choosing Visual Studio Code (VS Code) over Atom or Sublime…