nerdexam
CompTIA

XK0-005 · Question #535

Which of the following is a function of a bootloader?

The correct answer is C. It helps to load the different kernels to initiate the OS startup process. A bootloader (such as GRUB2) is responsible for finding and loading the operating system kernel into memory to begin the OS startup process. It can present a menu of available kernels or OS entries and pass control to the chosen kernel. Option A (initializing devices) is…

System Management

Question

Which of the following is a function of a bootloader?

Options

  • AIt initializes all the devices that are required to load the OS.
  • BIt mounts the root filesystem that is required to load the OS.
  • CIt helps to load the different kernels to initiate the OS startup process.
  • DIt triggers the start of all the system services.

How the community answered

(43 responses)
  • A
    5% (2)
  • C
    93% (40)
  • D
    2% (1)

Explanation

A bootloader (such as GRUB2) is responsible for finding and loading the operating system kernel into memory to begin the OS startup process. It can present a menu of available kernels or OS entries and pass control to the chosen kernel. Option A (initializing devices) is performed by the system firmware (BIOS/UEFI) before the bootloader runs. Option B (mounting the root filesystem) is performed by the kernel itself after it loads, or by the initramfs/initrd. Option D (starting system services) is the responsibility of the init system (e.g., systemd) after the kernel has already taken over.

Topics

#Bootloader#OS startup#Kernel loading#System boot process

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice