From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DxOhN-0006jX-Em for qemu-devel@nongnu.org; Tue, 26 Jul 2005 08:38:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DxOhA-0006fE-Ui for qemu-devel@nongnu.org; Tue, 26 Jul 2005 08:38:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DxOh6-0006Ro-A1 for qemu-devel@nongnu.org; Tue, 26 Jul 2005 08:38:00 -0400 Received: from [212.23.3.140] (helo=pythagoras.zen.co.uk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DxObF-0007Ix-Bc for qemu-devel@nongnu.org; Tue, 26 Jul 2005 08:31:57 -0400 Received: from [82.69.161.254] (helo=[192.168.168.172]) by pythagoras.zen.co.uk with esmtp (Exim 4.30) id 1DxOQU-0003n6-9B for qemu-devel@nongnu.org; Tue, 26 Jul 2005 12:20:50 +0000 Message-ID: <42E62AA2.5090702@wayforth.co.uk> Date: Tue, 26 Jul 2005 13:20:50 +0100 From: Antony Gelberg MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Problem installing WIndows Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi all, This is my first experience with qemu. I'm using 0.7.0 in Debian unstable. I'm trying to install a Windows XP image from CD. All I've done is: dd of=hd.img bs=1024 seek=5000000 count=0 qemu -boot c -cdrom /dev/cdrom -hda hd.img Setup finishes, then the machine reboots and hangs at the black screen with the Windows XP Professional logo and Please wait... below it. There is no CPU usage. How can I go about debugging this? Antony