Issue When Virtual Machine boots it complains that UUID's are incorrect. From dracut shell run the following: Now mount the primary disk: mount /dev/sda1 /mnt Or depending on what disk drivers you are using: mount /dev/vda1 /mnt Bind the directories which grub needs to detect the other operating systems: mount --bind /dev /mnt/dev && mount […]