Multiple choice technology web technology

Location of grub configuration file in ubuntu 10.04?

  1. /boot/grub/menu.lst.

  2. /boot/grub/grub.cfg.

  3. /boot/grub/grub.conf.

  4. /boot/grub/grub.cnf.

Reveal answer Fill a bubble to check yourself
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.