I want to change the boot sequence in Ubuntu 23.10.
I have Windows 11 and Ubuntu 23.10 on my laptop, and Ubuntu is not working well.
I want to change the boot sequence in Ubuntu 23.10.
I have Windows 11 and Ubuntu 23.10 on my laptop, and Ubuntu is not working well.
This answer will solve some of your problems:
Is there a way for grub to automatically reboot into Windows from Windows?
When you reboot from Windows, then Windows automatically reloads unattended.
When you reboot from Ubuntu, then Ubuntu automatically reloads unattended.
If you don't want to automatically reboot to the last OS, then you have 10 seconds to override the default.
As far as Wayland goes, I wouldn't touch it with a ten foot pole because I have numerous X-11 only utilities and programs that are working perfectly with no Wayland substitution.
If you don't require customization, then Wayland will probably work fine.
If you have problems with Wayland then you should switch to X-11. If you have problems with Gnome then you can switch to Unity (if you like the Desktop Manager). Using software because it might be the future isn't justified when it's broken.
GRUB_SAVEDEFAULT=true
will set grub to boot the last OS selected for boot.
– ubfan1 Nov 30 '23 at 19:32