When previous boot was failed. (because of power failure, hardware failure) booting will hang at the grub menu for human prompt.
Can you set option to force boot up no matter what happened?
Thanks
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Ok I found solution myself via shlug mail list. what you do is to modify the /etc/grub.d/00_header and find:
change timeout = -1 to 0. -1 means manual selection. also remember to | ||||
|
feedback
|