summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/485239
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/485239')
-rw-r--r--results/scraper/launchpad-without-comments/48523920
1 files changed, 20 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/485239 b/results/scraper/launchpad-without-comments/485239
new file mode 100644
index 000000000..4415a2169
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/485239
@@ -0,0 +1,20 @@
+Windows 2008 datacenter- 64 bit , installation fails with qemu-system-x86_64 0.11.50
+
+Installation of Windows 2008 datacenter- 64 bit fails with qemu-system-x86_64. 
+Version of qemu-system-x86_64 is 0.11.50. 
+The installation source is dvd iso. Just after booting for installation of the Windows guest, it hangs for sometime and then the installation crashes with the error:
+
+"A problem has been detected and windows has been shut down to prevent damage to your computer".
+
+Below is the command used for creating the guest.
+/usr/local/bin/qemu-system-x86_64 -cdrom /home/en_windows_server_2008_datacenter_enterprise_standard_x64_dvd_X14-26714.iso -hda /var/lib/libvirt/images/win2008_dc_64.qcow2 -m 3000 -smp 3 -net nic -net tap,script=/home/qemu-ifup-latest -name win2008_dc_64 -vnc :1 &
+
+Disk info of the guest image is as below:
+/usr/local/bin/qemu-img info /var/lib/libvirt/images/win2008_dc_64.qcow2
+image: /var/lib/libvirt/images/win2008_dc_64.qcow2
+file format: qcow2
+virtual size: 15G (16106127360 bytes)
+disk size: 136K
+cluster_size: 65536
+
+This issue is also reproducible with raw image format.
\ No newline at end of file