What is GRUB?
The Grand Unified Bootloader, a program that loads the operating system kernel into memory during system startup.
GRUB is the most common bootloader for Linux systems. It presents a menu allowing users to choose between installed operating systems or kernel versions. GRUB2, the current version, supports various filesystems, module loading, and rescue mode.
Configuration is typically managed through /etc/default/grub and updated with update-grub or grub-mkconfig.