From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JgbVy-0002bB-3z for qemu-devel@nongnu.org; Tue, 01 Apr 2008 04:06:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JgbVt-0002az-Qq for qemu-devel@nongnu.org; Tue, 01 Apr 2008 04:06:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JgbVt-0002aw-IP for qemu-devel@nongnu.org; Tue, 01 Apr 2008 04:06:37 -0400 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JgbVt-0003P6-2N for qemu-devel@nongnu.org; Tue, 01 Apr 2008 04:06:37 -0400 Received: from nwd2mail10.analog.com ([137.71.25.55]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JgbVo-0001ko-57 for qemu-devel@nongnu.org; Tue, 01 Apr 2008 04:06:32 -0400 Received: from nwd2exm4.ad.analog.com (nwd2exm4.ad.analog.com [10.64.53.123]) by nwd2mhb2.analog.com (8.9.3 (PHNE_28810+JAGae91741)/8.9.3) with ESMTP id EAA28775 for ; Tue, 1 Apr 2008 04:06:18 -0400 (EDT) Message-ID: <47F1ECFA.2070407@analog.com> Date: Tue, 01 Apr 2008 16:06:18 +0800 From: Jie Zhang MIME-Version: 1.0 Subject: Re: [Qemu-devel] A bug of running existing windows xp from x86 64 linux host References: <47ED253E.6070701@analog.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Sergey Bychkov wrote: > ----- Original Message ----- From: "Jie Zhang" >> I'm trying to run an existing windows xp (32 bit) partition in qemu on >> a x86 64 bit linux host. I always got >> >> A disk read error occurred >> Press Ctrl+Alt+Del to restart >> >> when qemu starts. > > Maybe, You should show qemu command line first? > I use the following command line: sudo qemu -hda /dev/sda -m 512 I can see the grub, but cannot boot into windows xp because of the disk read error. It's weird that the same command line works on my AMD64 pc, although qemu crashed when I passed "-d in_asm" to it. Thanks, Jie