Question 382 of 510
TroubleshootingmediumMultiple SelectObjective-mapped

Quick Answer

The answer is a corrupted initramfs image or a misconfigured root filesystem entry in /etc/fstab. The kernel panic with "VFS: Unable to mount root fs on unknown-block(0,0)" occurs because the kernel cannot locate or mount the root partition; the "unknown-block(0,0)" specifically indicates it cannot resolve the block device for the root filesystem. A corrupted initramfs image fails to load the necessary drivers or filesystem modules, while an incorrect fstab entry—such as a wrong UUID, device name, or missing entry—prevents the kernel from mounting the root partition at all. On the CompTIA Linux+ XK0-005 exam, this question tests your ability to diagnose boot failures, and a common trap is assuming only one cause is at play when both the initramfs and fstab can independently trigger this error. Remember the mnemonic "Fstab and Initramfs: Two paths to panic"—if the root device can't be found, check both the boot configuration and the filesystem table.

XK0-005 Troubleshooting Practice Question

This XK0-005 practice question tests your understanding of troubleshooting. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A systems administrator is troubleshooting a server that fails to boot and displays the error: 'Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)'. Which TWO of the following are most likely causes? (Choose two.)

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Question 1mediummulti select
Full question →

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

Missing or misconfigured root filesystem in /etc/fstab

Option A is correct because the error 'VFS: Unable to mount root fs on unknown-block(0,0)' indicates the kernel cannot locate or mount the root filesystem. A missing or misconfigured root filesystem entry in /etc/fstab (e.g., wrong device name, wrong UUID, or missing entry) prevents the kernel from mounting the root partition, leading to a kernel panic. The 'unknown-block(0,0)' specifically means the kernel cannot resolve the block device for the root filesystem.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Missing or misconfigured root filesystem in /etc/fstab

    Why this is correct

    Correct: If the root filesystem is missing or misconfigured, the kernel cannot mount it.

    Clue confirmation

    The clue word "most likely" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Faulty RAM

    Why it's wrong here

    Incorrect: Faulty RAM usually causes random crashes or other panic messages, not this specific VFS error.

  • Corrupted initramfs image

    Why this is correct

    Correct: The initramfs contains initial drivers and root filesystem; corruption leads to this error.

    Clue confirmation

    The clue word "most likely" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Overwritten MBR

    Why it's wrong here

    Incorrect: A corrupted MBR prevents the boot loader from loading, so this error would not appear.

  • Incorrect boot loader configuration pointing to wrong kernel

    Why it's wrong here

    Incorrect: If the boot loader points to a wrong kernel, the kernel would not load at all, resulting in a different error.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse a boot loader misconfiguration (Option E) with a root filesystem issue, but the kernel must successfully load before a VFS error can occur, so the problem lies after boot loader execution.

Detailed technical explanation

How to think about this question

The 'unknown-block(0,0)' error means the kernel's VFS layer cannot find a driver or device for the root filesystem, often because the initramfs (initial RAM filesystem) lacks the necessary storage driver (e.g., for SATA, NVMe, or LVM). The initramfs is responsible for loading kernel modules needed to access the root device; if it is corrupted or missing, the kernel falls back to trying to mount the root directly from the kernel command line, which fails. In real-world scenarios, this commonly occurs after a kernel update that rebuilds the initramfs incorrectly or when switching between storage controllers without updating the initramfs.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A practitioner preparing for the XK0-005 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related XK0-005 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free XK0-005 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this XK0-005 question test?

Troubleshooting — This question tests Troubleshooting — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Missing or misconfigured root filesystem in /etc/fstab — Option A is correct because the error 'VFS: Unable to mount root fs on unknown-block(0,0)' indicates the kernel cannot locate or mount the root filesystem. A missing or misconfigured root filesystem entry in /etc/fstab (e.g., wrong device name, wrong UUID, or missing entry) prevents the kernel from mounting the root partition, leading to a kernel panic. The 'unknown-block(0,0)' specifically means the kernel cannot resolve the block device for the root filesystem.

What should I do if I get this XK0-005 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 25, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This XK0-005 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-005 exam.