Description of problem: Fedora-Cloud-Base-29-20180923.n.0.x86_64 boot Failed Version-Release number of selected component (if applicable): Fedora-Cloud-Base-29-20180923.n.0.x86_64 How reproducible: Steps to Reproduce: 1. Download the test Fedora Cloud Base images and match checksum 2. Use testcloud to create local instance 3. Start testcloud instance Actual results: 1. [FAILED] Failed to start Load/Save Random Seed. 2. [FAILED] Failed to start Create System Users. Expected results: Should be boot without error Additional info: Sceenshots https://pasteboard.co/HGgZJM2.png
Wanted to double check, did you try steps mentioned in wiki https://fedoraproject.org/wiki/Local_Test_Cloud_Installation_Guide to run qcow2 image using testcloud? I used following steps and it works for me on a latest image: $ wget https://kojipkgs.fedoraproject.org/compose/branched/Fedora-29-20180929.n.0/compose/Cloud/x86_64/images/Fedora-Cloud-Base-29-20180929.n.0.x86_64.qcow2 $ sudo testcloud instance create test -u file:///home/test/Fedora-Cloud-Base-29-20180929.n.0.x86_64.qcow2 Above testcloud command run gave IP 192.168.122.97 on completion, now ssh to created vm with password 'passw0rd' $ ssh fedora.122.97 can ssh successfully into test vm which got created.