How-to flash the bios using Linux
Goto http://www.fdos.org/bootdisks/ under "Normal Bootdisk"
get http://www.fdos.org/bootdisks/autogen/FDSTD.288.gz
Create a folder, unzip the floppy image, mount the floppy image:
Exit the folder, umount, create the ISO file:
Boot your pc using this CD.
get http://www.fdos.org/bootdisks/autogen/FDSTD.288.gz
Create a folder, unzip the floppy image, mount the floppy image:
sudo mkdir /tmp/biosdiskCopy all the files you need. Example:
gunzip FDSTD.288.gz
sudo mount -t vfat FDSTD.288 /tmp/biosdisk -o loop,r
cd /tmp/biosdisk
cp /home/lafa/bios/AWDFLASH.EXE .
cp /home/lafa/bios/SG33S117.BIN .
Exit the folder, umount, create the ISO file:
cd ~/Burn the bootcd.iso file, with your favorite burn utility.
sudo umount /tmp/biosdisk
mv FDSTD.288 boot.IMA
mkisofs -o bootcd.iso -b boot.IMA -c boot.cat ./boot.IMA
Boot your pc using this CD.
Comments
Post a Comment