Linux operating system, no Trojans, viruses, everything is perfect. But when you need to refresh the motherboard BIOS to support some new hardware, because hardware vendors usually only provide a refresh method under DOS, this is a problem. Don't panic, now this problem is very easy to solve...
Step 1: Download the FreeDOS boot floppy image file
FreeDOS(http://www.freedos.org/), one DOS compatible operating system, it does not require any DOS version support. All you have to do is have the FreeDOS kernel and the associated boot floppy image file. Fortunately, there is a related boot floppy image file available on the FDOS website (http://www.fdos.org/). At the end of this article there is a local link to the file. After the download is complete, extract the image file:
wget http://www.fdos.org/bootdisks/autogen/FDOEM.144.gz
gunzip FDOEM.144.gz
Step 2: Copy
This step requires the kernel to support the vfat and loop filesystems, or it can be run as a module. In the second case, you can load the module in the following way:
modprobe vfat
modprobe loop
Confirm that the two file systems are now supported under /proc/fileystems. For good, you need to mount the floppy image file to a temporary directory:
mkdir /tmp/floppy
mount -t vfat -o loop FDOEM.144 /tmp/floppy
If the mount is successful, copy the BIOS update tool and the new BIOS file to the directory you just mounted. You may need to extract the archive files downloaded from the motherboard manufacturer's website. After unzipping, there are two files. The following is my decompressed motherboard BIOS file (of course, the file name is different):
# unzip 775Dual-VSTA\\(2.60\\).zip
Archive: 775Dual-VSTA(2.60).zip
inflating: 75DVSTA2.60
inflating: ASRflash.exe
# cp 75DVSTA2.60 ASRflash.exe /tmp/floppy
Go to the directory and look at it, these two files are not too big:
Filesystem 1K-blocks Used Available Use% Mounted on
/tmp/FDOEM.144
1424 990 434 70% /tmp/floppy
Finally, uninstall the floppy image file
umount /tmp/floppy
Step 3: Burn a bootable CD/DVD for a simulated floppy drive
This step is to burn the floppy image file to CD/DVD media, but Make sure it is bootable. Let's make a CD image file that can be indexed and burn it.
mkisofs -o bootcd.iso -b FDOEM.144 FDOEM.144
cdrecord -v bootcd.iso
Step 4: Restart, flash the BIOS, then Restart
Warning: Be prepared before refreshing the BIOS.
Attachment Size
FDOEM.144.gz 107.22 KB
http://linux.inet.hr/files/FDOEM.144.gz
The reverse proxy can be divided into two types from the transmission: 1: synchronous mode (apache-
A flash drive is one of the most useful tools a person can have. With it, you can back up critical d
Linode VPS default time zone is US, which is inconvenient for performing some scheduled tasks. There
Generally speaking, after installing ubuntu, the centralized display driver has been installed. Howe
Linux supplementary primitive, interrupt, soft interrupt
A recovery method for accidentally deleting files under Linux
Method of killing process commands under Linux operating system
How to check the shell type used by the Linux operating system
SVN command line common commands
Functions in awk Using Tutorials
Basic tutorial for errno in Linux
Alibaba Cloud CentOS how to add IPV6 support
Talk about the shell ">/dev/null 2>&1"
How to close the win10 firewall
How to close the task bar of WIN10 system to display the search box
Windows Server 2008 R2 switch machine to cancel login, press Ctrl+Alt+Delete group
How does the Win8 system use the Windows to go function?
Win10 system Edge browser prompts no registration class is what ghost
The input method icon in the lower right corner of Windows7 is missing. How to retrieve
Linux installation steps using GitHub
Linux restart command reboot using tutorial