BIOS chips, particularly the new ones have a built-in Boot Block sector, which allows the BIOS to be recovered if it is corrupted by a power mishap, misflash, or a virus. You really don't need to throw away a hard earned just to recover from a boot block mode. If you got guts and need to feel glory then read on.
AwardBIOS
The shorting trick should work if the boot block code is not corrupted, and it would not be corrupted if /sb switch was used when flashing the bios instead of /wb switch.


The two (2) pins used in shorting to force a checksum error vary from chip to chip. Usually these are the highest-numbered address pins (A10 and above). Most common are pins number 2 & 3. (refer to image) These are the pins used by the system to read the System BIOS (original.bin for Award V.6), now, calculate the ROM checksum and see if it's valid before decompressing it into the memory, and subsequently allowing Bootblock POST to pass control over to the System BIOS.
You just have to 'fool' the system into believing that the System BIOS is corrupt. You can do this by shorting the two (2) high address pins, thereby making it difficult for your system to read the System BIOS subsequently resulting to a ROM Checksum Error and activating a Bootblock recovery.
There will be cases that shorting any combination of the high address pins would not work to force a checksum error in some chips, like in the case of my Winbond W49F002U. Shorting the #WE (Write Enable) with the highest-numbered address pin (A17) worked for this chip. You just have to experiment a little if you're not comfortable with "Hot Flashing" or "Replacement BIOS". Refer to the chip's datasheet for reference.
If you're not sure which are the correct pins to short and avoid further damaging your chip, measure the potential between the 2 pins using a Voltmeter while the system is on. If the voltage reading is zero (or no potential at all), then it is safe to short these pins. But do not short the pins while the system is on. Instead, power down short the pins then power up. And as soon as you hear 3 beeps (1 long, 2 short), remove the short at once so that automatic reflashing from Drive A can proceed without errors (assuming you had autoexec.bat in it). The tip of a screwdriver would do in shorting the pins but with such tiny pins on the PLCC chip, I'm pretty comfortable using a precision screwdriver. Short the pins at the point where they come protrude of the chip. Be careful not to short other pins as this might damage the CMOS chip or he mobo itself.
AMIBIOS
1. Copy a known working BIOS image for your board to a floppy and rename it to
AMIBOOT.ROM.
2. Insert the floppy in your system's floppy drive.
3. Power on the system while holding CTRL+Home keys. Release the keys when you hear a beep and/or see the floppy light coming on.
4 . Just wait until you hear 4 beeps. When 4 beeps are heard the reprogramming of the System Block BIOS went succesful, so then you may restart your system.
Some Alternative Keys that can be used to force BIOS update (only the System Block will be updated so it's quite safe):
CTRL+Home - To restore missing code into system block and clear CMOS when programming went ok.
CTRL+Page Up - To restore missing code into system block and clear CMOS or DMI when programming went ok.
CTRL+Page Down - To restore missing code into system block and do not clear CMOS and DMI area when programming went ok
Important :
Take note that the above alternative keys will work only on AMIBIOS V.7 or higher. An AMIBIOS V.6.26 can only be recovered by using CTRL+Home keys.
Flashing Without Video Display
AMIBIOS has integrated a recovery routine into the BOOT BLOCK of the BIOS, which in the event the BIOS becomes corrupt can be used to restore the BIOS to a working state. The routine is called when the SYSTEM BLOCK of the BIOS is empty. The restore routine will access the floppy drive looking for a BIOS file names AMIBOOT.ROM, this is why the floppy drive light comes on and the drive spins. If the file is found it is loaded into the SYSTEM BLOCK of the BIOS to replace the missing information. To restore your BIOS simply copy a working BIOS file to a floppy diskette and rename it AMIBOOT.ROM, then insert it into the computer while the power is on. The diskette does not need to be bootable or contain a flash utility. After about four minutes the system will beep four times. Remove the floppy diskette from the drive and reboot the computer. The BIOS should now be restored.
Recovering a Corrupt AwardBIOS
To recover from a corrupted AwardBIOS you will need to create a floppy diskette with a working BIOS file in .BIN format, an AWARD flash utility and an AUTOEXEC.BAT file. AwardBIOS will not automatically restore the BIOS information to the SYSTEM BLOCK, for this reason you will need to add the commands necessary to flash the BIOS in the AUTOEXEC.BAT file. The system will run the AUTOEXEC.BAT file, which in turn will flash the BIOS. This is fairly easy. Here are the steps you need to take.
1. Create a bootable floppy diskette
2. Copy the BIOS file and flash utility to the diskette
3. Create a text file with any standard text editor and add the following lines:
@ECHO OFF
AWARD822 BIOSFILE.BIN /py
In the above example I am assuming that you are using the AWARD822.EXE flash utility. You will need to replace the AWARD822 with the name of whatever flash utility you are using and replace the BIOSFILE.BIN with the name of the BIOS file you are using. You will also need to change the /py to whatever 'command' is required for your flash utility to automatically program the BIOS without user intervention. If you do not know the command to automatically flash your BIOS type the name of the flash utility with a space and then /? to display the utility’s help screen. The help screen should specify the command switch to automatically flash your BIOS. If you are using the AWARD822.EXE utility then the switch to automatically flash your BIOS is /py.
Goodluck!
没有评论:
发表评论