XK0-005 · Question #182
XK0-005 Question #182: Real Exam Question with Answer & Explanation
The correct answer is D: It provides a method to pass parameters to the Linux kernel on startup.. {"question_number": 10, "explanation": "GRUB2 (Grand Unified Bootloader version 2) is the bootloader responsible for locating the Linux kernel on disk, loading it into memory, and passing kernel parameters (such as root=, quiet, splash, or custom options) at startup. This is its
Question
During the final step of staging new Linux hardware, GRUB2 is installed to the system drive. Which of the following BEST describes the role of GRUB2 in a new Linux installation?
Options
- AIt provides a menu for creating administrator task shortcuts.
- BIt provides a menu for running special shell scripts.
- CIt provides a method to partition a hard drive.
- DIt provides a method to pass parameters to the Linux kernel on startup.
Explanation
{"question_number": 10, "explanation": "GRUB2 (Grand Unified Bootloader version 2) is the bootloader responsible for locating the Linux kernel on disk, loading it into memory, and passing kernel parameters (such as root=, quiet, splash, or custom options) at startup. This is its primary role in a Linux installation. It is not a task shortcut manager (A), a shell script runner (B), or a partitioning tool (C) - those functions belong to other utilities like cron/desktop environments, shell, and fdisk/parted respectively.", "generated_by": "claude-sonnet", "llm_judge_score": 5}
Topics
Community Discussion
No community discussion yet for this question.