Courseiva
TroubleshootinghardMultiple SelectObjective-mapped

XK0-006 Troubleshooting Practice Question

A system fails to boot with a kernel panic. The administrator suspects a corrupt initramfs or missing kernel module. Which three methods could be used to recover the system? (Choose three.)

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

Boot from a live CD/DVD, mount the root filesystem, and chroot

At the GRUB menu, editing boot parameters to add 'rd.break' drops into an emergency shell; adding 'single' boots into single-user mode; booting from a live CD allows chroot and repair.

Answer analysis

Option-by-option breakdown

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

  • Boot from a live CD/DVD, mount the root filesystem, and chroot

    Why this is correct

    From a live environment, you can repair the initramfs or kernel modules.

  • At GRUB, edit the kernel line and add 'rd.break' to enter an emergency shell

    Why this is correct

    rd.break breaks before the switch root, allowing initramfs repair.

  • Run 'fsck /dev/sda1' from the GRUB command line

    Why it's wrong here

    GRUB command line does not have fsck; fsck requires a full OS.

  • Use 'systemctl rescue' from the boot prompt

    Why it's wrong here

    systemctl commands are not available at the boot prompt; they require a running system.

  • At GRUB, edit the kernel line and add 'single' to boot into single-user mode

    Why this is correct

    Single-user mode allows root access for repairs.

Go deeper

Related to this question

About these practice questions

Courseiva writes every XK0-006 question from scratch — 979 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

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.