Description of problem: Because of some bug or build system problems RHEL 8.4 images were built without "GRUB_DEFAULT=saved" definition in /etc/default/grub. As a result, Leapp fails to update grub menu properly and after reboot director boots RHEL 8 again instead of RHEL 9. More details are provided in https://access.redhat.com/solutions/7057531. This problem affects all RHOSP 16.2 director nodes bootstrapped from standard RHEL 8.4 images. I want to ask you to consider adding this information to list of known issues affecting FFU from RHOSP 16.2 to RHEL 17.1. guestfish --ro -a rhel-8.4-x86_64-kvm.qcow2 ><fs> run ><fs> mount /dev/sda3 / ><fs> cat /etc/default/grub GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=auto" GRUB_TIMEOUT=0 GRUB_ENABLE_BLSCFG=true