From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AkQlQ-00019p-2l for qemu-devel@nongnu.org; Sat, 24 Jan 2004 11:36:04 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AkQkt-00015J-7m for qemu-devel@nongnu.org; Sat, 24 Jan 2004 11:36:03 -0500 Received: from [193.252.22.27] (helo=mwinf0404.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AkQks-00015F-Ue for qemu-devel@nongnu.org; Sat, 24 Jan 2004 11:35:31 -0500 Received: from free.fr (ATuileries-112-1-4-12.w81-53.abo.wanadoo.fr [81.53.133.12]) by mwinf0404.wanadoo.fr (SMTP Server) with ESMTP id 5305E38000AC for ; Sat, 24 Jan 2004 17:35:30 +0100 (CET) Message-ID: <40129F1C.3030307@free.fr> Date: Sat, 24 Jan 2004 17:36:44 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] QEMU 0.5.2 testing vs. W2K Install References: <1074953348.26125.10.camel@tau> In-Reply-To: <1074953348.26125.10.camel@tau> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Robert Wilhelm wrote: > FYI; > > I tried to install Windows 2000 on a new image using qemu fom cvs) > > dd if=/dev/zero of=hdimage bs=1024 count=1M > qemu -hda hdc -cdrom w2k.iso -boot d > > It will create and format a new FAT partition but then > I get the message "Setup has determined that drive C is corrupted > and cannot be repaired". This is exactly the bug I have with Win 2K/XP. It seems that the problem is timer dependent, so in some cases it does not occur, for example when decreasing CPU_TLB_SIZE in cpu-defs.h. I tracked this bug for several days without finding it yet. Fabrice.