Created
October 2, 2011 10:13
-
-
Save davidonet/1257310 to your computer and use it in GitHub Desktop.
grub prompt after failed boot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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