Hi,
I can directly edit the grub config file. In my setup, I turned on the beep, set timeout to -1 which will wait for a response forever, and also set the menu to visible instead of hidden. Also disable all of the extra recovery options. When you are in a terminal window, type sudo efibootmgr and provide your sudo password. This will tell you what order the boot managers are in and which one is the default. After the setup, the menu will wait forever, displaying the menu and only give you the active boot options <windows or ubuntu>. It will also beep when it is ready for a response. You can also use the efibootmgr to determine what menu option to use for the default OS option. From: Ubuntu-accessibility <ubuntu-accessibility-boun...@lists.ubuntu.com> On Behalf Of faginbagin Sent: Sunday, June 11, 2023 12:27 PM To: ubuntu-accessibility@lists.ubuntu.com Subject: Re: Tips for accessibly Managing/Navigating Grub2 in a Dual boot Scenario? On 6/11/2023 12:17 PM, faginbagin wrote: On 6/11/2023 11:57 AM, Al Puzzuoli wrote: Hi all, On one of my machines, I have installed Ubuntu 23.04 alongside Windows 11. By default now, the machine boots into Linux. My issue is that I’m not sure how to reliably boot to Windows when I want to do so. I’ve enabled the Grub beep, and after the beep, I’ve experimented with pressing down arrow and then enter, pressing down arrow twice, and then enter, etc. Maybe I need to down arrow 3 or 4 times, but the upshot is I’m just not sure. I’m guessing there are a number of entries I could care less about such as Memtest 386 and older kernels will get added as time passes. What’s the best way to deal with this these days? Sounds like you’re no longer supposed to edit grub.conf directly. I’ve seen talk about the grub-customizer tool but I’m having issues installing that in 23.04. Seems like this used to be easier 15 or 20 years ago with the old Grub. Ah well. Thanks, --Al Would it help if grub saved your last boot option? In other words, if you do boot into Windows, the next time you reboot, the default choice will be windows? If so, the attached patch might help (if the list allows text format patches). It's from a 22.04 system (I don't have 23.04 installed), but /etc/default/grub has not seen a lot of changes over time. I hope it helps. Forgot to mention that this patch also disables the splash screen and makes sure there's a 10 second timeout. If you don't want those changes, but do want to save your last boot as the next default boot option. you only need to change GRUB_DEFAULT and add GRUB_SAVEDEFAULT as shown in the patch. I did comment out GRUB_TIMEOUT_STYLE but I'm not sure it is needed. For more details see the grub documentation, especially section 6.1: https://www.gnu.org/software/grub/manual/grub/grub.html#Simple-configuration HTH
-- Ubuntu-accessibility mailing list Ubuntu-accessibility@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility