Switching Legacy Leap 15.2 install to UEFI on dual boot with Windows 10

When I start the computer with UEFI USB should I go to Rescue System or to Start Linux?

Whichever is most convenient for you.

All you need is a UEFI boot and the “efibootmgr” command.

If you try “start linux” it will probably fail due to 1146017 – "Boot Linux System" from installation media screen 2 consistently fails quickly

@mrmazda](https://forums.opensuse.org/member.php/17760-mrmazda)
You are absolutely correct. Attempt to “Start Linux” from UEFI USB fails.

@nrickert
Booting from UEFI USB, going to “Rescue System” and running “efibootmgr -v” produces this result:

  1. https://photos.app.goo.gl/gPpQv1bbjqW3rbba7
  2. https://photos.app.goo.gl/5Jb3vZMo9PSWeogc7 (same screen shot as above just wider view)

Does this give any indication as to what the issue may be or clues on how to proceed?

It shows that there isn’t any boot entry for openSUSE.

Can you check the EFI partition. It appears to be “/dev/sda1”.

Try:


mount /dev/sda1 /mnt
ls /mnt/EFI
ls /mnt/EFI/opensuse
ls /mnt/EFI/Microsoft

This is the result of running the code above: https://photos.app.goo.gl/cYaqnm2sZKNgTv876

Do things look the way they should in your opinion?

Not if booting 15.2 directly from hard drive is your goal. :stuck_out_tongue: I’d try this from that shell prompt:

efibootmgr -b 4 -c -L "opensuse152" -l '\EFI\opensuse\grubx64.efi'
efibootmgr -o 4,0,1,2,3

Then reboot to test if fix accepted.

Many thanks for your help on this topic! It appears that we’ve successfully switched openSUSE 15.2 legacy install to UEFI. I’ve tested it a few times and openSUSE 15.2 loads when selected from the GRUB menu and works great! Windows 10 loads and works when Boot Manager is selected from the GRUB menu. I could not have done this without your help. Thanks again!