Courseiva
Linux Kernel and System StartuphardMultiple SelectObjective-mapped

LPIC-2 Linux Kernel and System Startup Practice Question

Which THREE kernel boot parameters can be added to the GRUB command line to enable verbose debug output during boot? (Choose three.)

⚠ Common exam trap

Many exam-takers confuse `verbose` with a valid kernel parameter or think `quiet` enables debug output, when in fact `quiet` suppresses messages and `verbose` is not a kernel-recognized boot parameter.

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

debug

The `debug` kernel boot parameter enables verbose debug output from the kernel during boot, printing extensive diagnostic messages. It is a valid parameter that can be added to the GRUB command line to increase verbosity for troubleshooting.

Answer analysis

Option-by-option breakdown

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

  • verbose

    Why it's wrong here

    Not a standard kernel parameter; most kernels ignore it.

  • quiet

    Why it's wrong here

    Suppresses most kernel messages, opposite of verbose.

  • debug

    Why this is correct

    Enables general debug output from the kernel.

  • earlyprintk

    Why this is correct

    Enables kernel output very early in the boot process.

  • loglevel=7

    Why this is correct

    Sets the console log level to 7, showing all messages.

About these practice questions

Courseiva writes every LPIC-2 question from scratch — 507 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 LPIC-2 practice question is part of Courseiva's free LPI 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 LPIC-2 exam.