Skip to content

Instantly share code, notes, and snippets.

@davidonet
Created October 2, 2011 10:13
Show Gist options
  • Save davidonet/1257310 to your computer and use it in GitHub Desktop.
Save davidonet/1257310 to your computer and use it in GitHub Desktop.
grub prompt after failed boot
at the end of your /etc/grub.d/00_header file, comment out the if condition except for the regular set timeout line like this:
#if [ \${recordfail} = 1 ]; then
# set timeout=-1
#else
set timeout=${GRUB_TIMEOUT}
#fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment