From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BTX9d-0005uB-8O for qemu-devel@nongnu.org; Thu, 27 May 2004 22:31:29 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BTWHS-0003e3-F8 for qemu-devel@nongnu.org; Thu, 27 May 2004 21:36:02 -0400 Received: from [196.35.40.69] (helo=absamail.co.za) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BTF4n-0007D0-AQ for qemu-devel@nongnu.org; Thu, 27 May 2004 03:13:18 -0400 From: Bob Barry Date: Thu, 27 May 2004 09:14:19 +0200 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200405270914.19494.bobb@absamail.co.za> Subject: [Qemu-devel] nt4 installation Reply-To: bobb@absamail.co.za, 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 Every morning I update qemu via cvs, configure/make/make install, and try to install win-nt4. Attempting to install from floppy images behaves the same with c: partitioned and unformatted, or partitioned and formatted: installation fails after installation of second floppy - installer copies some files then stops with BSOD: 1 System Processor [32 MB Memory] MultiProcessor Kernel *** STOP: 0x0000007B (0x80480ED0,0x00000000,0x00000000,0x00000000) INADDESSIBLE_BOOT_DEVICE CPUID:GenuineIntel 6.1.3 irql:0 SYSVER 0xf0000565 etc, etc (I'll send the rest if anyone can make sense of it.) With hda partioned and formatted for dos using a win98 rescue disk, attempting to install nt4 from CD shows "Welcome to Setup" screen, shows mass storage selection screen, shows: Setup did not find any hard disk drives installed in your computer. Make sure any hard disk drives are powered on and properly connected to your computer, and that any disk-related hardware configuration is correct. This may involve running a manufacturer-supplied diagnostic or setup program. Setup cannot continue. Press F3 to exit. F3 and exits (no BSOD). For floppy installation, qemu (softmmu) is invoked with: sudo qemu -m 32 -fda nt4setup1.img -hda /image/nt4progs.img -cdrom /image/nt4.iso -boot a For CD installation, qemu (softmmu) is invoked with: sudo qemu -m 32 -pci -hda /image/nt4progs.img -cdrom /image/nt4.iso -boot d MSDOS, Freedos, Linux, and Win98se all install and run normally. Has anyone got nt4 running on qemu? If so, how? Thanks, Bob Barry