qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: John Snow <jsnow@redhat.com>
To: Programmingkid <programmingkidx@gmail.com>,
	Artyom Tarasenko <atar4qemu@gmail.com>
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
	"Hervé Poussineau" <hpoussin@reactos.org>,
	"qemu-devel@nongnu.org qemu-devel" <qemu-devel@nongnu.org>,
	"Eduardo Habkost" <ehabkost@redhat.com>,
	"Richard Henderson" <rth@twiddle.net>
Subject: Re: [Qemu-devel] Help with Windows NT 4.0
Date: Fri, 18 Aug 2017 15:23:06 -0400	[thread overview]
Message-ID: <8d1c9c3b-2180-8c6e-a8e5-79e9c4afd8d4@redhat.com> (raw)
In-Reply-To: <5ABAF863-78A7-4D17-A519-D823CF2E9135@gmail.com>



On 08/18/2017 09:36 AM, Programmingkid wrote:
> 
>> On Aug 18, 2017, at 4:46 AM, Artyom Tarasenko <atar4qemu@gmail.com> wrote:
>>
>> On Fri, Aug 18, 2017 at 6:31 AM, Programmingkid
>> <programmingkidx@gmail.com> wrote:
>>>
>>>> On Aug 15, 2017, at 6:27 PM, Paolo Bonzini <pbonzini@redhat.com> wrote:
>>>>
>>>> On 15/08/2017 20:46, Programmingkid wrote:
>>>>>
>>>>>> On Aug 14, 2017, at 2:51 AM, Paolo Bonzini <pbonzini@redhat.com> 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é is probably the best person to answer this question.  Maybe try
>>>>>> installing it with SCSI disks ("-drive if=scsi,id=hd,file=... -drive
>>>>>> if=scsi,id=cd,file=... -device lsi -device scsi-hd,drive=hd -device
>>>>>> scsi-cd,drive=cd").
>>>>>>
>>>>>> Thanks,
>>>>>>
>>>>>> Paolo
>>>>>
>>>>> Thanks for the help. Unfortunately trying to boot from the install CD leads 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 qcow format, the error disappeared.
>>
>> That's weird. The image format is not guest visible. Probably you are
>> hitting some sort of timing issue.
>>
>>
>> -- 
>> Regards,
>> Artyom Tarasenko
>>
>> SPARC and PPC PReP under qemu blog: http://tyom.blogspot.com/search/label/qemu
> 
> I'm not sure how timing is involved but I'm pretty sure I've heard about guests having problems with the qcow2 format in the past. 
> 

If the qcow2 driver in QEMU is written correctly, it should be 100%
invisible to guests. There should be no actual way to determine in any
way that qcow2 is being used.

Either the qcow2 driver is broken (unlikely), or the way in which the
qcow2 driver is written is exposing race conditions or other timing
problems in either the qcow2 driver, the guest, or both.

The odds of this being a "qcow2 problem" are pretty slim.

--js

  reply	other threads:[~2017-08-18 19:23 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-13 19:13 [Qemu-devel] Help with Windows NT 4.0 Programmingkid
2017-08-14  6:51 ` Paolo Bonzini
2017-08-14  7:18   ` Mark Cave-Ayland
2017-08-15 19:26     ` Programmingkid
2017-08-22 15:19     ` Programmingkid
2017-08-15 18:46   ` Programmingkid
2017-08-15 22:27     ` Paolo Bonzini
2017-08-16 16:32       ` G 3
2017-08-16 23:19       ` G 3
2017-08-18  4:31       ` Programmingkid
2017-08-18  8:46         ` Artyom Tarasenko
2017-08-18 13:36           ` Programmingkid
2017-08-18 19:23             ` John Snow [this message]
2017-08-18 19:48               ` Programmingkid

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8d1c9c3b-2180-8c6e-a8e5-79e9c4afd8d4@redhat.com \
    --to=jsnow@redhat.com \
    --cc=atar4qemu@gmail.com \
    --cc=ehabkost@redhat.com \
    --cc=hpoussin@reactos.org \
    --cc=pbonzini@redhat.com \
    --cc=programmingkidx@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).