nerdexam
Linux_Foundation

LFCS · Question #740

Which of the following options is used in a GRUB Legacy configuration file to define the amount of time that the GRUB menu will be shown to the user?

The correct answer is C. timeout. In GRUB Legacy configuration, the timeout option is used to define the duration the GRUB menu is displayed to the user before the default entry is automatically loaded.

Submitted by lukas.cz· Apr 18, 2026Operation of Running Systems

Question

Which of the following options is used in a GRUB Legacy configuration file to define the amount of time that the GRUB menu will be shown to the user?

Options

  • Ahidemenu
  • Bsplash
  • Ctimeout
  • Dshowmenu

How the community answered

(36 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    89% (32)
  • D
    3% (1)

Why each option

In GRUB Legacy configuration, the `timeout` option is used to define the duration the GRUB menu is displayed to the user before the default entry is automatically loaded.

Ahidemenu

`hidemenu` is not a standard GRUB Legacy option for setting the menu display time; it might be related to hiding the menu entirely or after a timeout, but `timeout` is specifically for the duration.

Bsplash

`splash` is an option used to define a splash image to be displayed during the GRUB menu, not the duration of the menu display.

CtimeoutCorrect

The `timeout` directive in a GRUB Legacy configuration file specifies the number of seconds the boot menu will be visible. If no key is pressed within this period, the default boot entry will be automatically selected and loaded.

Dshowmenu

`showmenu` is not a standard GRUB Legacy option for setting the menu display time; its function would likely be to explicitly show the menu.

Concept tested: GRUB Legacy menu timeout configuration

Source: https://www.gnu.org/software/grub/manual/grub.html#Simple-configuration

Topics

#GRUB#Bootloader#Boot Process#Configuration files

Community Discussion

No community discussion yet for this question.

Full LFCS Practice