Bug 518965
Summary: | CDROM boot failure code : 0003 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tim Waugh <twaugh> | ||||||
Component: | libvirt | Assignee: | Daniel Veillard <veillard> | ||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | rawhide | CC: | berrange, clalance, crobinso, itamar, veillard, virt-maint | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2009-08-26 15:30:42 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Tim Waugh
2009-08-24 12:11:05 UTC
Can you provide the /var/log/libvirt/qemu/$GUEST.log from the time this error happens ? Also the 'virsh dumpxml $GUEST' output from the time it is running and showing this errror At least QEMU has started up, so its unlikely to be selinux / file permissions problem at this point. There must be some guest config / setup problem instead i reckon Created attachment 358731 [details]
F11.log
Created attachment 358732 [details]
F11.xml
Ah ha, the guest XML has the CDROM device configured to use VirtIO ! <disk type='file' device='cdrom'> <driver name='qemu'/> <source file='/tmp/tim/Fedora-11-x86_64-DVD.iso'/> <target dev='vdb' bus='virtio'/> <readonly/> </disk> This is a bug in virtinst library - bug 517151 To workaround, you can use 'virsh edit $GUEST' and change <target dev='vdb' bus='virtio'/> to <target dev='hdc' bus='ide'/> *** This bug has been marked as a duplicate of bug 517151 *** |