0

I have a dual boot dell XPS laptop with windows and Ubuntu 22. After the latest windows update GRUB is no longer in the boot options of the BIOS. I have also tried inserting a live USB of Ubuntu 22 and running boot-repair to no avail. Here is the log link: https://paste.ubuntu.com/p/fnGZXVXfyJ/

Any help is appreciated.

KFkf
  • 109

1 Answers1

0

So after a bit of searching this solution helped: https://www.makeuseof.com/fix-grub-not-showing-in-dual-boot-setup/

I ended up running bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi in a privileged CMD on windows to add GRUB to the boot list.

somehow boot-repair couldn't fix this.

KFkf
  • 109