Quantcast
Channel: Linux Mint Forums
Viewing all articles
Browse latest Browse all 19

Installation & Boot • Re: Can't get the grub menu to show during boot

$
0
0
Open /boot/grub/grub.cfg. Find the section corresponding to this:

Code:

terminal_output gfxtermif [ "${recordfail}" = 1 ] ; then  set timeout=30else  if [ x$feature_timeout_style = xy ] ; then    set timeout_style=menu    set timeout=6  # Fallback normal timeout code in case the timeout_style feature is  # unavailable.  else    set timeout=6  fifi### END /etc/grub.d/00_header ###
What does your file say? As you probably can guess, the system I'm quoting has the timeout set to 6 in /etc/default/grub.
Hi there. It says:

Code:

terminal_output gfxtermif [ "${recordfail}" = 1 ] ; then  set timeout=30else  if [ x$feature_timeout_style = xy ] ; then    set timeout_style=menu    set timeout=5  # Fallback normal timeout code in case the timeout_style feature is  # unavailable.  else    set timeout=5  fifi### END /etc/grub.d/00_header ###

Statistics: Posted by axellieb — Sun Nov 26, 2023 10:14 pm



Viewing all articles
Browse latest Browse all 19

Trending Articles