I upgraded (in place using leapp) one of the servers RHEL v7.9 to 8.9. As per the preupgrade report I had to disable the FIPS mode. I enabled the FIPS mode after the successful upgrade & reboot. The server doesn't boot now. Any help would be greatly appreciated.
I enabled using the below commands.
grub2-mkconfg -o /boot/grub2/grub.cfg
dracut -f
grubby --update-kernel=$(grubby --default-kernel) --args=fips=1
I enabled using the below commands.
grub2-mkconfg -o /boot/grub2/grub.cfg
dracut -f
grubby --update-kernel=$(grubby --default-kernel) --args=fips=1