XK0-005 · Question #93
Which of the following is modified to reconfigure the boot environment?
The correct answer is B. grub.cfg. [root@localhost ~]# grub2-install /dev/sda Only used for GRUB2, grub2-mkconfig will generate GRUB2 configuration files from the user- editable files located in the /etc directory structure. This command converts data from the /etc/default/grub file and the files in the…
Question
Which of the following is modified to reconfigure the boot environment?
Options
- Agrub-mkconfig
- Bgrub.cfg
- Cupdate-grub
- Dgrub2-mkconfig
How the community answered
(29 responses)- A3% (1)
- B93% (27)
- C3% (1)
Explanation
[root@localhost ~]# grub2-install /dev/sda Only used for GRUB2, grub2-mkconfig will generate GRUB2 configuration files from the user- editable files located in the /etc directory structure. This command converts data from the /etc/default/grub file and the files in the /etc/grub.d directory into the GRUB2 configuration file (either /boot/grub/grub.cfg or /boot/grub/menu.lst). https://tipsonubuntu.com/2016/07/20/grub2-boot-order-ubuntu-16-04/
Topics
Community Discussion
No community discussion yet for this question.