Operation success ^^
16 years ago
A few hours ago a friend came over with their computer. They'd botched a BIOS upgrade, and unfortunately, the BIOS recovery procedure wasn't working. Seems this is a common problem with Award BIOSes. The procedure involves booting off a floppy and running the flash utility, but it wouldn't boot.
But after several hours of messing around, I managed to get it working. How awesome is that, huh? :P I'm wondering if I should find a place to post what I did, in order to help people in the same situation...
But after several hours of messing around, I managed to get it working. How awesome is that, huh? :P I'm wondering if I should find a place to post what I did, in order to help people in the same situation...
And yeah, I've had a number of Gigabyte boards, partly for that reason.
Yeah, it'd probably help others if you posted it ^^ I've had similar issues with the computer not booting up at all, and in some cases it's really hard to find solutions for it : / So the more solutions available in the internet, the more everyone can live happily~~ X3
You see, luckily the motherboard would boot a simple DOS disk, despite there being no BIOS (just the BIOS loader), and even luckier, it recognised the formatted USB stick as a floppy disk and booted. But I couldn't flash from there, because the flashing process would make the USB stop working. Hence the ram disk. Getting that to work was a bit of a trial, too, because in DOS you're limited to about 300kb unless you install HIMEM (or HIMEM and EMM386).
Since the BIOS wasn't there, EMM386 would hang when trying to load, but HIMEM wouldn't, and luckily the ram disk driver could work with just HIMEM. So, boot up, start the ram disk, format it, copy the flash utility and BIOS image over to the ram disk, and finally run the flash. I was amazed it worked.