Replies: 3 comments 2 replies
|
Interesting, so you are not the only one experiencing weird GRUB / boot behavior. See: #422 |
|
Thank you for reporting this, and welcome to AnduinOS. You did not configure GRUB incorrectly, and The short version is:
That is why this configuration: GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=5can still produce a 30-second menu. The fixAdd GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=5
GRUB_RECORDFAIL_TIMEOUT=5Then regenerate the GRUB configuration: sudo update-grubAfter that, both the normal GRUB path and the Btrfs+UEFI safety path will use a five-second timeout. There is no need to run Why
|

Uh oh!
There was an error while loading. Please reload this page.
I am a new user of Anduin OS and i like it alot but a have a problem with grub not being updating to 5 sec to show , it defaults to 30 s even after sudo update-grub.
My grub has blue background
Any ideas ?
This is my grub looks :
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=
( . /etc/os-release && echo ${NAME} )GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
All reactions