-
I've installed Elementary OS 7.1, and it's the only operating system on this machine. Every time I boot up the computer Grub appears with a 30 second timeout. This seems to conflict with the grub configuration in /etc/default/grub which indicates grub should be hidden with a 0 second timeout. I ran sudo update-grub assuming that the grub configuration was correct, but it hadn't 'stuck' for some reason. The result is the same, 30 second timeout with only 1 operating system to select. Is there perhaps another grub configuration file that takes precedent? Thanks Copy of my /etc/default/grub configuration
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There's some older topics about this here somewhere but IIRC try adding |
Beta Was this translation helpful? Give feedback.
-
That fixed it, thank you! Kind of a bummer that a user has to manually update their grub. But I'm glad it works. This is the new file
|
Beta Was this translation helpful? Give feedback.
There's some older topics about this here somewhere but IIRC try adding
GRUB_RECORDFAIL_TIMEOUT=0
and dosudo update-grub
and see if that changes anything?