booting
Booting is the sequence that initializes a computer or other device and loads its operating system from a powered-off or reset state. The term derives from “bootstrapping,” referencing the idea of pulling oneself up by one’s own bootstraps.
At power-on, firmware such as BIOS or UEFI performs hardware checks in a process known as POST,
After POST, a bootloader is located on the chosen boot device. Common bootloaders include GRUB on many
Once the kernel is running, it initializes hardware drivers, mounts the root filesystem, and starts the initial
Boot can occur in several ways: a cold boot when power is applied, and a warm reboot