How can I insert bios flash program and firmware to the freedos so that I can upgrade the BIOS in client ? |
Take Asus A8V-MX (client's motherboard) as an example (use the freedos 1.0-8drbl or later version provided by DRBL):
In server:
1. Download
bios firmware:
wget http://dlsvr01.asus.com/pub/ASUS/mb/socket939/A8V-MX/A8V-MX-0503.zip
and flash program:
wget http://dlsvr01.asus.com/pub/ASUS/mb/socket939/A8V-MX/AFUDOS217.zip
2. unzip them:
unzip A8V-MX-0503.zip
unzip AFUDOS217.zip
3. put them into a directory:
mkdir bios
mv AFUDOS.exe A8V-MX-ASUS-0503.ROM bios
4. As root, run insert-file-fdos.sh to put them into the freedos image in /tftpboot/nbi_img/:
insert-file-fdos.sh bios
Then a modified freedos image "/tftpboot/nbi_img/fdos1440_drbl.img" is created.
In client:
5. Now you can PXE boot the client into freedos, and the programs you put are in A:\DRBL\BIOS. You can follow your BIOS manual to upgrade the bios.
|
|