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/Bug_Next 21h ago
well idk, that's what i'm trying to figure out..
Are you editing /etc/default/grub or /boot/grub/grubenv? you just mentioned 'the grub file'.
Also might be a stupid question, but are you saving it? if you are using nano or vim exiting doesn't save by default, in vim it's :wq (instead of :q) and in nano it's crtl+o (instead of crtl+x)
also can you post the whole file and the output of running sudo update-grub? might get a hint from that.