Bootmanagers
Bootmanagers are software components involved in the early stages of a computer’s boot process. They run after the system firmware (BIOS or UEFI) has initialized hardware and located a bootable medium, and they present a selectable interface from which a user can choose an operating system, kernel, or recovery options to boot.
A boot manager differs from a bootloader in that it provides a menu or selection mechanism, and
Common implementations include GRUB (the GNU Grand Unified Bootloader), Windows Boot Manager, Syslinux, and older LILO.
Boot managers enable multi-boot setups, kernel parameter customization, initial ramdisk options, and recovery paths. They also