I ran the Gigabyte atBIOS tool in Windows, selected the patched BIOS file, and confirm the update. At the stage when the tool showed ‘Erasing…’ or something, here came the blue screen of death. What could I do? I rebooted, only to find out that the machine could no longer boot. There was no display on the screen either.
The next step was naturally Google. This motherboard uses Award BIOS. Some pages suggested to create a boot floppy disk and put this command in autoexec.bat.
awdflash 12345678.BIN /py/sn/f/cc/rSome pages also warned to carefully select the version of awdflash to use. I don’t know which version of awdflash that I should use, but I have a flash893 by Gigabyte. I changed the above command to flash893 but the machine still wouldn’t boot. Maybe flash893 did not understand the parameters?
I figured that 893 could be a version number. So I downloaded awd893 (awdflash version 8.93) and uses the above command line. After I rebooted, the machine did access the floppy for a while, but then nothing happen and the machine was still in bad condition.
So I ran that awd893 in a Windows 98 machine (luckily we still have an old machine with a floppy drive!) with this command
awd893 /?I could not find /f in the output. Could this be the problem? So I modified the line in autoexec.bat to this:
awd893 bios.bin /py /sn /cc /RI don’t know whether the parameters should be case sensitive. I just followed the cases from the /?. But the above line works!
To summarise, here’s what I did to save the old machine:
- Create a boot floppy disk using Windows 98:
- Insert the disk
- Open Windows Explorer.
- Right-click the disk
- Click “Format”
- Tick “Copy system files”
- Click “Start”
- Copy awd893 to the floppy.
- Copy the bios file to the floppy.
- Create a file called autoexec.bat in the floppy. You can use Notepad.
- In the file, put this line (bios.bin is the BIOS file, change it to the name of your BIOS file): awd893 bios.bin /py /sn /cc /R
- Save the file. When you save the file in Notepad, make sure you choose “All Files (*.*)” in “Save as type”. Name the file as autoexec.bat
- Insert the disk to the affected machine.
- Start the machine.
- If everything goes smoothly, the machine will flash the BIOS and reboot itself.
- io.sys
- msdos.sys
- command.com
- awd893.exe
- bios.bin
- autoexec.bat
Thanks for this post. I don't know why, but my Gigabyte board actually fixed its drivers itself - crazy!! I also found this Driver Finder Review to get the best result from the way.
ReplyDeleteYou could be using a "DualBIOS" board, which fixes itself up when it feels sick!
ReplyDeletehttp://www.gigabyte.com/microsite/55/tech_081226_dualbios.htm
Many Thanks .. I was using the same /py/sn/f/cc/r parameters as you listed (from biosman.com) with no success.
ReplyDeleteChanged to the parameters /py/sn/cc/R you give and it worked perfectly.