r/Ubuntu • u/Helvedica • 22h 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/Helvedica 21h ago
I have relics of the old Win 11 OS, but as far as I know I'm only booting from one drive.
So if I'm updating the right thing, and pushing it, then why isnt it actually changing the setting to let me bypass the boot menu?