diff --git a/src/grub.cfg b/src/grub.cfg index 61b594bfcc..4ca5a5f56d 100644 --- a/src/grub.cfg +++ b/src/grub.cfg @@ -33,11 +33,11 @@ terminal_input serial console terminal_output serial console if [ x$feature_timeout_style = xy ] ; then set timeout_style=menu - set timeout=1 + set timeout=5 # Fallback normal timeout code in case the timeout_style feature is # unavailable. else - set timeout=1 + set timeout=5 fi # Determine if this is a first boot and set the ${ignition_firstboot} variable