You are most likely experiencing this.
Try running:
dracut --regenerate-all -f && grub2-mkconfig -o /boot/grub2/grub.cfg
This will rebuild `initramfs` and solve naming issues in block devices (`/dev/sda1` might now be `/dev/xvde1` or something similar).
It has saved me when migrating to OracleVM from VMWare.
More info on dracut here.