qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Help with Windows NT 4.0


From: John Snow
Subject: Re: [Qemu-devel] Help with Windows NT 4.0
Date: Fri, 18 Aug 2017 15:23:06 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1


On 08/18/2017 09:36 AM, Programmingkid wrote:
> 
>> On Aug 18, 2017, at 4:46 AM, Artyom Tarasenko <address@hidden> wrote:
>>
>> On Fri, Aug 18, 2017 at 6:31 AM, Programmingkid
>> <address@hidden> wrote:
>>>
>>>> On Aug 15, 2017, at 6:27 PM, Paolo Bonzini <address@hidden> wrote:
>>>>
>>>> On 15/08/2017 20:46, Programmingkid wrote:
>>>>>
>>>>>> On Aug 14, 2017, at 2:51 AM, Paolo Bonzini <address@hidden> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]