1

For whatever reason, the GUI only works when I am on: Ubuntu, Linux 5.15.0-43-generic.

However GRUB boots to Ubuntu, with linux 5.15.0-52-generic automatically. In order to use Ubuntu, I have to access the GRUB menu every time I turn my computer on and then manually select the option that works.

Is there a way to run the version I want it to run automatically? I would love it to boot into it automatically so I don't have to spam ESC every time I turn my computer on.

Nmath
  • 12,664

1 Answers1

1

Edit /etc/default/grub

GRUB_SAVEDEFAULT="true"
GRUB_DEFAULT="saved"

then command: sudo update_grub

Mahler
  • 739