* [Qemu-devel] Trying to run Windows XP Pro
@ 2004-05-31 10:18 Antony T Curtis
2004-05-31 10:42 ` Sebastien Bechet
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: Antony T Curtis @ 2004-05-31 10:18 UTC (permalink / raw)
To: qemu-devel
Ok, a bit of background... I am running QEMU on FreeBSD, and I have
patched it so that it can use devices.
I have made the cow image by the following command
$ qemu-mkcow -f /dev/ad0 ad0.cow
And then booting the hard drive with
$ qemu -pci -hdachs 58140,16,63 ad0.cow
I boot the WinXP partition choosing Safe Mode Command prompt boot and it
proceeds to boot until it loads the agp440.sys driver, where it halts at
EIP=804e945e (which is a 0xeb 0xfe , jmp $-2 infinite loop)
Has anyone got any further than that?
--
Antony T Curtis <antony.t.curtis@ntlworld.com>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Qemu-devel] Trying to run Windows XP Pro
2004-05-31 10:18 [Qemu-devel] Trying to run Windows XP Pro Antony T Curtis
@ 2004-05-31 10:42 ` Sebastien Bechet
2004-05-31 11:47 ` Hetz Ben Hamo
2004-06-15 12:27 ` Sebastien Bechet
2 siblings, 0 replies; 11+ messages in thread
From: Sebastien Bechet @ 2004-05-31 10:42 UTC (permalink / raw)
To: qemu-devel
Le lun 31/05/2004 à 12:18, Antony T Curtis a écrit :
> I boot the WinXP partition choosing Safe Mode Command prompt boot and it
> proceeds to boot until it loads the agp440.sys driver, where it halts at
> EIP=804e945e (which is a 0xeb 0xfe , jmp $-2 infinite loop)
Could you try again removing agp440.sys driver first in
ControlPanel/Services or directly in HKLM ? Dono if it come from
agp440.sys or the next driver. i have the same problem but not time to
test it for now.
I'm looking for tools to directly modify file registry without booting
windows. Especialy to modify hardware configuration...
Thank you.
--
Sebastien Bechet <s.bechet@av7.net>
av7.net
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Qemu-devel] Trying to run Windows XP Pro
2004-05-31 10:18 [Qemu-devel] Trying to run Windows XP Pro Antony T Curtis
2004-05-31 10:42 ` Sebastien Bechet
@ 2004-05-31 11:47 ` Hetz Ben Hamo
2004-05-31 11:24 ` Sebastien Bechet
2004-05-31 12:29 ` Antony T Curtis
2004-06-15 12:27 ` Sebastien Bechet
2 siblings, 2 replies; 11+ messages in thread
From: Hetz Ben Hamo @ 2004-05-31 11:47 UTC (permalink / raw)
To: qemu-devel
> And then booting the hard drive with
> $ qemu -pci -hdachs 58140,16,63 ad0.cow
Reboot without the -pci
PCI support at the moment is quite experimental and crashes all win32
based OS's (2K, XP, 2003, Longhorn)
Hetz
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Qemu-devel] Trying to run Windows XP Pro
2004-05-31 11:47 ` Hetz Ben Hamo
@ 2004-05-31 11:24 ` Sebastien Bechet
2004-05-31 12:29 ` Antony T Curtis
1 sibling, 0 replies; 11+ messages in thread
From: Sebastien Bechet @ 2004-05-31 11:24 UTC (permalink / raw)
To: qemu-devel
31/05/2004@13:47, Hetz Ben Hamo wrote :
> Reboot without the -pci
I have done this test before PCI integration. It is another problem.
--
Sebastien Bechet <s.bechet@av7.net>
av7.net
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Qemu-devel] Trying to run Windows XP Pro
2004-05-31 11:47 ` Hetz Ben Hamo
2004-05-31 11:24 ` Sebastien Bechet
@ 2004-05-31 12:29 ` Antony T Curtis
2004-05-31 12:38 ` Bartosz Fabianowski
1 sibling, 1 reply; 11+ messages in thread
From: Antony T Curtis @ 2004-05-31 12:29 UTC (permalink / raw)
To: qemu-devel
On Mon, 2004-05-31 at 12:47, Hetz Ben Hamo wrote:
> > And then booting the hard drive with
> > $ qemu -pci -hdachs 58140,16,63 ad0.cow
>
> Reboot without the -pci
> PCI support at the moment is quite experimental and crashes all win32
> based OS's (2K, XP, 2003, Longhorn)
Even without the -pci option, it halts at the same point.
--
Antony T Curtis <antony.t.curtis@ntlworld.com>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Qemu-devel] Trying to run Windows XP Pro
2004-05-31 10:18 [Qemu-devel] Trying to run Windows XP Pro Antony T Curtis
2004-05-31 10:42 ` Sebastien Bechet
2004-05-31 11:47 ` Hetz Ben Hamo
@ 2004-06-15 12:27 ` Sebastien Bechet
2004-06-15 21:26 ` Antony T Curtis
2 siblings, 1 reply; 11+ messages in thread
From: Sebastien Bechet @ 2004-06-15 12:27 UTC (permalink / raw)
To: qemu-devel
Hello,
Le lun 31/05/2004 à 12:18, Antony T Curtis a écrit :
> I boot the WinXP partition choosing Safe Mode Command prompt boot and it
> proceeds to boot until it loads the agp440.sys driver, where it halts at
> EIP=804e945e (which is a 0xeb 0xfe , jmp $-2 infinite loop)
This is not agp440.sys, it can be disabled using Recovery Console but
qemu (and qemu console) continue to hang.
how to do that :
listsvc # list of drivers loaded on startup
disable agp440 # disable AGP440
exit # reboot
In another idea, i tried to convert W2K qemu default isa install to qemu
w/ pci enabling plugplay, PCI and PCIIde drivers : but ... not working
maybe I forget to enable something ?
Bye.
--
Sebastien Bechet <s.bechet@av7.net>
av7.net
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Qemu-devel] Trying to run Windows XP Pro
2004-06-15 12:27 ` Sebastien Bechet
@ 2004-06-15 21:26 ` Antony T Curtis
2004-06-16 4:00 ` [OT] " Alexander E. Patrakov
2004-06-16 8:05 ` Jean-Michel POURE
0 siblings, 2 replies; 11+ messages in thread
From: Antony T Curtis @ 2004-06-15 21:26 UTC (permalink / raw)
To: qemu-devel
On Tue, 2004-06-15 at 13:27, Sebastien Bechet wrote:
> Hello,
>
> Le lun 31/05/2004 à 12:18, Antony T Curtis a écrit :
> > I boot the WinXP partition choosing Safe Mode Command prompt boot and it
> > proceeds to boot until it loads the agp440.sys driver, where it halts at
> > EIP=804e945e (which is a 0xeb 0xfe , jmp $-2 infinite loop)
>
> This is not agp440.sys, it can be disabled using Recovery Console but
> qemu (and qemu console) continue to hang.
>
> how to do that :
> listsvc # list of drivers loaded on startup
> disable agp440 # disable AGP440
> exit # reboot
Curiously enough... I have successfully installed XP Pro under QEMU...
But I cannot boot my existing WinXP Partition. Maybe it's the driver
which loads after the agp440 driver?
> In another idea, i tried to convert W2K qemu default isa install to qemu
> w/ pci enabling plugplay, PCI and PCIIde drivers : but ... not working
> maybe I forget to enable something ?
I am going to try the 'turtle' interpreter emulator - since it is also
reportedly capable of booting OS/2 now... There must be some aspect of
the current translator which is incomplete which affects these things.
--
Antony T Curtis <antony.t.curtis@ntlworld.com>
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2004-06-16 8:06 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-31 10:18 [Qemu-devel] Trying to run Windows XP Pro Antony T Curtis
2004-05-31 10:42 ` Sebastien Bechet
2004-05-31 11:47 ` Hetz Ben Hamo
2004-05-31 11:24 ` Sebastien Bechet
2004-05-31 12:29 ` Antony T Curtis
2004-05-31 12:38 ` Bartosz Fabianowski
2004-05-31 13:23 ` Antony T Curtis
2004-06-15 12:27 ` Sebastien Bechet
2004-06-15 21:26 ` Antony T Curtis
2004-06-16 4:00 ` [OT] " Alexander E. Patrakov
2004-06-16 8:05 ` Jean-Michel POURE
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).