Grub 2 doesn't see opensuse after Win10 update

Hi Guys,

After having updated Win10 i can’t find opensuse on the grub 2.

I’ve try this:

bcdedit /set {bootmgr} path \EFI\ubu.tu\grubx64.efi

but only kubuntu appear.

Thanks in advance to all of you.

Boot from a live or install medium. Replace sdX# by the /dev/ entry your openSUSE is on.
Do:


mount /dev/sdX# /mnt
mount --bind /dev /mnt/dev
mount --bind /proc /mnt/proc
mount --bind /sys /mnt/sys
chroot /mnt
yast


Next enter the bootloader module in YaST, make sure os-prober is checked, OK, reboot.

What happens if you try:

bcdedit /set {bootmgr} path \EFI\opensuse\shim.efi

Thanks a lot! This solution works and now i have the same previous grub. Can you explane me where is my fault?

You were editting Kubuntu’s EFI, which apparently is not aware of openSUSE. To me this looks like openSUSE was installed last, and has the control over GRUB