Hi I tried to upgrade Oracle Linux 8.10 to 9.4 with `leapp upgrade --oraclelinux` but it ended up not booting with vmlinuz-upgrade and only the grub prompt was shown. I loaded vmlinuz-upgrade and initrd-upgrade at the grub prompt manually and got the upgrade and OS running. It seems like the grub menu.cfg was missing and installing them sorted it out: ` grub2-mkconfig -o /boot/grub2/grub.cfg` `grubby —info ALL` now show the menu entries. I think this is a problem within `leapp`.