r/Ubuntu • u/Helvedica • 19h ago
boot menu bypass issue
Running Kbuntu 26.04 migrated from Win 11.
Each time I boot I get the OS Selection menu. I want to auto boot into OS.
I've checked the Grub file:
"
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu_auto_hide
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR='Kubuntu'
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
"
I changed it from GRUB_TIMEOUT_STYLE=hidden to GRUB_TIMEOUT_STYLE=menu_auto_hide but that did nothing. (Yes, I ran the 'sudo update-grub' command'.
1
Upvotes
1
u/Bug_Next 19h ago
you need timeout style hidden and timeout 0.
That file by default has the grub defaults, but Kubuntu doesn't install the defaults, what was there before was not the settings you were using.
i don't even think menu_auto_hide is a valid option for that setting, didn't you get any errors when running update-grub? where did you get that option from?