All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1091115] [NEW] qemu-1.3.0 crashes when installing windows xp
@ 2012-12-17  8:18 LazySid
  2012-12-24  9:48 ` 楼正伟
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: LazySid @ 2012-12-17  8:18 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

These are the commands:
$git checkout v1.3.0
$./configure --prefix=/home/user/tmp --target-list=i386-softmmu --enable-sdl --disable-curses --disable-vnc --enable-kvm --disable-docs
$make
$make install
In /home/user/tmp directory:
$./bin/qemu-img create imgs/winxp.img 4G
$./bin/qemu-system-i386 imgs/winxp.img -cdrom ~/Downloads/zh-hans_windows_xp_professional_with_service_pack_3_x86_cd_x14-80404.iso

then it show a bluescreen after a few seconds.
See the attachment for more information, please.

It works well when checking out v1.2.0.

** Affects: qemu
     Importance: Undecided
         Status: New

** Attachment added: "winxp bluescreen shot"
   https://bugs.launchpad.net/bugs/1091115/+attachment/3461810/+files/bluescreen.jpg

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1091115

Title:
  qemu-1.3.0 crashes when installing windows xp

Status in QEMU:
  New

Bug description:
  These are the commands:
  $git checkout v1.3.0
  $./configure --prefix=/home/user/tmp --target-list=i386-softmmu --enable-sdl --disable-curses --disable-vnc --enable-kvm --disable-docs
  $make
  $make install
  In /home/user/tmp directory:
  $./bin/qemu-img create imgs/winxp.img 4G
  $./bin/qemu-system-i386 imgs/winxp.img -cdrom ~/Downloads/zh-hans_windows_xp_professional_with_service_pack_3_x86_cd_x14-80404.iso

  then it show a bluescreen after a few seconds.
  See the attachment for more information, please.

  It works well when checking out v1.2.0.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1091115/+subscriptions

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Qemu-devel] [Bug 1091115] [NEW] qemu-1.3.0 crashes when installing windows xp
  2012-12-17  8:18 [Qemu-devel] [Bug 1091115] [NEW] qemu-1.3.0 crashes when installing windows xp LazySid
@ 2012-12-24  9:48 ` 楼正伟
  2012-12-24  9:58   ` Konrad Frederic
  2012-12-24 15:22   ` Alexandre DERUMIER
  2013-01-17 14:12 ` [Qemu-devel] [Bug 1091115] " Sven
                   ` (4 subsequent siblings)
  5 siblings, 2 replies; 9+ messages in thread
From: 楼正伟 @ 2012-12-24  9:48 UTC (permalink / raw)
  To: lazysid; +Cc: qemu-devel

2012/12/17 LazySid <LazySid@126.com>:
> Bug description:
>   These are the commands:
>   $git checkout v1.3.0
>   $./configure --prefix=/home/user/tmp --target-list=i386-softmmu --enable-sdl --disable-curses --disable-vnc --enable-kvm --disable-docs
>   $make
>   $make install
>   In /home/user/tmp directory:
>   $./bin/qemu-img create imgs/winxp.img 4G
>   $./bin/qemu-system-i386 imgs/winxp.img -cdrom ~/Downloads/zh-hans_windows_xp_professional_with_service_pack_3_x86_cd_x14-80404.iso
>
>   then it show a bluescreen after a few seconds.
>   See the attachment for more information, please.
>
>   It works well when checking out v1.2.0.
>

I met the same problem when creating winxp guest by using
qemu-system-x86_64 in qemu-1.3.0.
I'm confused.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Qemu-devel] [Bug 1091115] [NEW] qemu-1.3.0 crashes when installing windows xp
  2012-12-24  9:48 ` 楼正伟
@ 2012-12-24  9:58   ` Konrad Frederic
  2012-12-24 15:22   ` Alexandre DERUMIER
  1 sibling, 0 replies; 9+ messages in thread
From: Konrad Frederic @ 2012-12-24  9:58 UTC (permalink / raw)
  To: 楼正伟; +Cc: lazysid, qemu-devel

On 24/12/2012 10:48, 楼正伟 wrote:
> 2012/12/17 LazySid<LazySid@126.com>:
>> Bug description:
>>    These are the commands:
>>    $git checkout v1.3.0
>>    $./configure --prefix=/home/user/tmp --target-list=i386-softmmu --enable-sdl --disable-curses --disable-vnc --enable-kvm --disable-docs
>>    $make
>>    $make install
>>    In /home/user/tmp directory:
>>    $./bin/qemu-img create imgs/winxp.img 4G
>>    $./bin/qemu-system-i386 imgs/winxp.img -cdrom ~/Downloads/zh-hans_windows_xp_professional_with_service_pack_3_x86_cd_x14-80404.iso
>>
>>    then it show a bluescreen after a few seconds.
>>    See the attachment for more information, please.
>>
>>    It works well when checking out v1.2.0.
>>
> I met the same problem when creating winxp guest by using
> qemu-system-x86_64 in qemu-1.3.0.
> I'm confused.
>

Hi,

Does that help : qemu-system-x86_64 -no-acpi ... ?

Fred

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Qemu-devel] [Bug 1091115] [NEW] qemu-1.3.0 crashes when installing windows xp
  2012-12-24  9:48 ` 楼正伟
  2012-12-24  9:58   ` Konrad Frederic
@ 2012-12-24 15:22   ` Alexandre DERUMIER
  1 sibling, 0 replies; 9+ messages in thread
From: Alexandre DERUMIER @ 2012-12-24 15:22 UTC (permalink / raw)
  To: 楼正伟; +Cc: lazysid, qemu-devel

Hi, I have had the same problem with stable qemu 1.3.

It's was an acpi problem with seabios.

this commit fix it

http://git.qemu.org/?p=qemu.git;a=commit;h=ff1562908d1da12362aa9e3f3bfc7ba0da8114a4


----- Mail original -----

De: "楼正伟" <lzw19860818@gmail.com>
À: lazysid@126.com
Cc: qemu-devel@nongnu.org
Envoyé: Lundi 24 Décembre 2012 10:48:21
Objet: Re: [Qemu-devel] [Bug 1091115] [NEW] qemu-1.3.0 crashes when installing windows xp

2012/12/17 LazySid <LazySid@126.com>:
> Bug description:
> These are the commands:
> $git checkout v1.3.0
> $./configure --prefix=/home/user/tmp --target-list=i386-softmmu --enable-sdl --disable-curses --disable-vnc --enable-kvm --disable-docs
> $make
> $make install
> In /home/user/tmp directory:
> $./bin/qemu-img create imgs/winxp.img 4G
> $./bin/qemu-system-i386 imgs/winxp.img -cdrom ~/Downloads/zh-hans_windows_xp_professional_with_service_pack_3_x86_cd_x14-80404.iso
>
> then it show a bluescreen after a few seconds.
> See the attachment for more information, please.
>
> It works well when checking out v1.2.0.
>

I met the same problem when creating winxp guest by using
qemu-system-x86_64 in qemu-1.3.0.
I'm confused.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Qemu-devel] [Bug 1091115] Re: qemu-1.3.0 crashes when installing windows xp
  2012-12-17  8:18 [Qemu-devel] [Bug 1091115] [NEW] qemu-1.3.0 crashes when installing windows xp LazySid
  2012-12-24  9:48 ` 楼正伟
@ 2013-01-17 14:12 ` Sven
  2013-01-17 19:16 ` [Qemu-devel] [Bug 1091115] Re: windowsXP install in qemu-system-i386 1.3.0 ends with a BSOD 0x7E in acpi.sys Michael Tokarev
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Sven @ 2013-01-17 14:12 UTC (permalink / raw)
  To: qemu-devel

Same as Bug 1096712 I reported

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1091115

Title:
  qemu-1.3.0 crashes when installing windows xp

Status in QEMU:
  New

Bug description:
  These are the commands:
  $git checkout v1.3.0
  $./configure --prefix=/home/user/tmp --target-list=i386-softmmu --enable-sdl --disable-curses --disable-vnc --enable-kvm --disable-docs
  $make
  $make install
  In /home/user/tmp directory:
  $./bin/qemu-img create imgs/winxp.img 4G
  $./bin/qemu-system-i386 imgs/winxp.img -cdrom ~/Downloads/zh-hans_windows_xp_professional_with_service_pack_3_x86_cd_x14-80404.iso

  then it show a bluescreen after a few seconds.
  See the attachment for more information, please.

  It works well when checking out v1.2.0.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1091115/+subscriptions

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Qemu-devel] [Bug 1091115] Re: windowsXP install in qemu-system-i386 1.3.0 ends with a BSOD 0x7E in acpi.sys
  2012-12-17  8:18 [Qemu-devel] [Bug 1091115] [NEW] qemu-1.3.0 crashes when installing windows xp LazySid
  2012-12-24  9:48 ` 楼正伟
  2013-01-17 14:12 ` [Qemu-devel] [Bug 1091115] " Sven
@ 2013-01-17 19:16 ` Michael Tokarev
  2013-01-17 19:33 ` Michael Tokarev
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Michael Tokarev @ 2013-01-17 19:16 UTC (permalink / raw)
  To: qemu-devel

** Summary changed:

- qemu-1.3.0 crashes when installing windows xp
+ windowsXP install in qemu-system-i386 1.3.0 ends with a BSOD 0x7E in acpi.sys

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1091115

Title:
  windowsXP install in qemu-system-i386 1.3.0 ends with a BSOD 0x7E in
  acpi.sys

Status in QEMU:
  New

Bug description:
  These are the commands:
  $git checkout v1.3.0
  $./configure --prefix=/home/user/tmp --target-list=i386-softmmu --enable-sdl --disable-curses --disable-vnc --enable-kvm --disable-docs
  $make
  $make install
  In /home/user/tmp directory:
  $./bin/qemu-img create imgs/winxp.img 4G
  $./bin/qemu-system-i386 imgs/winxp.img -cdrom ~/Downloads/zh-hans_windows_xp_professional_with_service_pack_3_x86_cd_x14-80404.iso

  then it show a bluescreen after a few seconds.
  See the attachment for more information, please.

  It works well when checking out v1.2.0.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1091115/+subscriptions

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Qemu-devel] [Bug 1091115] Re: windowsXP install in qemu-system-i386 1.3.0 ends with a BSOD 0x7E in acpi.sys
  2012-12-17  8:18 [Qemu-devel] [Bug 1091115] [NEW] qemu-1.3.0 crashes when installing windows xp LazySid
                   ` (2 preceding siblings ...)
  2013-01-17 19:16 ` [Qemu-devel] [Bug 1091115] Re: windowsXP install in qemu-system-i386 1.3.0 ends with a BSOD 0x7E in acpi.sys Michael Tokarev
@ 2013-01-17 19:33 ` Michael Tokarev
  2013-01-18 14:07 ` Eduard DRUSA
  2016-06-27 20:55 ` T. Huth
  5 siblings, 0 replies; 9+ messages in thread
From: Michael Tokarev @ 2013-01-17 19:33 UTC (permalink / raw)
  To: qemu-devel

It is most likely the seabios bits missing in 1.3.0, namely this change:

http://git.qemu.org/?p=seabios.git;a=commitdiff;h=f64a472a481784231fbf8541825501df411b11d1

You may try this bios file:

 http://git.qemu.org/?p=qemu.git;a=blob;f=pc-
bios/bios.bin;h=3910875311ceaed814f902e9e4e7e29cdf340fc6

at least it works for me on top of 1.3.0 version, and 1.3.0 without
updated bios behaves like you describe.  So I'm marking this as "fix
comitted" for now, waiting for 1.3.1 release...

** Changed in: qemu
       Status: New => Confirmed

** Changed in: qemu
       Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1091115

Title:
  windowsXP install in qemu-system-i386 1.3.0 ends with a BSOD 0x7E in
  acpi.sys

Status in QEMU:
  Fix Committed

Bug description:
  These are the commands:
  $git checkout v1.3.0
  $./configure --prefix=/home/user/tmp --target-list=i386-softmmu --enable-sdl --disable-curses --disable-vnc --enable-kvm --disable-docs
  $make
  $make install
  In /home/user/tmp directory:
  $./bin/qemu-img create imgs/winxp.img 4G
  $./bin/qemu-system-i386 imgs/winxp.img -cdrom ~/Downloads/zh-hans_windows_xp_professional_with_service_pack_3_x86_cd_x14-80404.iso

  then it show a bluescreen after a few seconds.
  See the attachment for more information, please.

  It works well when checking out v1.2.0.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1091115/+subscriptions

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Qemu-devel] [Bug 1091115] Re: windowsXP install in qemu-system-i386 1.3.0 ends with a BSOD 0x7E in acpi.sys
  2012-12-17  8:18 [Qemu-devel] [Bug 1091115] [NEW] qemu-1.3.0 crashes when installing windows xp LazySid
                   ` (3 preceding siblings ...)
  2013-01-17 19:33 ` Michael Tokarev
@ 2013-01-18 14:07 ` Eduard DRUSA
  2016-06-27 20:55 ` T. Huth
  5 siblings, 0 replies; 9+ messages in thread
From: Eduard DRUSA @ 2013-01-18 14:07 UTC (permalink / raw)
  To: qemu-devel

Alternative BIOS works for me with both installed system and installer.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1091115

Title:
  windowsXP install in qemu-system-i386 1.3.0 ends with a BSOD 0x7E in
  acpi.sys

Status in QEMU:
  Fix Committed

Bug description:
  These are the commands:
  $git checkout v1.3.0
  $./configure --prefix=/home/user/tmp --target-list=i386-softmmu --enable-sdl --disable-curses --disable-vnc --enable-kvm --disable-docs
  $make
  $make install
  In /home/user/tmp directory:
  $./bin/qemu-img create imgs/winxp.img 4G
  $./bin/qemu-system-i386 imgs/winxp.img -cdrom ~/Downloads/zh-hans_windows_xp_professional_with_service_pack_3_x86_cd_x14-80404.iso

  then it show a bluescreen after a few seconds.
  See the attachment for more information, please.

  It works well when checking out v1.2.0.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1091115/+subscriptions

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Qemu-devel] [Bug 1091115] Re: windowsXP install in qemu-system-i386 1.3.0 ends with a BSOD 0x7E in acpi.sys
  2012-12-17  8:18 [Qemu-devel] [Bug 1091115] [NEW] qemu-1.3.0 crashes when installing windows xp LazySid
                   ` (4 preceding siblings ...)
  2013-01-18 14:07 ` Eduard DRUSA
@ 2016-06-27 20:55 ` T. Huth
  5 siblings, 0 replies; 9+ messages in thread
From: T. Huth @ 2016-06-27 20:55 UTC (permalink / raw)
  To: qemu-devel

Changing status to "Fix Released" since this should have been included
since a couple of releases now.

** Changed in: qemu
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1091115

Title:
  windowsXP install in qemu-system-i386 1.3.0 ends with a BSOD 0x7E in
  acpi.sys

Status in QEMU:
  Fix Released

Bug description:
  These are the commands:
  $git checkout v1.3.0
  $./configure --prefix=/home/user/tmp --target-list=i386-softmmu --enable-sdl --disable-curses --disable-vnc --enable-kvm --disable-docs
  $make
  $make install
  In /home/user/tmp directory:
  $./bin/qemu-img create imgs/winxp.img 4G
  $./bin/qemu-system-i386 imgs/winxp.img -cdrom ~/Downloads/zh-hans_windows_xp_professional_with_service_pack_3_x86_cd_x14-80404.iso

  then it show a bluescreen after a few seconds.
  See the attachment for more information, please.

  It works well when checking out v1.2.0.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1091115/+subscriptions

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-06-27 21:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-17  8:18 [Qemu-devel] [Bug 1091115] [NEW] qemu-1.3.0 crashes when installing windows xp LazySid
2012-12-24  9:48 ` 楼正伟
2012-12-24  9:58   ` Konrad Frederic
2012-12-24 15:22   ` Alexandre DERUMIER
2013-01-17 14:12 ` [Qemu-devel] [Bug 1091115] " Sven
2013-01-17 19:16 ` [Qemu-devel] [Bug 1091115] Re: windowsXP install in qemu-system-i386 1.3.0 ends with a BSOD 0x7E in acpi.sys Michael Tokarev
2013-01-17 19:33 ` Michael Tokarev
2013-01-18 14:07 ` Eduard DRUSA
2016-06-27 20:55 ` T. Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.