Hi there. It says:Open /boot/grub/grub.cfg. Find the section corresponding to this: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.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 ###
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