File suse-port.patch of Package grubby
Index: grubby-8.25/grubby.c =================================================================== --- grubby-8.25.orig/grubby.c +++ grubby-8.25/grubby.c @@ -225,6 +225,8 @@ const char *grub2FindConfig(struct confi static const char *configFiles[] = { "/etc/grub2-efi.cfg", "/etc/grub2.cfg", + "/boot/grub2/grub.cfg", + "/boot/grub2-efi/grub.cfg", NULL }; static int i = -1;