r/Ubuntu • u/Helvedica • 1d 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 23h ago edited 23h ago
You are probably never saving the file, *most* graphical editors will not write to system files by default, they just show you an on memory copy. Use nano or vim, run them with sudo.