diff options
-rwxr-xr-x | scripts/grub-setup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/grub-setup b/scripts/grub-setup index 530cd5b9..e03020b4 100755 --- a/scripts/grub-setup +++ b/scripts/grub-setup @@ -117,7 +117,8 @@ vga_logo="vga=785" echo -e "\techo -n Press the ESC key to enter the Grub menu..." echo -e "\tif sleep --verbose --interruptible 5 ; then" echo -e "\t\tterminal serial" - echo -e "\t\tset timeout=0" + ## don't set timeout here. causes boot problem on 64-bit + # echo -e "\t\tset timeout=0" echo -e "\tfi" echo "fi" echo "" |