When performing an Instant VM Recovery from VMware backup of RHEL VM to Nutanix AHV. The RHEL VM failed to boot up. Please follow the steps to install the VirtIO drivers into the RHEL VM. Not all Linux VMs require this process, in most cases this isn't necessary.
- Initiated IVMR from VMware Backup of RHEL VM to AHV.

2. Noticed the RHEL VM did not boot up see screen below.

- I went into RHEL VM and followed the steps in this Nutanix KB article link below to add VirtIO drivers. I then rebooted the VM. I took another incremental backup. Caution, please make sure you have a good backup before proceeding.
https://portal.nutanix.com/page/documents/kbs/details?targetId=kA032000000TTizCAG
root@linux# dracut --add-drivers "virtio_scsi virtio_pci" -f -v /boot/initramfs-`uname -r`.img `uname -r`
- I reran the Instant VM Recovery with the latest incremental point and the VM booted. I then migrated VM over to production. It was completed successfully.

- I rebooted VM to make sure it would boot into the normal process.

- The login screen appeared.

- Launched application once logged in.
RHEL Application That all folks😀!