From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Mueller Subject: qemu-kvm 0.12.0-rc2: can't install windows 2008 std Date: Sun, 20 Dec 2009 14:11:36 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: kvm@vger.kernel.org Return-path: Received: from lo.gmane.org ([80.91.229.12]:37843 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752553AbZLTOLw (ORCPT ); Sun, 20 Dec 2009 09:11:52 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NMMVg-0006lG-RE for kvm@vger.kernel.org; Sun, 20 Dec 2009 15:11:48 +0100 Received: from 80-219-101-10.dclient.hispeed.ch ([80.219.101.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Dec 2009 15:11:48 +0100 Received: from thomas by 80-219-101-10.dclient.hispeed.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Dec 2009 15:11:48 +0100 Sender: kvm-owner@vger.kernel.org List-ID: after having problems with qemu-kvm 0.11.0 and windows 2008 under i/o I thought trying the new 0.12.0-rc2 and make some tests. so i've compiled qemu-kvm 0.12.0-rc2 and tried to install Windows 2008 Standard 64bit. it shows the "Windows is loading files" screen and then BSOD with 0x0000007E . I tried if=ide and if=scsi. none of them are working. at least with qemu-kvm 0.11.0 this was working. booting an existing WinXP guest or a linux live cd (sysresccd) is working with 0.12.0-rc2 kvm cmd: kvm \ -usbdevice tablet \ -drive file=drive1.raw,cache=none,if=ide,boot=on \ -net nic,model=e1000 -net user \ -k de-ch -m 2048 \ -smp 2 -monitor stdio \ -localtime -drive file=win2008.iso,media=cdrom,if=ide - Thomas