How do I find the storage capacity of the E²PROM chip on my motherboard? How much space is needed for UEFI to be implemented?

I’m looking at a solution for upgrading BIOS to UEFI on a motherboard that doesn’t natively support UEFI. Another user, Rod Smith, replied to a question as to how this would be done stating: “It’s theoretically possible, and may be semi-practical on some computers. What you’d need to do is to merge CoreBoot with a … Read more

What is a “Programmer” in the context of Bios Recovery?

I was reading about BIOS recovery and ran across the word “programmer”. (No, it’s not talking about people.) What is it referring to? Answer The BIOS is usually stored on an EEPROM chip — an Electrically Erasable Programmable Read-Only Memory. Under ideal conditions you can flash it with a little bit of software. If things … Read more

Where is the BIOS stored?

From http://en.wikipedia.org/wiki/BIOS: BIOS software is stored on a non-volatile ROM chip on the motherboard. … In modern computer systems, the BIOS contents are stored on a flash memory chip so that the contents can be rewritten without removing the chip from the motherboard. This allows BIOS software to be easily upgraded to add new features … Read more