From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dicw1-0000Jb-Vd for qemu-devel@nongnu.org; Fri, 18 Aug 2017 04:47:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dicw1-0000NQ-2P for qemu-devel@nongnu.org; Fri, 18 Aug 2017 04:47:18 -0400 Received: from mail-oi0-x241.google.com ([2607:f8b0:4003:c06::241]:37935) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dicw0-0000Lu-Ua for qemu-devel@nongnu.org; Fri, 18 Aug 2017 04:47:17 -0400 Received: by mail-oi0-x241.google.com with SMTP id s21so8731115oie.5 for ; Fri, 18 Aug 2017 01:47:15 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <5D42D1E3-A946-4E2C-BDC4-BB785D0B880D@gmail.com> From: Artyom Tarasenko Date: Fri, 18 Aug 2017 10:46:54 +0200 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Help with Windows NT 4.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: Paolo Bonzini , Richard Henderson , =?UTF-8?Q?Herv=C3=A9_Poussineau?= , "qemu-devel@nongnu.org qemu-devel" , Eduardo Habkost On Fri, Aug 18, 2017 at 6:31 AM, Programmingkid wrote: > >> On Aug 15, 2017, at 6:27 PM, Paolo Bonzini wrote: >> >> On 15/08/2017 20:46, Programmingkid wrote: >>> >>>> On Aug 14, 2017, at 2:51 AM, Paolo Bonzini wrote= : >>>> >>>> On 13/08/2017 21:13, Programmingkid wrote: >>>>> Lately I found out that Windows NT 4.0 seems to work well with the >>>>> 486 and pentium processors. Using "-cpu 486" made installing it >>>>> actually work. Now I am seeing another issue. When I boot Windows NT >>>>> 4.0 I see this error message: >>>>> >>>>> *** STOP: 0x0000007B (0x807A8610,0x00000000,0x00000000,0x00000000) >>>>> INACESSIBLE_BOOT_DEVICE >>>>> >>>>> Would anyone know a way to solve this issue? >>>> >>>> Herv=C3=A9 is probably the best person to answer this question. Maybe= try >>>> installing it with SCSI disks ("-drive if=3Dscsi,id=3Dhd,file=3D... -d= rive >>>> if=3Dscsi,id=3Dcd,file=3D... -device lsi -device scsi-hd,drive=3Dhd -d= evice >>>> scsi-cd,drive=3Dcd"). >>>> >>>> Thanks, >>>> >>>> Paolo >>> >>> Thanks for the help. Unfortunately trying to boot from the install CD l= eads to the INACCESSIBLE_BOOT_DEVICE error when using SCSI. >> >> Try with 0.12. >> >> Paolo > > I finally figured out why I was seeing the INACESSIBLE_BOOT_DEVICE error.= It was because of the qcow2 image format. As soon as I switched to the qco= w format, the error disappeared. That's weird. The image format is not guest visible. Probably you are hitting some sort of timing issue. --=20 Regards, Artyom Tarasenko SPARC and PPC PReP under qemu blog: http://tyom.blogspot.com/search/label/q= emu