R
Ron Krebs
Then how do they make good on the claim?Barry Watzman said:The machine still has to POST. POST is the very first thing that a
machine does. THEN it will look for a bios update issue. The POST code
is mostly a test of the CPU itself and very basic functionality that the
CPU needs to do ANYTHING. The CPU must be able to execute instructions,
read and write memory (and establish a stack) or nothing is going to
happen, nothing, period. The POST code may be broken up into segments,
and the attempt to reflash the bios might be between the segments
(segment 1 ... test the CPU and memory read/write with interrupts
disabled; segment 2 (perhaps after an attempt to reflash) ... test the
motherboard and advanced chipset functions).
Questions:
1) Must you POST before you can read the BIOS (are these two separate
events)? Or is the reading of the BIOS a subset of the POST?
2) Is it possible for microcode to be read prior to the detecting of the
CPU?
3) What other conditions can cause failure to POST besides incorrect CPU?
Unsupported memory? Faulty chipsets?
4) If a BIOS is corrupt, will the machine still POST?
Ron