nerdexam
Linux_Foundation

LFCS · Question #683

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, it transfers control to the bootloader, which is responsible for loading the operating system.

Submitted by ngozi_ng· Apr 18, 2026Operation of Running Systems

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

(29 responses)
  • A
    93% (27)
  • B
    3% (1)
  • C
    3% (1)

Why each option

After the BIOS completes its initial hardware checks and initialization, it transfers control to the bootloader, which is responsible for loading the operating system.

AThe bootloaderCorrect

The BIOS (or UEFI firmware) performs Power-On Self-Test (POST) and initializes hardware, then identifies a bootable device and executes the bootloader program, typically found in the MBR or GPT, to continue the boot process.

BThe inetd program

The inetd program is a network services super-server that starts much later in the boot process, after the operating system kernel is loaded and network services are initialized.

CThe init program

The init program (or systemd) is the first user-space process started by the kernel, meaning the kernel must already be loaded before init can begin.

DThe kernel

The kernel is loaded into memory by the bootloader; it is not executed directly by the BIOS.

Concept tested: Linux boot sequence (BIOS/UEFI to bootloader)

Source: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/uefi-firmware-boot-process?view=windows-11

Topics

#Boot process#Bootloader#BIOS

Community Discussion

No community discussion yet for this question.

Full LFCS Practice