210-255 · Question #135
Which of the following are examples of Linux boot loaders?
The correct answer is A. GRUB. GRUB (Grand Unified Bootloader) is the primary bootloader used by most modern Linux distributions to load the kernel at startup.
Question
Which of the following are examples of Linux boot loaders?
Options
- AGRUB
- BILOS
- CLILO
- DUbuntu BootPro
How the community answered
(56 responses)- A88% (49)
- B2% (1)
- C7% (4)
- D4% (2)
Why each option
GRUB (Grand Unified Bootloader) is the primary bootloader used by most modern Linux distributions to load the kernel at startup.
GRUB (Grand Unified Bootloader) is the standard bootloader for most modern Linux distributions including Ubuntu, Fedora, and Debian, and is responsible for loading the Linux kernel into memory at startup. It replaced the older LILO bootloader and supports booting multiple operating systems from a single machine. GRUB2 is the current version included by virtually all major distributions.
ILOS is not a Linux bootloader; iLO (Integrated Lights-Out) is Hewlett-Packard's server management firmware interface, entirely unrelated to the OS boot process.
While LILO (Linux Loader) was historically a valid Linux bootloader, it has been deprecated and is no longer shipped by modern Linux distributions, making GRUB the correct answer for current systems.
Ubuntu BootPro is not a real product or recognized Linux bootloader and does not exist in any official Linux distribution or upstream project.
Concept tested: Linux boot loader identification and types
Source: https://www.gnu.org/software/grub/manual/grub/grub.html
Topics
Community Discussion
No community discussion yet for this question.