Boot loaders
From ParabolaWiki
Boot loaders
The boot loader is responsible for loading the kernel and initial RAM disk before starting the boot process. You usually only need one boot loader per installation. There are two types of boot loaders: BIOS and UEFI.
Note: Make sure you install the correct boot loader for your installation!
If you are using MBR, go with BIOS
If you are using GPT, go with UEFI
Boot loaders | ||
---|---|---|
BIOS | UEFI | |
GRUB | Yes | Yes |
systemd-boot | No | Yes |
Syslinux | Yes | No |
EFISTUB | No | Yes |
rEFInd | No | Yes |
Clover | Yes | Yes |
LILO | Yes | No |
GRUB Legacy | Yes | No |
NeoGRUB | Yes | No |