🔑BIOS and UEFI are firmware that allow the operating system to interface with the hardware of the motherboard.
🔑UEFI supports drives larger than two terabytes and is designed for GPT partitioning.
🔑GRUB 2 is the bootloader used in Linux systems and can boot different operating systems.
🔑Initramfs is a temporary file system that loads the necessary kernel modules during the boot process.
🔑The Linux boot process starts with the BIOS/UEFI, followed by the GRUB 2 bootloader, and then the initramfs.