Bug 611725
Summary: | Windows XP will not install as a guest on Fedora 13 with qemu-kvm-0.12.3-8.fc13.x86_64 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | sparrow2867 |
Component: | qemu | Assignee: | Justin M. Forbes <jforbes> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 13 | CC: | amit.shah, berrange, dwmw2, ehabkost, gcosta, itamar, jaswinder, jeff.raber, jforbes, knoel, markmc, ondrejj, scottt.tw, virt-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-10-03 08:45:46 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: |
Description
sparrow2867
2010-07-06 09:49:19 UTC
Do you have the qemu command line used for this install? If you were using virt-manager or virt-install for the installation, the command line would be in the logs in /var/log/libvirt/qemu/<guestname>.log (In reply to comment #1) > Do you have the qemu command line used for this install? If you were using > virt-manager or virt-install for the installation, the command line would be in > the logs in /var/log/libvirt/qemu/<guestname>.log Here is that file for qemu-kvm-0.12.5-1.fc13.x86_64 LC_ALL=C PATH=/sbin:/usr/sbin:/bin:/usr/bin QEMU_AUDIO_DRV=none /usr/bin/qemu-kvm -S -M fedora-13 -enable-kvm -m 1024 -smp 1,sockets=1,cores=1,threads=1 -name XPmachine -uuid 3adbaf55-e75b-e69c-09b5-0d0ac66e5091 -nodefaults -chardev socket,id=monitor,path=/var/lib/libvirt/qemu/XPmachine.monitor,server,nowait -mon chardev=monitor,mode=readline -rtc base=localtime -no-reboot -boot d -drive file=/var/lib/libvirt/images/XPmachine.img,if=none,id=drive-ide0-0-0,format=raw -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 -drive file=/dev/sr0,if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw -device ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -device rtl8139,vlan=0,id=net0,mac=52:54:00:42:72:fc,bus=pci.0,addr=0x4 -net tap,fd=57,vlan=0,name=hostnet0 -chardev pty,id=serial0 -device isa-serial,chardev=serial0 -usb -device usb-tablet,id=input0 -vnc 127.0.0.1:0 -vga std -device AC97,id=sound0,bus=pci.0,addr=0x5 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 char device redirected to /dev/pts/0 LC_ALL=C PATH=/sbin:/usr/sbin:/bin:/usr/bin QEMU_AUDIO_DRV=none /usr/bin/qemu-kvm -S -M fedora-13 -enable-kvm -m 1024 -smp 1,sockets=1,cores=1,threads=1 -name XPmachine -uuid 3adbaf55-e75b-e69c-09b5-0d0ac66e5091 -nodefaults -chardev socket,id=monitor,path=/var/lib/libvirt/qemu/XPmachine.monitor,server,nowait -mon chardev=monitor,mode=readline -rtc base=localtime -no-reboot -boot c -drive file=/var/lib/libvirt/images/XPmachine.img,if=none,id=drive-ide0-0-0,boot=on,format=raw -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 -drive file=/dev/sr0,if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw -device ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -device rtl8139,vlan=0,id=net0,mac=52:54:00:42:72:fc,bus=pci.0,addr=0x4 -net tap,fd=57,vlan=0,name=hostnet0 -chardev pty,id=serial0 -device isa-serial,chardev=serial0 -usb -device usb-tablet,id=input0 -vnc 127.0.0.1:0 -vga std -device AC97,id=sound0,bus=pci.0,addr=0x5 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 char device redirected to /dev/pts/0 Is this the same as bug 579348? Yep.(In reply to comment #3) > Is this the same as bug 579348? *** This bug has been marked as a duplicate of bug 579348 *** |