Location of grub configuration file in ubuntu 10.04?
-
/boot/grub/menu.lst.
-
/boot/grub/grub.cfg.
-
/boot/grub/grub.conf.
-
/boot/grub/grub.cnf.
B
Correct answer
Explanation
Ubuntu 10.04 (Lucid Lynx) used GRUB 2, which stores its configuration in /boot/grub/grub.cfg. The older GRUB Legacy used menu.lst, and grub.conf is used in RedHat-based systems. The grub.cnf option is simply a typo. GRUB 2's configuration file is typically auto-generated from scripts in /etc/grub.d/ and settings in /etc/default/grub.