* [Qemu-devel] Windows NT 4 Server cannot install in QEMU 0.6.0
@ 2004-11-04 1:10 Mike Swanson
2004-11-04 3:50 ` [Qemu-devel] " Ben Pfaff
0 siblings, 1 reply; 9+ messages in thread
From: Mike Swanson @ 2004-11-04 1:10 UTC (permalink / raw)
To: qemu-devel
I tried installing it, but the problem that I encounter is that NT
cannot find a hard disk. If there's a way to find out more information
"behind the scenes", I'll be happy to help so tell me. :)
Bye,
MIke
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Qemu-devel] Re: Windows NT 4 Server cannot install in QEMU 0.6.0
2004-11-04 1:10 [Qemu-devel] Windows NT 4 Server cannot install in QEMU 0.6.0 Mike Swanson
@ 2004-11-04 3:50 ` Ben Pfaff
2004-11-04 4:00 ` Mike Swanson
0 siblings, 1 reply; 9+ messages in thread
From: Ben Pfaff @ 2004-11-04 3:50 UTC (permalink / raw)
To: qemu-devel
Mike Swanson <mikeonthecomputer@gmail.com> writes:
> I tried installing it, but the problem that I encounter is that NT
> cannot find a hard disk. If there's a way to find out more information
> "behind the scenes", I'll be happy to help so tell me. :)
I posted patches some time ago that fix this. They have made it
into the CVS version I believe, so upgrading would probably make
all well.
--
"The road to hell is paved with convenient shortcuts."
--Peter da Silva
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Re: Windows NT 4 Server cannot install in QEMU 0.6.0
2004-11-04 3:50 ` [Qemu-devel] " Ben Pfaff
@ 2004-11-04 4:00 ` Mike Swanson
2004-11-04 4:38 ` Mike Swanson
0 siblings, 1 reply; 9+ messages in thread
From: Mike Swanson @ 2004-11-04 4:00 UTC (permalink / raw)
To: blp, qemu-devel
Thank you. I'll try the CVS version.
On Wed, 03 Nov 2004 19:50:51 -0800, Ben Pfaff <blp@cs.stanford.edu> wrote:
> Mike Swanson <mikeonthecomputer@gmail.com> writes:
>
>
>
> > I tried installing it, but the problem that I encounter is that NT
> > cannot find a hard disk. If there's a way to find out more information
> > "behind the scenes", I'll be happy to help so tell me. :)
>
> I posted patches some time ago that fix this. They have made it
> into the CVS version I believe, so upgrading would probably make
> all well.
> --
> "The road to hell is paved with convenient shortcuts."
> --Peter da Silva
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Re: Windows NT 4 Server cannot install in QEMU 0.6.0
2004-11-04 4:00 ` Mike Swanson
@ 2004-11-04 4:38 ` Mike Swanson
2004-11-04 4:45 ` Ben Pfaff
0 siblings, 1 reply; 9+ messages in thread
From: Mike Swanson @ 2004-11-04 4:38 UTC (permalink / raw)
To: blp, qemu-devel
It's not working... I didn't apply the patch file since WinNT4 seemed
to start installing fine (eg, detected the hard disk). But after the
first reboot, there is this error message:
Disk I/O Error: Status = 00000C00
NTLDR: Fatal Error 3072 reading BOOT.INI
Should I still install the patch available here?
http://www.dad-answers.com/qemu/patches/NT-4.0-support/
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Qemu-devel] Re: Windows NT 4 Server cannot install in QEMU 0.6.0
2004-11-04 4:38 ` Mike Swanson
@ 2004-11-04 4:45 ` Ben Pfaff
2004-11-04 8:46 ` Mike Swanson
0 siblings, 1 reply; 9+ messages in thread
From: Ben Pfaff @ 2004-11-04 4:45 UTC (permalink / raw)
To: qemu-devel
Mike Swanson <mikeonthecomputer@gmail.com> writes:
> Should I still install the patch available here?
> http://www.dad-answers.com/qemu/patches/NT-4.0-support/
I suspect that those are the patches that I wrote for NT4. If so
I believe that they are already applied in CVS.
I'm afraid I don't have time or the inclination to try debugging
qemu at the moment, so I can't provide further guidance.
--
Ben Pfaff
email: blp@cs.stanford.edu
web: http://benpfaff.org
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Re: Windows NT 4 Server cannot install in QEMU 0.6.0
2004-11-04 4:45 ` Ben Pfaff
@ 2004-11-04 8:46 ` Mike Swanson
2004-11-04 9:27 ` Sebastien Bechet
2004-11-04 16:40 ` Ben Pfaff
0 siblings, 2 replies; 9+ messages in thread
From: Mike Swanson @ 2004-11-04 8:46 UTC (permalink / raw)
To: blp, qemu-devel
Actually.. I found a work a round to that problem. Apparently, it only
happens when you select the partition to be formatted as NTFS during
setup. The problem does not arise when selecting FAT.
On Wed, 03 Nov 2004 20:45:45 -0800, Ben Pfaff <blp@cs.stanford.edu> wrote:
> Mike Swanson <mikeonthecomputer@gmail.com> writes:
>
> > Should I still install the patch available here?
> > http://www.dad-answers.com/qemu/patches/NT-4.0-support/
>
> I suspect that those are the patches that I wrote for NT4. If so
> I believe that they are already applied in CVS.
>
> I'm afraid I don't have time or the inclination to try debugging
> qemu at the moment, so I can't provide further guidance.
> --
> Ben Pfaff
> email: blp@cs.stanford.edu
> web: http://benpfaff.org
>
> _______________________________________________
>
>
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Re: Windows NT 4 Server cannot install in QEMU 0.6.0
2004-11-04 8:46 ` Mike Swanson
@ 2004-11-04 9:27 ` Sebastien Bechet
2004-11-04 16:40 ` Ben Pfaff
1 sibling, 0 replies; 9+ messages in thread
From: Sebastien Bechet @ 2004-11-04 9:27 UTC (permalink / raw)
To: Mike Swanson, qemu-devel
Le jeu 04/11/2004 à 09:46, Mike Swanson a écrit :
> Actually.. I found a work a round to that problem. Apparently, it only
> happens when you select the partition to be formatted as NTFS during
> setup. The problem does not arise when selecting FAT.
Interesting,
There is many people with this problem since Ben NT patch fix :
http://savannah.nongnu.org/cgi-bin/viewcvs/qemu/qemu/hw/ide.c.diff?r1=1.26&r2=1.27
I tried (and others) successfully for w2k removing CVS line 1875 in
ide.c. Maybe you can try it with windows NT/NTFS and give us the result
here ?
Bye.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Re: Windows NT 4 Server cannot install in QEMU 0.6.0
2004-11-04 8:46 ` Mike Swanson
2004-11-04 9:27 ` Sebastien Bechet
@ 2004-11-04 16:40 ` Ben Pfaff
1 sibling, 0 replies; 9+ messages in thread
From: Ben Pfaff @ 2004-11-04 16:40 UTC (permalink / raw)
To: Mike Swanson; +Cc: qemu-devel
Mike Swanson <mikeonthecomputer@gmail.com> writes:
> Actually.. I found a work a round to that problem. Apparently, it only
> happens when you select the partition to be formatted as NTFS during
> setup. The problem does not arise when selecting FAT.
Huh. I'll keep that in mind for the next time I try out qemu
with NT4. Thanks for the tip.
--
Ben Pfaff
email: blp@cs.stanford.edu
web: http://benpfaff.org
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Re: Windows NT 4 Server cannot install in QEMU 0.6.0
@ 2004-11-05 0:07 Mark Scrivener
0 siblings, 0 replies; 9+ messages in thread
From: Mark Scrivener @ 2004-11-05 0:07 UTC (permalink / raw)
To: qemu-devel
>Le jeu 04/11/2004 à 09:46, Mike Swanson a écrit :
>>Actually.. I found a work a round to that problem. Apparently, it only
>>happens when you select the partition to be formatted as NTFS during
>>setup. The problem does not arise when selecting FAT.
>
>Interesting,
>
>There is many people with this problem since Ben NT patch fix :
>http://savannah.nongnu.org/cgi-bin/viewcvs/qemu/qemu/hw/ide.c.diff?r1=1.26&r2=1.27
>
>I tried (and others) successfully for w2k removing CVS line 1875 in
>ide.c. Maybe you can try it with windows NT/NTFS and give us the result
>here ?
>
>Bye.
I use QEMU primarily to run Windows NT under Windows 2K. I believe Ben's NT
patch was included in CVS as of 2004-10-09. I always select NTFS when
installing Windows NT. I found that the -hdachs parameter is required to run
QEMU after Windows NT has been installed. For a 1GB image I use "-hdachs
2031,16,63" and for a 2GB image I use "-hdachs 4063,16,63".
/Mark
_________________________________________________________________
Discover how everyone & everything in our world's connected:
http://www.onebigvillage.com.au?&obv1=hotmail
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2004-11-05 0:17 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-04 1:10 [Qemu-devel] Windows NT 4 Server cannot install in QEMU 0.6.0 Mike Swanson
2004-11-04 3:50 ` [Qemu-devel] " Ben Pfaff
2004-11-04 4:00 ` Mike Swanson
2004-11-04 4:38 ` Mike Swanson
2004-11-04 4:45 ` Ben Pfaff
2004-11-04 8:46 ` Mike Swanson
2004-11-04 9:27 ` Sebastien Bechet
2004-11-04 16:40 ` Ben Pfaff
-- strict thread matches above, loose matches on Subject: below --
2004-11-05 0:07 Mark Scrivener
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).