All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1591724] [NEW] Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF
@ 2016-06-12 16:47 Aleksei Kovura
  2016-06-12 20:28 ` [Qemu-devel] [Bug 1591724] " Laszlo Ersek
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Aleksei Kovura @ 2016-06-12 16:47 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

With Qemu 2.5.50 (compiled from git some time ago) I can boot Windows 7 x64 installation DVD as follows:
~/code/qemu-v2/bin/slic-v2/native/x86_64-softmmu/qemu-system-x86_64 \
    -machine type=pc,accel=kvm \
    -enable-kvm \
    -cpu host \
    -m 2048 \
    -vga cirrus \
    -boot d \
    -drive if=pflash,file=/vms/ovmf_x64_firstrun.bin,format=raw \
    -cdrom /vms/win7_sp1.iso \
    -monitor stdio

This bug suggests different vga options
https://bugs.launchpad.net/qemu/+bug/1581936. Here's the behaviours I'm
getting with 2.6.0:

std - "Starting Windows" with wavering flag hangs indefinitely
cirrus - at "Starting Windows" wasps of light freeze before assembling into a flag
qxl - "Starting Windows" with wavering flag hangs indefinitely
virtio - "Starting Windows" with wavering flag hangs indefinitely

** Affects: qemu
     Importance: Undecided
         Status: New

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

Title:
  Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF

Status in QEMU:
  New

Bug description:
  With Qemu 2.5.50 (compiled from git some time ago) I can boot Windows 7 x64 installation DVD as follows:
  ~/code/qemu-v2/bin/slic-v2/native/x86_64-softmmu/qemu-system-x86_64 \
      -machine type=pc,accel=kvm \
      -enable-kvm \
      -cpu host \
      -m 2048 \
      -vga cirrus \
      -boot d \
      -drive if=pflash,file=/vms/ovmf_x64_firstrun.bin,format=raw \
      -cdrom /vms/win7_sp1.iso \
      -monitor stdio

  This bug suggests different vga options
  https://bugs.launchpad.net/qemu/+bug/1581936. Here's the behaviours
  I'm getting with 2.6.0:

  std - "Starting Windows" with wavering flag hangs indefinitely
  cirrus - at "Starting Windows" wasps of light freeze before assembling into a flag
  qxl - "Starting Windows" with wavering flag hangs indefinitely
  virtio - "Starting Windows" with wavering flag hangs indefinitely

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

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

* [Qemu-devel] [Bug 1591724] Re: Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF
  2016-06-12 16:47 [Qemu-devel] [Bug 1591724] [NEW] Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF Aleksei Kovura
@ 2016-06-12 20:28 ` Laszlo Ersek
  2016-06-13  4:42 ` Aleksei Kovura
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Laszlo Ersek @ 2016-06-12 20:28 UTC (permalink / raw)
  To: qemu-devel

supposed to be fixed by
<http://git.qemu.org/?p=qemu.git;a=commit;h=94ef4f337fb614f18b765a8e0e878a4c23cdedcd>,
please confirm

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

Title:
  Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF

Status in QEMU:
  New

Bug description:
  With Qemu 2.5.50 (compiled from git some time ago) I can boot Windows 7 x64 installation DVD as follows:
  ~/code/qemu-v2/bin/slic-v2/native/x86_64-softmmu/qemu-system-x86_64 \
      -machine type=pc,accel=kvm \
      -enable-kvm \
      -cpu host \
      -m 2048 \
      -vga cirrus \
      -boot d \
      -drive if=pflash,file=/vms/ovmf_x64_firstrun.bin,format=raw \
      -cdrom /vms/win7_sp1.iso \
      -monitor stdio

  This bug suggests different vga options
  https://bugs.launchpad.net/qemu/+bug/1581936. Here's the behaviours
  I'm getting with 2.6.0:

  std - "Starting Windows" with wavering flag hangs indefinitely
  cirrus - at "Starting Windows" wasps of light freeze before assembling into a flag
  qxl - "Starting Windows" with wavering flag hangs indefinitely
  virtio - "Starting Windows" with wavering flag hangs indefinitely

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

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

* [Qemu-devel] [Bug 1591724] Re: Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF
  2016-06-12 16:47 [Qemu-devel] [Bug 1591724] [NEW] Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF Aleksei Kovura
  2016-06-12 20:28 ` [Qemu-devel] [Bug 1591724] " Laszlo Ersek
@ 2016-06-13  4:42 ` Aleksei Kovura
  2016-06-14 15:55 ` Laszlo Ersek (Red Hat)
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Aleksei Kovura @ 2016-06-13  4:42 UTC (permalink / raw)
  To: qemu-devel

Running on latest git code a93c1bdf0bd4689287094ddb2aae3dc907da3535, DVD
loads installation screen on everything except cirrus (same symptom). I
don't really need cirrus, but I can test patches if you want.

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

Title:
  Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF

Status in QEMU:
  New

Bug description:
  With Qemu 2.5.50 (compiled from git some time ago) I can boot Windows 7 x64 installation DVD as follows:
  ~/code/qemu-v2/bin/slic-v2/native/x86_64-softmmu/qemu-system-x86_64 \
      -machine type=pc,accel=kvm \
      -enable-kvm \
      -cpu host \
      -m 2048 \
      -vga cirrus \
      -boot d \
      -drive if=pflash,file=/vms/ovmf_x64_firstrun.bin,format=raw \
      -cdrom /vms/win7_sp1.iso \
      -monitor stdio

  This bug suggests different vga options
  https://bugs.launchpad.net/qemu/+bug/1581936. Here's the behaviours
  I'm getting with 2.6.0:

  std - "Starting Windows" with wavering flag hangs indefinitely
  cirrus - at "Starting Windows" wasps of light freeze before assembling into a flag
  qxl - "Starting Windows" with wavering flag hangs indefinitely
  virtio - "Starting Windows" with wavering flag hangs indefinitely

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

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

* [Qemu-devel] [Bug 1591724] Re: Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF
  2016-06-12 16:47 [Qemu-devel] [Bug 1591724] [NEW] Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF Aleksei Kovura
  2016-06-12 20:28 ` [Qemu-devel] [Bug 1591724] " Laszlo Ersek
  2016-06-13  4:42 ` Aleksei Kovura
@ 2016-06-14 15:55 ` Laszlo Ersek (Red Hat)
  2016-06-30 22:03 ` Gannet
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Laszlo Ersek (Red Hat) @ 2016-06-14 15:55 UTC (permalink / raw)
  To: qemu-devel

The following combination:

- OVMF without the SeaBIOS CSM ("pure EFI" in Gerd's RPMs)
- Cirrus video card
- Windows 7 installer in the guest

has never been supported. The VBE Shim in OVMF works on stdvga and QXL
only. This is documented; please refer to OvmfPkg/README, section "UEFI
Windows 7 & Windows 2008 Server".

According to your results, stuff works on latest QEMU, in all
configurations that are expected to be functional. Gerd CC'd qemu-
stable@nongnu.org on his patch referenced above, so I guess it will be
part of 2.6.1, whenever it is released. I'm closing this with fix
committed. Thanks.

** Changed in: qemu
       Status: New => 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/1591724

Title:
  Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF

Status in QEMU:
  Fix Committed

Bug description:
  With Qemu 2.5.50 (compiled from git some time ago) I can boot Windows 7 x64 installation DVD as follows:
  ~/code/qemu-v2/bin/slic-v2/native/x86_64-softmmu/qemu-system-x86_64 \
      -machine type=pc,accel=kvm \
      -enable-kvm \
      -cpu host \
      -m 2048 \
      -vga cirrus \
      -boot d \
      -drive if=pflash,file=/vms/ovmf_x64_firstrun.bin,format=raw \
      -cdrom /vms/win7_sp1.iso \
      -monitor stdio

  This bug suggests different vga options
  https://bugs.launchpad.net/qemu/+bug/1581936. Here's the behaviours
  I'm getting with 2.6.0:

  std - "Starting Windows" with wavering flag hangs indefinitely
  cirrus - at "Starting Windows" wasps of light freeze before assembling into a flag
  qxl - "Starting Windows" with wavering flag hangs indefinitely
  virtio - "Starting Windows" with wavering flag hangs indefinitely

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

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

* [Qemu-devel] [Bug 1591724] Re: Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF
  2016-06-12 16:47 [Qemu-devel] [Bug 1591724] [NEW] Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF Aleksei Kovura
                   ` (2 preceding siblings ...)
  2016-06-14 15:55 ` Laszlo Ersek (Red Hat)
@ 2016-06-30 22:03 ` Gannet
  2016-07-01  5:37 ` Aleksei Kovura
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Gannet @ 2016-06-30 22:03 UTC (permalink / raw)
  To: qemu-devel

The same thing. Qemu 2.5 and no possibility to install Windows 7 on
OVMF, no possibility to install Windows 7 with QXL video. This is
something terrible. Several hours I'm trying to install it but only on
BIOS and with Cirrus video. What Qemu version will be fixed?

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

Title:
  Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF

Status in QEMU:
  Fix Committed

Bug description:
  With Qemu 2.5.50 (compiled from git some time ago) I can boot Windows 7 x64 installation DVD as follows:
  ~/code/qemu-v2/bin/slic-v2/native/x86_64-softmmu/qemu-system-x86_64 \
      -machine type=pc,accel=kvm \
      -enable-kvm \
      -cpu host \
      -m 2048 \
      -vga cirrus \
      -boot d \
      -drive if=pflash,file=/vms/ovmf_x64_firstrun.bin,format=raw \
      -cdrom /vms/win7_sp1.iso \
      -monitor stdio

  This bug suggests different vga options
  https://bugs.launchpad.net/qemu/+bug/1581936. Here's the behaviours
  I'm getting with 2.6.0:

  std - "Starting Windows" with wavering flag hangs indefinitely
  cirrus - at "Starting Windows" wasps of light freeze before assembling into a flag
  qxl - "Starting Windows" with wavering flag hangs indefinitely
  virtio - "Starting Windows" with wavering flag hangs indefinitely

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

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

* [Qemu-devel] [Bug 1591724] Re: Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF
  2016-06-12 16:47 [Qemu-devel] [Bug 1591724] [NEW] Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF Aleksei Kovura
                   ` (3 preceding siblings ...)
  2016-06-30 22:03 ` Gannet
@ 2016-07-01  5:37 ` Aleksei Kovura
  2016-07-19 19:35 ` Mary Sherman
  2016-07-28 12:42 ` tkr
  6 siblings, 0 replies; 8+ messages in thread
From: Aleksei Kovura @ 2016-07-01  5:37 UTC (permalink / raw)
  To: qemu-devel

@Gannet I've built latest qemu from git just to get through
installation, after that everything runs fine on 2.6.0. It's easy enough
http://wiki.qemu.org/Hosts/Linux#Simple_build_and_test

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

Title:
  Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF

Status in QEMU:
  Fix Committed

Bug description:
  With Qemu 2.5.50 (compiled from git some time ago) I can boot Windows 7 x64 installation DVD as follows:
  ~/code/qemu-v2/bin/slic-v2/native/x86_64-softmmu/qemu-system-x86_64 \
      -machine type=pc,accel=kvm \
      -enable-kvm \
      -cpu host \
      -m 2048 \
      -vga cirrus \
      -boot d \
      -drive if=pflash,file=/vms/ovmf_x64_firstrun.bin,format=raw \
      -cdrom /vms/win7_sp1.iso \
      -monitor stdio

  This bug suggests different vga options
  https://bugs.launchpad.net/qemu/+bug/1581936. Here's the behaviours
  I'm getting with 2.6.0:

  std - "Starting Windows" with wavering flag hangs indefinitely
  cirrus - at "Starting Windows" wasps of light freeze before assembling into a flag
  qxl - "Starting Windows" with wavering flag hangs indefinitely
  virtio - "Starting Windows" with wavering flag hangs indefinitely

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

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

* [Qemu-devel] [Bug 1591724] Re: Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF
  2016-06-12 16:47 [Qemu-devel] [Bug 1591724] [NEW] Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF Aleksei Kovura
                   ` (4 preceding siblings ...)
  2016-07-01  5:37 ` Aleksei Kovura
@ 2016-07-19 19:35 ` Mary Sherman
  2016-07-28 12:42 ` tkr
  6 siblings, 0 replies; 8+ messages in thread
From: Mary Sherman @ 2016-07-19 19:35 UTC (permalink / raw)
  To: qemu-devel

Fails on my machine, even with the HEAD of master as of today
(5d3217340adcb6c4f0e4af5d2b865331eb2ff63d).

Simplest configuration:

    cp $MY_BIOS $MY_BIOS_TMP; ./qemu-system-x86_64 \
      -drive if=pflash,format=raw,readonly,file=$MY_BIOS \
      -drive if=pflash,format=raw,file=$MY_BIOS_TMP \
      -enable-kvm \
      -m 3072 \
      -cpu host,kvm=off -smp 4,sockets=1,cores=4 \
      -cdrom $MY_WINDOWS_CD
    ;

Hangs on "Starting Windows".

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

Title:
  Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF

Status in QEMU:
  Fix Committed

Bug description:
  With Qemu 2.5.50 (compiled from git some time ago) I can boot Windows 7 x64 installation DVD as follows:
  ~/code/qemu-v2/bin/slic-v2/native/x86_64-softmmu/qemu-system-x86_64 \
      -machine type=pc,accel=kvm \
      -enable-kvm \
      -cpu host \
      -m 2048 \
      -vga cirrus \
      -boot d \
      -drive if=pflash,file=/vms/ovmf_x64_firstrun.bin,format=raw \
      -cdrom /vms/win7_sp1.iso \
      -monitor stdio

  This bug suggests different vga options
  https://bugs.launchpad.net/qemu/+bug/1581936. Here's the behaviours
  I'm getting with 2.6.0:

  std - "Starting Windows" with wavering flag hangs indefinitely
  cirrus - at "Starting Windows" wasps of light freeze before assembling into a flag
  qxl - "Starting Windows" with wavering flag hangs indefinitely
  virtio - "Starting Windows" with wavering flag hangs indefinitely

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

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

* [Qemu-devel] [Bug 1591724] Re: Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF
  2016-06-12 16:47 [Qemu-devel] [Bug 1591724] [NEW] Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF Aleksei Kovura
                   ` (5 preceding siblings ...)
  2016-07-19 19:35 ` Mary Sherman
@ 2016-07-28 12:42 ` tkr
  6 siblings, 0 replies; 8+ messages in thread
From: tkr @ 2016-07-28 12:42 UTC (permalink / raw)
  To: qemu-devel

*** This bug is a duplicate of bug 1581936 ***
    https://bugs.launchpad.net/bugs/1581936

** This bug has been marked a duplicate of bug 1581936
   Frozen Windows 7 VMs with VGA CVE-2016-3712 fix (2.6.0 and 2.5.1.1)

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

Title:
  Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF

Status in QEMU:
  Fix Committed

Bug description:
  With Qemu 2.5.50 (compiled from git some time ago) I can boot Windows 7 x64 installation DVD as follows:
  ~/code/qemu-v2/bin/slic-v2/native/x86_64-softmmu/qemu-system-x86_64 \
      -machine type=pc,accel=kvm \
      -enable-kvm \
      -cpu host \
      -m 2048 \
      -vga cirrus \
      -boot d \
      -drive if=pflash,file=/vms/ovmf_x64_firstrun.bin,format=raw \
      -cdrom /vms/win7_sp1.iso \
      -monitor stdio

  This bug suggests different vga options
  https://bugs.launchpad.net/qemu/+bug/1581936. Here's the behaviours
  I'm getting with 2.6.0:

  std - "Starting Windows" with wavering flag hangs indefinitely
  cirrus - at "Starting Windows" wasps of light freeze before assembling into a flag
  qxl - "Starting Windows" with wavering flag hangs indefinitely
  virtio - "Starting Windows" with wavering flag hangs indefinitely

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

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

end of thread, other threads:[~2016-07-28 12:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-12 16:47 [Qemu-devel] [Bug 1591724] [NEW] Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF Aleksei Kovura
2016-06-12 20:28 ` [Qemu-devel] [Bug 1591724] " Laszlo Ersek
2016-06-13  4:42 ` Aleksei Kovura
2016-06-14 15:55 ` Laszlo Ersek (Red Hat)
2016-06-30 22:03 ` Gannet
2016-07-01  5:37 ` Aleksei Kovura
2016-07-19 19:35 ` Mary Sherman
2016-07-28 12:42 ` tkr

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.