XK0-006 Troubleshooting Practice Question
During boot, a Linux system displays a kernel panic with the message 'VFS: Unable to mount root fs on unknown-block(0,0)'. Which of the following is the most likely cause?
⚠ Common exam trap
Candidates often confuse this error with filesystem corruption on the boot partition (Option D), but the 'unknown-block(0,0)' message specifically points to the kernel's inability to find the root device, which is a driver/module issue in the initramfs, not a filesystem problem.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Corrupted initramfs missing necessary storage drivers
The error 'VFS: Unable to mount root fs on unknown-block(0,0)' indicates the kernel cannot locate or access the root filesystem. This is most commonly caused by a corrupted or missing initramfs that lacks the necessary storage drivers (e.g., for SATA, NVMe, or LVM) to communicate with the root device. Without these drivers, the kernel cannot read the root filesystem, resulting in a panic.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Incorrect GRUB timeout setting
Why it's wrong here
GRUB timeout affects boot menu delay, not root filesystem mounting.
- ✗
A faulty RAM module causing memory errors
Why it's wrong here
RAM issues typically cause segmentation faults or random crashes, not this specific error.
- ✓
Corrupted initramfs missing necessary storage drivers
Why this is correct
A missing driver in initramfs prevents mounting the root filesystem.
- ✗
Filesystem corruption on the boot partition
Why it's wrong here
Boot partition corruption would cause a different error, not VFS unable to mount root.
Go deeper
Related to this question
Learn chapter
Linux Fundamentals and History
Key term
Kernel
The kernel is the core program of an operating system that manages hardware resources and provides essential services for all other software to run.
Key term
Kernel panic
A kernel panic is a critical system error that occurs when the operating system's core (the kernel) encounters an unrecoverable fault, causing the system to stop all operations and often display an error message or a screen of death.
About these practice questions
This XK0-006 question is part of Courseiva's 979-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This XK0-006 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the XK0-006 exam.