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

Sample Multi-Site Metadata

SimpleSAML PHP module requires that each site to be configured with a $metadata entry. Below…

Installing IBM VPN Client

On a Linux Machine # Install VPN Client shellScript=https://support.arraynetworks.net/prx/001/http/supportportal.arraynetworks.net/downloads/pkg_9_4_0_385/MP_Linux_1.2.9/MotionPro_Linux_Ubuntu_x64_build-8.sh cd Desktop wget $shellScript sudo ./MotionPro_Linux_Ubuntu_x64_build-8.sh…

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…