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.

Bug 700319

Summary: Win2003 guest BSOD during installation
Product: Red Hat Enterprise Linux 6 Reporter: Qingtang Zhou <qzhou>
Component: qemu-kvmAssignee: Virtualization Maintenance <virt-maint>
Status: CLOSED DUPLICATE QA Contact: Virtualization Bugs <virt-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1CC: juzhang, michen, mkenneth, shuang, virt-maint
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-05 03:10:16 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 Flags
screenshot of guest
none
5 seconds before BSOD none

Description Qingtang Zhou 2011-04-28 06:22:12 UTC
Created attachment 495413 [details]
screenshot of guest

Description of problem:


Version-Release number of selected component (if applicable):
qemu version: qemu-kvm-0.12.1.2-2.159.el6.x86_64
kernel version: 2.6.32-131.0.7.el6.x86_64

How reproducible:
1/1

Steps to Reproduce:
1. install windows 2003 guest with following command:
qemu -name 'vm1' \
-chardev socket,id=human_monitor_gRCy,path=/tmp/monitor-humanmonitor1-20110425-185522-EupA,server,nowait \
-mon chardev=human_monitor_gRCy,mode=readline \
-chardev socket,id=serial_MehD,path=/tmp/serial-20110425-185522-EupA,server,nowait \
-device isa-serial,chardev=serial_MehD -drive file='win2003-64-virtio.qcow2',index=0,if=none,id=drive-virtio-disk1,media=disk,cache=none,format=qcow2,aio=threads \
-device virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk1,id=virtio-disk1 -device virtio-net-pci,netdev=id3NTa8Y,mac=9a:b9:42:c2:48:c8,netdev=id3NTa8Y,id=ndev00id3NTa8Y,bus=pci.0,addr=0x3 \
-netdev tap,id=id3NTa8Y,vhost=on,ifname='t0-185522-EupA',script='qemu-ifup-switch',downscript='no' \
-m 2048 \
-smp 2,cores=1,threads=1,sockets=2 \
-drive file='en_win_srv_2003_r2_enterprise_x64_with_sp2_cd1_X13-06188.iso',index=1,if=none,id=drive-ide0-0-0,media=cdrom,readonly=on,format=raw \
-device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 \
-drive file='winutils.iso',index=2,if=none,id=drive-ide0-0-1,media=cdrom,readonly=on,format=raw \
-device ide-drive,bus=ide.0,unit=1,drive=drive-ide0-0-1,id=ide0-0-1 \
-drive file='virtio-win.iso',index=3,if=none,id=drive-ide0-1-0,media=cdrom,readonly=on,format=raw \
-device ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 \
-cpu cpu64-rhel6,+sse2,+x2apic \
-fda 'answer.vfd' \
-spice port=8000,disable-ticketing \
-vga qxl \
-rtc base=localtime,clock=host,driftfix=none  \
-boot order=cdn,once=d,menu=off   \
-usbdevice tablet -enable-kvm 

2.
3.
  
Actual results:
windows2003 guest bsod

Expected results:


Additional info:
host info: 3 cores cpu and 8G memory

#cat /proc/cpuinfo 
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 23
model name	: Intel(R) Core(TM)2 Quad CPU    Q9400  @ 2.66GHz
stepping	: 10
cpu MHz		: 2667.000
cache size	: 3072 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu tsc msr pae cx8 apic mtrr cmov pat clflush acpi mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc pni vmx est ssse3 cx16 sse4_1 lahf_lm
bogomips	: 6670.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

Comment 1 Qingtang Zhou 2011-04-28 06:22:55 UTC
Created attachment 495414 [details]
5 seconds before BSOD

Comment 3 Suqin Huang 2011-05-05 03:10:16 UTC

*** This bug has been marked as a duplicate of bug 701898 ***