2

After installing Ubuntu 22.04 on a machine which already had Windows installed I can only boot into Ubuntu, but not Windows anymore.

Here is what I did:

I already tried boot-repair, here is the Boot-Info Summary: https://paste.ubuntu.com/p/ywwXxswTqg/

I can see the following text quickly before Ubuntu starts (not sure if it's related or if it helps though): error while booting

I also checked the Windows Boot Loader is before ubuntu in my UEFI settings.

How can I boot into Windows again? It would be nice if I got the option to choose what OS to boot (which is what GRUB is for from what I understand). If that's not possible I would at least like to boot into Windows again like before installing Ubuntu.

tiefenauer
  • 141
  • 1
  • 1
  • 5

1 Answers1

2

Turns out the Grub menu didn't show up because of an issue with Grub itself. I had to modify Grub as described in this post:

GRUB_TIMEOUT_STYLE=menu
GRUB_TERMINAL=console
tiefenauer
  • 141
  • 1
  • 1
  • 5