Ubuntu 12.04 sometime stuck in boot menu after boot failure
Ubuntu 12.04, when boot fail and maybe even when computer don't shutdown properly (no sure), grub2 stuck in boot menu at next reboot and wait for a user input.
This is very annoying for servers, just after a power cut or something else !
To avoid this edit file /etc/grub.d/00_header and comment some line to get :
#if [ \${recordfail} = 1 ]; then
# set timeout=-1
#else
set timeout=${GRUB_TIMEOUT}
#fi
No comments:
Post a Comment