nerdexam
CompTIA

XK0-005 · Question #63

During a system boot cycle, what program is executed after the BIOS completes its tasks?

The correct answer is A. The bootloader. After the BIOS completes its initial hardware checks and initialization during a system boot cycle, it executes the bootloader program.

System Management

Question

During a system boot cycle, what program is executed after the BIOS completes its tasks?

Options

  • AThe bootloader
  • BThe inetd program
  • CThe init program
  • DThe kernel

How the community answered

(64 responses)
  • A
    89% (57)
  • B
    3% (2)
  • C
    2% (1)
  • D
    6% (4)

Why each option

After the BIOS completes its initial hardware checks and initialization during a system boot cycle, it executes the bootloader program.

AThe bootloaderCorrect

The BIOS's primary function after POST (Power-On Self-Test) is to locate and load the bootloader (e.g., GRUB, LILO) from a configured boot device, which then takes over the process of loading the operating system kernel.

BThe inetd program

The `inetd` program is a super-server daemon that starts much later in the boot process, after the operating system has initialized.

CThe init program

The `init` program (or `systemd`) is the first user-space process started by the kernel, which itself is loaded by the bootloader.

DThe kernel

The kernel is loaded into memory and executed by the bootloader, not directly by the BIOS.

Concept tested: Linux boot process stages

Source: https://www.ibm.com/docs/en/linux-on-systems?topic=concepts-boot-process-linux

Topics

#system boot#boot process#BIOS#bootloader

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice