Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.

5.2.1. Hardware Failure Symptoms and Causes

💡 First Principle: Hardware failure symptoms fall into two categories: those you see (LEDs, LCD readouts, error screens) and those the system tells you (POST codes, event log entries, diagnostic alerts). Reading both categories together gives you the full picture.

Memory Failure Patterns

Memory failures are among the most varied in their presentation — RAM errors can mimic almost every other failure type:

SymptomProbable Memory Cause
Blue Screen of Death (BSOD) with MEMORY_MANAGEMENTRAM cell failure or timing incompatibility
Kernel panic (Linux)Memory corruption
Random lockups (no pattern)Uncorrectable memory errors (ECC fixes single-bit errors silently and logs them; multi-bit errors lock or crash the system)
Memory dump generatedOS captured RAM state before crash — indicative of memory or driver fault
High memory utilization with no change in workloadMemory leak in application or OS component
POST error codes at bootRAM not recognized, incompatible, or failed
Power Failure Patterns
SymptomProbable Cause
Random shutdowns under loadPSU insufficient for load, failing capacitors
Server won't power onPSU failure, blown fuse, bad outlet
Damage to multiple components simultaneouslyPower spike, failed PSU providing incorrect voltage
Burning smellPSU overheating, capacitor failure
Thermal Failure Patterns
SymptomProbable Cause
System crashes after warm-up periodThermal throttling → crash when temperature threshold exceeded
Fan alerts in event logMalfunctioning fan (bearing wear, blocked airflow)
CPU/GPU overheating alertsImproperly seated heat sink, dried thermal paste, failed fan
Performance degrades gradually under loadThermal throttling (CPU/GPU reduces speed to manage heat)
Indicator Systems

Servers include multiple physical indicator systems to communicate status without requiring OS access:

IndicatorWhat It ShowsExample
Drive LEDsGreen = healthy; Amber/Red = failed or rebuildingAmber LED on drive bay = drive fault
System health LEDsOverall chassis statusBlinking amber = fault condition
PSU LEDsPower supply statusGreen = OK; Off = PSU fault
NIC link lightsLink established, activityNo link light = physical connection problem
LCD/VFD panelFault codes, IP addresses, status messagesShows specific error code for quick diagnosis
POST codesProgress through hardware initializationSpecific code identifies which component failed initialization
Beep codesBIOS-era diagnosticSpecific patterns indicate RAM, video, CPU failures
CMOS Battery Failure

A dead CMOS battery causes a specific, recognizable symptom cluster:

  • System date and time reset to default (often 1/1/2000 or similar) after power loss
  • BIOS settings reset to defaults after power cycle
  • May cause "CMOS checksum error" at boot

The CMOS battery maintains BIOS settings and the real-time clock when the server is powered off. It does not affect server operation while powered — only the state that's preserved between power cycles.

Misallocated Virtual Resources

In virtual environments, resource misallocation can produce symptoms that look like hardware failure:

  • VM showing 100% CPU but host shows low physical CPU — vCPU overcommit creating scheduling delays
  • VM with severe disk latency — IOPS overcommit on shared datastore
  • These symptoms appear in the guest as hardware problems but are actually hypervisor configuration issues

⚠️ Exam Trap: A purple screen (PSOD — Purple Screen of Death) is specific to VMware ESXi and indicates a hypervisor-level crash, not a guest OS failure. A BSOD (Blue Screen of Death) is Windows; a kernel panic is Linux. Knowing which OS produces which crash indicator is directly tested.

Reflection Question: A server crashes every Tuesday morning approximately 30 minutes after the weekly backup job starts. Temperatures are normal during the first 20 minutes. What hardware component is most likely failing, and what specific indicator would you check first?

Alvin Varughese
Written byAlvin Varughese
Founder18 professional certifications