LPIC-1 Exam 101 v5 (Linux Administrator) — Question 74
Which of the following commands are valid in the GRUB 2 configuration file? (Choose two.)
Answer options
- A. menuentry
- B. uefi
- C. pxe-ifconfig
- D. insmod
- E. kpartx
Correct answer: A, D
Explanation
The correct commands for the GRUB 2 configuration file are 'menuentry' and 'insmod'. 'menuentry' is used to define boot menu entries, while 'insmod' is used to load necessary modules. The other options, 'uefi', 'pxe-ifconfig', and 'kpartx', are not valid commands in this context.