Hi NetRock6
I recall having an issue similer to this while attempting to P2V Centos 5 VMs as part of a migration.
The problem was that the converter was changing the UUID of the root partition.
Centos (I do not know about fedora) by default uses the UUID of the disk in the /etc/fstab
Hence when the system was started it could not find the root partion, and if it did find it, it was mounted read only.
My suggestions would be.
Try checking the /etc/fstab and ensure that the path to the root partition is correct
Run an OFF LINE fsck on the drive. (please DO NOT DO THIS on a mounted drive it WILL distroy the file system)
Check the LVM configuration, fedora has used LVM as the default setup for a while now, and I have seen problems for UUID changes with LVM before.
See if you can boot the system using a live CD and mount the file system from there, this will tell you if it is a corruption in the file system.
I am happy to try and help you though this, although at work we gave up and scratch built the VMs, and there was about 10 of them :smileysad:
Regards
Cyclooctane