Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
Cannot install windows 8 x86 with 0x0000005D error with cpu64-rhel6
How reproducible:
100%
Build info:
kernel-2.6.32-343.el6.x86_64
qemu-kvm-0.12.1.2-2.335.el6.x86_64
Steps to Reproduce:
1. Run /usr/libexec/qemu-kvm -cpu cpu64-rhel6 -m 2G -drive file=/var/lib/libvirt/images/T2.img -drive file=/root/Downloads/en_windows_8_enterprise_x86_dvd_917587.iso,media=cdrom,id=cdrom,if=none -device ide-drive,drive=cdrom,bootindex=1
Actual results:
1. Guest cannot be installed with error 0x0000005D
Expected results:
1. Guest could be installed normally
Additional info:
1. This error cannot be reproduced by qemu-kvm-0.12.1.2-2.316.el6.x86_64
2. This issue caused another issue: guest created by libvirt cannot be started with 0x0000005D error.
Since if user create a guest through virt-manager, normally they will just follow the wizard. But in this scenario, libvirt will not send -cpu host to qemu-kvm, then user will be certain to hit this issue. So I think qemu-kvm-0.12.1.2-2.316.el6.x86_64 is a better solution.
Hi all,
I have tested this issue to narrow down the range and check that from the qemu-kvm-0.12.1.2-2.320 cause regression. and i also tried other cpu model(SandyBridge & Opteron_G2), they can hit this issue on qemu-kvm-0.12.1.2-2.337.
qemu-kvm-0.12.1.2-2.337 + SandyBridge / Opteron_G2 -------> fail
qemu-kvm-0.12.1.2-2.330 + SandyBridge -------> fail
qemu-kvm-0.12.1.2-2.321 + SandyBridge -------> fail
qemu-kvm-0.12.1.2-2.320 + SandyBridge -------> fail
qemu-kvm-0.12.1.2-2.319 + SandyBridge -------> pass
qemu-kvm-0.12.1.2-2.318 + SandyBridge -------> pass
qemu-kvm-0.12.1.2-2.316 + SandyBridge -------> pass
Best Regards.
sluo
I could reproduce the issue using qemu-kvm-0.12.1.2-2.316.el6.x86_64, running kernel 2.6.32-279.el6.x86_64 on the host, so it doesn't seem to be a regression.
Please try to reproduce the bug using the latest 6.3.z packages, to confirm it is not a regression.
It happens to work if using qemu-kvm-0.12.1.2-2.316.el6.x86_64 on a newer kernel, because that version of qemu-kvm has a bug that makes it (incorrectly) enable the SEP feature unconditionally (see bug 745717), and that bug is visible only if using a newer kernel (that has the kernel bug 821463 fixed).
On 6.3, SEP was never enabled by default, and -2.320.el6 fixes bug 745717 by keeping SEP disabled.
To work around this problem, you can use "-cpu <model>,+sep" in the qemu command-line.
We have a bug for enabling SEP, already. See bug 821741.
*** This bug has been marked as a duplicate of bug 821741 ***