Bug 521749
| Summary: | Guest Window2008-R2-datacenter installation is stopped at step "Setup will continue after restarting your computer" (AMD host only) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Suqin Huang <shuang> | ||||
| Component: | kvm | Assignee: | Eduardo Habkost <ehabkost> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Lawrence Lim <llim> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 5.5 | CC: | gleb, lihuang, michen, ovirt-maint, qzhang, riek, tburke, tools-bugs, virt-maint, ykaul | ||||
| Target Milestone: | rc | Keywords: | Reopened | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | kvm-83-114.el5 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-03-30 07:55: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: | |||||||
| Bug Depends On: | 502543 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Suqin Huang
2009-09-08 06:13:19 UTC
Created attachment 360038 [details]
strace result
can you check if this works on Intel? install successfully on Intel host : 4vcpus & 8mem host info : processor : 7 vendor_id : GenuineIntel cpu family : 6 model : 26 model name : Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz MemTotal: 12159972 kB MemFree: 219064 kB Buffers: 2701896 kB Cached: 543772 kB SwapCached: 0 kB Please test with kvm-83-114.el5 - it contains the fix for bug #502543, and it may fix this bug too. this issue still exist on kvm-83-114.el5 1. install vm with 4 vcpu & 12G mem CLI: /usr/libexec/qemu-kvm -drive file=/data/images/rhel/win08-R2-data.qcow2,if=ide -no-hpet -usbdevice tablet -rtc-td-hack -smp 4 -m 12G -uuid `uuidgen` -net nic,model=e1000,macaddr=00:66:88:FE:DD:55,vlan=0 -net tap,vlan=0,script=/etc/qemu-ifup -cpu qemu64,+sse2 -boot d -monitor stdio -vnc :8 -drive file=/dev/cdrom,index=2,media=cdrom 2. host: processor : 15 vendor_id : AuthenticAMD cpu family : 16 model : 2 model name : Quad-Core AMD Opteron(tm) Processor 8356 stepping : 3 3. [root@amd-8356-32-2 rhel]# rpm -qa | grep kvm etherboot-zroms-kvm-5.4.4-10.el5 kmod-kvm-83-114.el5 kvm-debuginfo-83-114.el5 kvm-tools-83-114.el5 kvm-83-114.el5 kvm-qemu-img-83-114.el5 Test this with kvm-83-105.el5_4.9, this problem does not exist. 1. Install guest with 4 vcpu & 8 mem CLI: /usr/libexec/qemu-kvm -rtc-td-hack -no-hpet -usbdevice tablet -drive file=win08-r2-dc2.qcow2,if=ide -cpu qemu64,+sse2 -smp 4 -m 8G -net nic,macaddr=20:20:20:11:22:09,model=e1000,vlan=0 -net tap,script=/etc/qemu-ifup,vlan=0 -cdrom /mnt/win08-R2.iso -boot d -vnc :1 2. host info: processor : 3 vendor_id : AuthenticAMD cpu family : 16 model : 2 model name : AMD Phenom(tm) 9600B Quad-Core Processor Retested with kvm-83-114, this problem also does not exist.(in Comment #6, after update kvm, did not reload kvm module again, so the patch did not take effect). So close this bug. (In reply to comment #8) > Retested with kvm-83-114, this problem also does not exist.(in Comment #6, > after update kvm, did not reload kvm module again, so the patch did not take > effect). > > So close this bug. lihuang -> michen sorry . maybe I have told you a wrong status transition. change the status back to MODIFIED. lihuang -> boto please correct me ,if I am wrong . Re-test in kvm-83-140.el5 host: AMD host kernel: 2.6.18-182.el5 result: PASSED Steps: Full install a Window2008-R2-datacenter guest in AMD host with 4 vcpus and 8G mem. Result: Installation finishes successfully. CLI: /usr/libexec/qemu-kvm -no-hpet -usbdevice tablet -rtc-td-hack -smp 4 -m 8G -drive file=/media/win2008/Windows_Server_2008_R2_RC_EN.iso,media=cdrom,if=ide,index=2 -drive file=/root/win2k8_r2_4smp_8mem.qcow2,media=disk,if=ide,index=0 -net nic,model=e1000,macaddr=00:1a:4a:33:6d:ff,vlan=0 -net tap,vlan=0,script=/etc/qemu-ifup -cpu qemu64,+sse2 -boot d -monitor stdio -vnc :10 -uuid `uuidgen` -name amd_win2k8_r2 An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2010-0271.html |