Boot Order/Sequence

the diagram below shows how control passes from the Boot Firmware (BIOS or UEFI) to the disk’s partition schema to the bootloader and then to the operating system

Thing

Description

Examples

Boot Firmware

  • is (low-level software) that starts when you boot your PC before booting your operating system
  • the firmware itself and its settings are stored in the Boot Chip
Link to original

Boot Loader
Boot Manager

  • boot managers present a menu of boot options or provide some other way to control the boot process. The user can then select an option, and the boot manager passes control to the selected tool
  • boot loaders handle the task of loading an OS kernel into memory, often along with support files such as a Linux initial RAM disk (initrd) file, and starting the kernel running
Link to original

Kernel
Operating System

  • Kernel is a system program that provides an interface between software and hardware of the system
  • Operating system is system program that provides an interface between the computer and the user
Link to original

Boot Medium Preparation