0

My title may be incorrect, but I hope I get the idea across...

You know, when you have a failed startup and Grub decides next time it starts up it'll disable the countdown and give you indefinite time to choose your OS? I dont want that.

I have a computer that needs to run 24/7, and has a failsafe that'll restart the computer under some circumstances. This weekend, while I was out of town, I had the computer restart twice-- interrupting the first boot! This disabled the countdown, so the computer sat there in the Grub screen all weekend- which wasn't good, for me.

1 Answers1

0

My grub is hidden, but it boots everytime without asking. Here is my /etc/default/grub :

GRUB_DEFAULT=0

GRUB_TIMEOUT=0

GRUB_SAVEDEFAULT=true

GRUB_HIDDEN_TIMEOUT=0

GRUB_HIDDEN_TIMEOUT_QUIET=true

This will boot the first entry everytime, without asking. I'm not sure it's recommended if you need to access recovery (but personnaly I have disabled recovery, so...)

MrVaykadji
  • 5,965