Difficulty: Easy
Correct Answer: Incorrect CMOS settings
Explanation:
Introduction / Context:
During POST, the BIOS queries disk parameters stored in CMOS (or autodetected). If these parameters do not match the actual drive, the BIOS may fail to recognize or initialize the disk, yielding “fixed disk” errors.
Given Data / Assumptions:
Concept / Approach:
First validate BIOS disk detection: ensure correct drive mode (Legacy/IDE/AHCI), boot order, and geometry parameters. If CMOS battery is weak, settings can reset and cause detection failures.
Step-by-Step Solution:
Verification / Alternative check:
After correcting BIOS/CMOS settings, the system should pass POST and enumerate the disk. If the error persists, test the drive with vendor tools or swap cables/ports to rule out hardware faults.
Why Other Options Are Wrong:
Common Pitfalls:
Overlooking SATA mode mismatches (e.g., OS installed under AHCI but BIOS reset to IDE), and ignoring failing CMOS batteries that intermittently lose settings.
Final Answer:
Incorrect CMOS settings
Discussion & Comments