Hello Community,
I'm having difficulty configuring the Grub boot menu timeout on my system.
I'm trying to speed up the menu or even hide it completely, but so far, my attempts have not been successful it alwas shows the grob menu and ever with 30 sec, whatever the changes are in the grub file.
I want a clean start, just kubuntu logo and ready.
Here is an excerpt from my current "/etc/default/grub" file:
now:
GRUB_DEFAULT="Ubuntu"
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
original:
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
It's the same, no changes ever 30 sec.
sudo update-grub done at the changes
I have already tried changing the GRUB_TIMEOUT setting (both with and without "") and also uncommenting GRUB_HIDDEN_TIMEOUT, but the Grub boot menu still appears. In addition, I have tried different values for GRUB_DEFAULT (0, 1, "Ubuntu") without success, only the changing * change from Ubuntu to Ubuntu advanced if I change 0 to 1.
with LVM
Operating System: Kubuntu 23.10
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.110.0
Qt Version: 5.15.10
Kernel Version: 6.5.0-14-generic (64-bit)
Graphics Platform: X11
Processors: 12 × Intel® Core™ i7-8700 CPU @ 3.20GHz
Memory: 31.2 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 630
Are there additional steps or configurations I should consider? Perhaps I've overlooked something, or there are system-specific adjustments that I haven't taken into account.
Thank you in advance for your help!
P.S.: I've found forum posts with similar issues, but in reverse (menu not appearing), and those solutions didn't work for me either.
I'm having difficulty configuring the Grub boot menu timeout on my system.
I'm trying to speed up the menu or even hide it completely, but so far, my attempts have not been successful it alwas shows the grob menu and ever with 30 sec, whatever the changes are in the grub file.
I want a clean start, just kubuntu logo and ready.
Here is an excerpt from my current "/etc/default/grub" file:
now:
GRUB_DEFAULT="Ubuntu"
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
original:
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
It's the same, no changes ever 30 sec.
sudo update-grub done at the changes
I have already tried changing the GRUB_TIMEOUT setting (both with and without "") and also uncommenting GRUB_HIDDEN_TIMEOUT, but the Grub boot menu still appears. In addition, I have tried different values for GRUB_DEFAULT (0, 1, "Ubuntu") without success, only the changing * change from Ubuntu to Ubuntu advanced if I change 0 to 1.
with LVM
Operating System: Kubuntu 23.10
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.110.0
Qt Version: 5.15.10
Kernel Version: 6.5.0-14-generic (64-bit)
Graphics Platform: X11
Processors: 12 × Intel® Core™ i7-8700 CPU @ 3.20GHz
Memory: 31.2 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 630
Are there additional steps or configurations I should consider? Perhaps I've overlooked something, or there are system-specific adjustments that I haven't taken into account.
Thank you in advance for your help!
P.S.: I've found forum posts with similar issues, but in reverse (menu not appearing), and those solutions didn't work for me either.
Comment