From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CWX2X-0002Rg-74 for qemu-devel@nongnu.org; Tue, 23 Nov 2004 04:32:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CWX2V-0002Qx-RK for qemu-devel@nongnu.org; Tue, 23 Nov 2004 04:32:48 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CWX2U-0002QU-Rk for qemu-devel@nongnu.org; Tue, 23 Nov 2004 04:32:46 -0500 Received: from [64.233.170.196] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CWWtB-0004SX-F8 for qemu-devel@nongnu.org; Tue, 23 Nov 2004 04:23:09 -0500 Received: by rproxy.gmail.com with SMTP id g11so638855rne for ; Tue, 23 Nov 2004 01:23:08 -0800 (PST) Message-ID: Date: Tue, 23 Nov 2004 10:23:08 +0100 From: Yves Glodt Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Problem installing NT4 Reply-To: Yves Glodt , 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 Hello, I am using qemu-0.6.1 in windows and I try to install NT4, but I always run into problems...: After setup ran fine and asks to reboot, I close the qemu window. Then I start qemu and tell it to boot the newly installed NT from the disk image: qemu.exe -L . -m 128 -hda qemu_winnt4 -enable-audio -localtime -user-net Today immediately I got this error: Disk I/O error: Status = 00000C00 NTLDR: Fatal Error 3072 reading BOOT.INI (Using FAT filesystem) Yesterday, I came somewhat further, but after NT making it's initial filesytem check (shortly after booting initially) it complained about not being able to find a dll required for boot. I have tried using NTFS or FAT as filesystem for NT but it does not seem to make a difference. Using FAT, I come sometimes a little further, as the second error from yesterday shows. Now this looks to me like some kind of filesystem/diskimage corruption. I noticed that starting with version 0.6.1 I don't get the qemu monitor-window anymore, so I cannot force a write to the diskimage, could that be the problem? Thanks for qemu and best regards, Yves btw the diskimage file has been created with: qemu-img.exe create qemu_winnt4 1024M