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.
Question
Options
- Ahidemenu
- Bsplash
- Ctimeout
- Dshowmenu
How the community answered
(36 responses)- A6% (2)
- B3% (1)
- C89% (32)
- D3% (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.
`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.
`splash` is an option used to define a splash image to be displayed during the GRUB menu, not the duration of the menu display.
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.
`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
Community Discussion
No community discussion yet for this question.