* kvm-40 and above: Win XP SP2 install crashes on AMD64 & 2.6.22.5-49
@ 2007-09-25 19:55 Klaus Kudielka
[not found] ` <20070925195518.GA6265-OaR9+9SMzBvsjPbl2Sz6imD2FQJk+8+b@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Klaus Kudielka @ 2007-09-25 19:55 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hello,
Starting with kvm-40, I am not able to install a Win XP SP2 guest any more.
I consistently get a BSOD somewhere in the 2nd stage install.
Sometimes it is IRQL_NOT_LESS_OR_EQUAL, otherwise STOP: 0x0000008E
or STOP: 0x0000000A
In most failure cases I also get a kernel message:
emulation failed (mmio) rip 426 c4 c4 00 00
The hardware is an AMD Athlon(tm) 64 Processor 3500+ with 3G of RAM.
The host is a FC6 installation with a pretty recent kernel (2.6.22.5-49)
I configured kvm only with --prefix=/opt/kvm
The command to run the installation was
/opt/kvm/bin/qemu-system-x86_64 -no-acpi -hda /dev/Guests/xp_kvm -m 1024 -net nic,mac=00:16:3e:11:80:49,model=rtl8139 -cdrom /d/3/oe1kib/img/windows_xp_sp2_en.iso -boot d
I always select the "Standard PC" HAL during install.
On kvm-39 & 36, the install completes fine. On kvm-40,41,43,44 it fails
with the symptoms described above. I have not tested others, but the
tendency seems clear.
[With -no-kvm, qemu-system-x86_64 does not crash the guest, but Win XP seems
to be "Installing Devices" for the rest of its life. The session is alive,
but no progress anymore. Likely a different problem]
Any idea? Or even a fix?
Regards, Klaus
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <20070925195518.GA6265-OaR9+9SMzBvsjPbl2Sz6imD2FQJk+8+b@public.gmane.org>]
* Re: kvm-40 and above: Win XP SP2 install crashes on AMD64 & 2.6.22.5-49 [not found] ` <20070925195518.GA6265-OaR9+9SMzBvsjPbl2Sz6imD2FQJk+8+b@public.gmane.org> @ 2007-09-26 9:02 ` Avi Kivity 2007-09-26 11:51 ` Izik Eidus 1 sibling, 0 replies; 4+ messages in thread From: Avi Kivity @ 2007-09-26 9:02 UTC (permalink / raw) To: Klaus Kudielka; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Klaus Kudielka wrote: > Hello, > > Starting with kvm-40, I am not able to install a Win XP SP2 guest any more. > I consistently get a BSOD somewhere in the 2nd stage install. > Sometimes it is IRQL_NOT_LESS_OR_EQUAL, otherwise STOP: 0x0000008E > or STOP: 0x0000000A > > In most failure cases I also get a kernel message: > emulation failed (mmio) rip 426 c4 c4 00 00 > > The hardware is an AMD Athlon(tm) 64 Processor 3500+ with 3G of RAM. > The host is a FC6 installation with a pretty recent kernel (2.6.22.5-49) > I configured kvm only with --prefix=/opt/kvm > The command to run the installation was > > /opt/kvm/bin/qemu-system-x86_64 -no-acpi -hda /dev/Guests/xp_kvm -m 1024 -net nic,mac=00:16:3e:11:80:49,model=rtl8139 -cdrom /d/3/oe1kib/img/windows_xp_sp2_en.iso -boot d > > I always select the "Standard PC" HAL during install. > > On kvm-39 & 36, the install completes fine. On kvm-40,41,43,44 it fails > with the symptoms described above. I have not tested others, but the > tendency seems clear. > > [With -no-kvm, qemu-system-x86_64 does not crash the guest, but Win XP seems > to be "Installing Devices" for the rest of its life. The session is alive, > but no progress anymore. Likely a different problem] > > Any idea? Or even a fix? > Can you do a bisect to find which commit caused the breakage? -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: kvm-40 and above: Win XP SP2 install crashes on AMD64 & 2.6.22.5-49 [not found] ` <20070925195518.GA6265-OaR9+9SMzBvsjPbl2Sz6imD2FQJk+8+b@public.gmane.org> 2007-09-26 9:02 ` Avi Kivity @ 2007-09-26 11:51 ` Izik Eidus [not found] ` <46FA47BE.9030200-atKUWr5tajBWk0Htik3J/w@public.gmane.org> 1 sibling, 1 reply; 4+ messages in thread From: Izik Eidus @ 2007-09-26 11:51 UTC (permalink / raw) To: Klaus Kudielka; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Klaus Kudielka wrote: > Hello, > > Starting with kvm-40, I am not able to install a Win XP SP2 guest any more. > I consistently get a BSOD somewhere in the 2nd stage install. > Sometimes it is IRQL_NOT_LESS_OR_EQUAL, otherwise STOP: 0x0000008E > or STOP: 0x0000000A > > can you try runing it with -no-kvm-irqchip, and report the results? ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <46FA47BE.9030200-atKUWr5tajBWk0Htik3J/w@public.gmane.org>]
* Re: kvm-40 and above: Win XP SP2 install crashes on AMD64 & 2.6.22.5-49 [not found] ` <46FA47BE.9030200-atKUWr5tajBWk0Htik3J/w@public.gmane.org> @ 2007-09-26 21:31 ` Klaus Kudielka 0 siblings, 0 replies; 4+ messages in thread From: Klaus Kudielka @ 2007-09-26 21:31 UTC (permalink / raw) To: Izik Eidus; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Wed, Sep 26, 2007 at 01:51:26PM +0200, Izik Eidus wrote: > can you try runing it with -no-kvm-irqchip, and report the results? pretty much the same. I tried -40 and -44 and they both fail with the same symptom described previously. Regards, Klaus ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-09-26 21:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-25 19:55 kvm-40 and above: Win XP SP2 install crashes on AMD64 & 2.6.22.5-49 Klaus Kudielka
[not found] ` <20070925195518.GA6265-OaR9+9SMzBvsjPbl2Sz6imD2FQJk+8+b@public.gmane.org>
2007-09-26 9:02 ` Avi Kivity
2007-09-26 11:51 ` Izik Eidus
[not found] ` <46FA47BE.9030200-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-09-26 21:31 ` Klaus Kudielka
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox