nerdexam
CompTIA

XK0-004 · 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 POST and hardware initialization, it locates and hands execution control to the bootloader stored in the MBR or EFI System Partition.

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

(31 responses)
  • A
    94% (29)
  • B
    3% (1)
  • D
    3% (1)

Why each option

After the BIOS completes POST and hardware initialization, it locates and hands execution control to the bootloader stored in the MBR or EFI System Partition.

AThe bootloaderCorrect

The BIOS performs hardware checks and then reads the first sector of the boot device (MBR) or queries the EFI partition to find and execute the bootloader (e.g., GRUB or LILO). The bootloader is the first software stage after BIOS, responsible for loading the kernel.

BThe inetd program

inetd is a user-space super-server daemon started much later in the boot process, after the kernel and init are already running.

CThe init program

The init program (or systemd) is launched by the kernel, not directly by the BIOS - it is several stages removed from BIOS handoff.

DThe kernel

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

Concept tested: Linux system boot sequence stages

Source: https://www.gnu.org/software/grub/manual/grub/grub.html

Topics

#boot process#BIOS#bootloader#system startup

Community Discussion

No community discussion yet for this question.

Full XK0-004 Practice