0

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.

  • 2
    #1, #2, and #3 look like bugs. Your role is to report bugs properly, to assist developers in duplicating the bugs in their test environment, and to help text the fixes to ensure that they really do work. #4 looks like an upstream issue that you, again, need to report to them (not to us). None of those seem related to changing the boot sequence. Avoid complaining -- we are not the Ubuntu developers. We are your peer users. – user535733 Nov 30 '23 at 18:11
  • 1
    The Ubuntu boot sequence uses systemd targets. Do a bit of research on those. Once you understand them and how they work, you can rearrange the boot sequence almost any way you wish. – user535733 Nov 30 '23 at 18:13
  • 2
    Also, editing the /etc/default/grub, adding lines GRUB_DEFAULT=saved

    GRUB_SAVEDEFAULT=true

    will set grub to boot the last OS selected for boot.

    – ubfan1 Nov 30 '23 at 19:32
  • 1
    Does this answer your question? How do I change the GRUB boot order? – karel Dec 03 '23 at 01:27

1 Answers1

1

This answer will solve some of your problems:

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.

  • thank you but i was unable to change the boot acoording to the first solution, its said command not found , however using files manager i was able to open the file but not using the terminal. so it didnt work for me – Tiago Earth Dec 04 '23 at 19:28