Bug 1634378

Summary: Fedora-Cloud-Base-29-20180923.n.0.x86_64 boot Failed
Product: [Fedora] Fedora Reporter: Jaydeep Godara <jaydeep415>
Component: cloud-initAssignee: Garrett Holmstrom <gholms>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 29CC: adimania, apevec, eterrell, gholms, lars, shardy, skumari, s
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-10-05 15:49:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jaydeep Godara 2018-09-30 11:34:15 UTC
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

Comment 1 Sinny Kumari 2018-10-03 07:07:04 UTC
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.