LPIC-1 Exam 101 v5 (Linux Administrator) — Question 57
Which of the following files exist in a standard GRUB 2 installation? (Choose two.)
Answer options
- A. /boot/grub/stages/stage0
- B. /boot/grub/i386-pc/lvm.mod
- C. /boot/grub/fstab
- D. /boot/grub/grub.cfg
- E. /boot/grub/linux/vmlinuz
Correct answer: B, D
Explanation
The correct answers are B and D. The file /boot/grub/i386-pc/lvm.mod is a module that supports LVM in GRUB 2, and /boot/grub/grub.cfg is the main configuration file for GRUB 2. Options A, C, and E do not exist in a standard GRUB 2 installation; for instance, stage0 is part of the older GRUB legacy and fstab is related to filesystem mounting, not GRUB.