Session ID: 131
Mode: objective
Status: in_progress
Score: 0%
Filter: All | Incorrect | Flagged | Unanswered
Current filter: Unanswered
Enter the command used to read systemd journal entries from the current system.
Status: Unanswered
Your Answer:
Accepted Answer(s):
journalctl
Explanation:
journalctl is explicitly listed in the objective for checking boot events in log files [1].
What program loads the Linux kernel during the boot process?
Status: Unanswered
Your Answer:
Accepted Answer(s):
bootloader
the bootloader
Explanation:
The kernel is loaded by a program called a bootloader [1].
Enter the command commonly used to display kernel ring buffer messages, including boot-time hardware detection output.
Status: Unanswered
Your Answer:
Accepted Answer(s):
dmesg
Explanation:
dmesg is one of the listed utilities for examining boot events [1].
Which early-boot component provides a temporary userspace before the real root filesystem is mounted?
Status: Unanswered
Your Answer:
Accepted Answer(s):
initramfs
initial ram filesystem
Explanation:
The objective includes initramfs as part of required knowledge. Its role as early userspace is based on standard Linux boot knowledge, consistent with the objective scope [1].
Name the two common firmware interfaces mentioned for x86 systems during boot.
Status: Unanswered
Your Answer:
Accepted Answer(s):
BIOS and UEFI
UEFI and BIOS
Explanation:
The lesson identifies BIOS and UEFI as the firmware interfaces involved in the boot process [1].
Which of the following can a bootloader pass to the Linux kernel at boot time?
Status: Unanswered
Your Answer:
Options:
Explanation:
The bootloader can be customized to pass parameters to the kernel, such as which partition contains the root filesystem or which mode the operating system should use [1].
Which of the following is NOT listed in the partial list of terms and utilities for Objective 101.2?
Status: Unanswered
Your Answer:
Options:
Explanation:
The partial list for 101.2 includes dmesg, journalctl, BIOS, UEFI, bootloader, kernel, initramfs, init, SysVinit and related terms. wall appears under 101.3, not 101.2 [1].
Which utility is commonly used to view kernel ring buffer messages from the boot process?
Status: Unanswered
Your Answer:
Options:
Explanation:
The objective’s partial list of utilities includes dmesg for checking boot events [1].
Which item below is listed as part of the key knowledge areas for Objective 101.2?
Status: Unanswered
Your Answer:
Options:
Explanation:
The objective explicitly lists providing common commands to the boot loader and options to the kernel at boot time [1].
What is initramfs primarily used for during boot?
Status: Unanswered
Your Answer:
Options:
Explanation:
The objective includes initramfs as part of boot-system knowledge. initramfs is the temporary early userspace used before the real root filesystem is mounted; this wording is based on standard Linux boot knowledge beyond the provided excerpt [1].