All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1589153] [NEW] qemu-system-x86_64 version 2.5.0 freezes during windows 7 installation in lubuntu 16.04
@ 2016-06-04 20:46 Phil Troy
  2016-06-07  3:38 ` [Qemu-devel] [Bug 1589153] " Ofer Bezalel
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Phil Troy @ 2016-06-04 20:46 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Hi!

I have been using qemu - kvm for several years in different versions of
ubuntu (lubuntu). I am trying to migrate from 15.04 to 16.04 and am
having a problem. In particular, on my machine (a samsung series 9 with
dual core i7 processor and 8gb ram) the following commands worked in
15.04 but do not work in 15.10 and 16.04. FYI, I tested them on a clean
machine, where I have created a 60GB image file in its own partition..
In particular, I am using the command to start installing windows 7 and
it works in a clean install of 15.04 (yesterday) but not in 15.10
(yesterday) or 16.04 (the day before). I do not get any error messages
in my xterminal when running this and do not know how to check for
windows error messages. By not working I mean that after loading files
it gets to a windows screen and then stays there forever.

The command lines used to invoke qemu is:
echo "*** Installing windows 7 virtual machine - Step 2"


echo "*** Try command for slow mouse"
export SDL_VIDEO_X11_DGAMOUSE=0

sudo qemu-system-x86_64 \
  -enable-kvm \
  -machine pc,accel=kvm \
  -cdrom  /home/Archives/Software/OperatingSystems.Windows7HP.64/Windows7HP64_Install.iso \
  -boot d \
  -net nic,macaddr=56:44:45:30:31:34 \
  -net user \
  -cpu host \
  -vga qxl \
  -spice port=5900,disable-ticketing \
  -uuid 8373c3d6-1e6c-f022-38e2-b94e6e14e170 \
  -smp cpus=2,maxcpus=3 \
  -m 6144 \
  -name DrPhilSS9AWin7VM \
  -hda /mnt/Windows7Image/Windows7Guest.img \
  -localtime \
  -k en-us \
  -usb \
  -usbdevice tablet&
sleep 10
spicy --host 127.0.0.1 --port 5900

** 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/1589153

Title:
  qemu-system-x86_64 version 2.5.0 freezes during windows 7 installation
  in lubuntu 16.04

Status in QEMU:
  New

Bug description:
  Hi!

  I have been using qemu - kvm for several years in different versions
  of ubuntu (lubuntu). I am trying to migrate from 15.04 to 16.04 and am
  having a problem. In particular, on my machine (a samsung series 9
  with dual core i7 processor and 8gb ram) the following commands worked
  in 15.04 but do not work in 15.10 and 16.04. FYI, I tested them on a
  clean machine, where I have created a 60GB image file in its own
  partition.. In particular, I am using the command to start installing
  windows 7 and it works in a clean install of 15.04 (yesterday) but not
  in 15.10 (yesterday) or 16.04 (the day before). I do not get any error
  messages in my xterminal when running this and do not know how to
  check for windows error messages. By not working I mean that after
  loading files it gets to a windows screen and then stays there
  forever.

  The command lines used to invoke qemu is:
  echo "*** Installing windows 7 virtual machine - Step 2"

  
  echo "*** Try command for slow mouse"
  export SDL_VIDEO_X11_DGAMOUSE=0

  sudo qemu-system-x86_64 \
    -enable-kvm \
    -machine pc,accel=kvm \
    -cdrom  /home/Archives/Software/OperatingSystems.Windows7HP.64/Windows7HP64_Install.iso \
    -boot d \
    -net nic,macaddr=56:44:45:30:31:34 \
    -net user \
    -cpu host \
    -vga qxl \
    -spice port=5900,disable-ticketing \
    -uuid 8373c3d6-1e6c-f022-38e2-b94e6e14e170 \
    -smp cpus=2,maxcpus=3 \
    -m 6144 \
    -name DrPhilSS9AWin7VM \
    -hda /mnt/Windows7Image/Windows7Guest.img \
    -localtime \
    -k en-us \
    -usb \
    -usbdevice tablet&
  sleep 10
  spicy --host 127.0.0.1 --port 5900

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

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

* [Qemu-devel] [Bug 1589153] Re: qemu-system-x86_64 version 2.5.0 freezes during windows 7 installation in lubuntu 16.04
  2016-06-04 20:46 [Qemu-devel] [Bug 1589153] [NEW] qemu-system-x86_64 version 2.5.0 freezes during windows 7 installation in lubuntu 16.04 Phil Troy
@ 2016-06-07  3:38 ` Ofer Bezalel
  2016-06-10 19:07   ` Phil Troy
  2016-06-10 19:10 ` Phil Troy
  2016-07-28 12:46 ` tkr
  2 siblings, 1 reply; 5+ messages in thread
From: Ofer Bezalel @ 2016-06-07  3:38 UTC (permalink / raw)
  To: qemu-devel

Have a similar issue though on Ubuntu 14.04 (4.2.0-36-generic
#42~14.04.1-Ubuntu)

We use an automated appliance build process, to create qemu/KVM
appliances.

Ever since qemu 2.0.0+dfsg-2ubuntu1.24 security update, we are getting
the same issue as mentioned above (Windows 7 Installation CD -
X17-24281.iso, hangs after loading files).

We had to pin to 2.0.0+dfsg-2ubuntu1.22 to resolve the issue.

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

Title:
  qemu-system-x86_64 version 2.5.0 freezes during windows 7 installation
  in lubuntu 16.04

Status in QEMU:
  New

Bug description:
  Hi!

  I have been using qemu - kvm for several years in different versions
  of ubuntu (lubuntu). I am trying to migrate from 15.04 to 16.04 and am
  having a problem. In particular, on my machine (a samsung series 9
  with dual core i7 processor and 8gb ram) the following commands worked
  in 15.04 but do not work in 15.10 and 16.04. FYI, I tested them on a
  clean machine, where I have created a 60GB image file in its own
  partition.. In particular, I am using the command to start installing
  windows 7 and it works in a clean install of 15.04 (yesterday) but not
  in 15.10 (yesterday) or 16.04 (the day before). I do not get any error
  messages in my xterminal when running this and do not know how to
  check for windows error messages. By not working I mean that after
  loading files it gets to a windows screen and then stays there
  forever.

  The command lines used to invoke qemu is:
  echo "*** Installing windows 7 virtual machine - Step 2"

  
  echo "*** Try command for slow mouse"
  export SDL_VIDEO_X11_DGAMOUSE=0

  sudo qemu-system-x86_64 \
    -enable-kvm \
    -machine pc,accel=kvm \
    -cdrom  /home/Archives/Software/OperatingSystems.Windows7HP.64/Windows7HP64_Install.iso \
    -boot d \
    -net nic,macaddr=56:44:45:30:31:34 \
    -net user \
    -cpu host \
    -vga qxl \
    -spice port=5900,disable-ticketing \
    -uuid 8373c3d6-1e6c-f022-38e2-b94e6e14e170 \
    -smp cpus=2,maxcpus=3 \
    -m 6144 \
    -name DrPhilSS9AWin7VM \
    -hda /mnt/Windows7Image/Windows7Guest.img \
    -localtime \
    -k en-us \
    -usb \
    -usbdevice tablet&
  sleep 10
  spicy --host 127.0.0.1 --port 5900

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

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

* Re: [Qemu-devel] [Bug 1589153] Re: qemu-system-x86_64 version 2.5.0 freezes during windows 7 installation in lubuntu 16.04
  2016-06-07  3:38 ` [Qemu-devel] [Bug 1589153] " Ofer Bezalel
@ 2016-06-10 19:07   ` Phil Troy
  0 siblings, 0 replies; 5+ messages in thread
From: Phil Troy @ 2016-06-10 19:07 UTC (permalink / raw)
  To: qemu-devel

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

Title:
  qemu-system-x86_64 version 2.5.0 freezes during windows 7 installation
  in lubuntu 16.04

Status in QEMU:
  New

Bug description:
  Hi!

  I have been using qemu - kvm for several years in different versions
  of ubuntu (lubuntu). I am trying to migrate from 15.04 to 16.04 and am
  having a problem. In particular, on my machine (a samsung series 9
  with dual core i7 processor and 8gb ram) the following commands worked
  in 15.04 but do not work in 15.10 and 16.04. FYI, I tested them on a
  clean machine, where I have created a 60GB image file in its own
  partition.. In particular, I am using the command to start installing
  windows 7 and it works in a clean install of 15.04 (yesterday) but not
  in 15.10 (yesterday) or 16.04 (the day before). I do not get any error
  messages in my xterminal when running this and do not know how to
  check for windows error messages. By not working I mean that after
  loading files it gets to a windows screen and then stays there
  forever.

  The command lines used to invoke qemu is:
  echo "*** Installing windows 7 virtual machine - Step 2"

  
  echo "*** Try command for slow mouse"
  export SDL_VIDEO_X11_DGAMOUSE=0

  sudo qemu-system-x86_64 \
    -enable-kvm \
    -machine pc,accel=kvm \
    -cdrom  /home/Archives/Software/OperatingSystems.Windows7HP.64/Windows7HP64_Install.iso \
    -boot d \
    -net nic,macaddr=56:44:45:30:31:34 \
    -net user \
    -cpu host \
    -vga qxl \
    -spice port=5900,disable-ticketing \
    -uuid 8373c3d6-1e6c-f022-38e2-b94e6e14e170 \
    -smp cpus=2,maxcpus=3 \
    -m 6144 \
    -name DrPhilSS9AWin7VM \
    -hda /mnt/Windows7Image/Windows7Guest.img \
    -localtime \
    -k en-us \
    -usb \
    -usbdevice tablet&
  sleep 10
  spicy --host 127.0.0.1 --port 5900

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

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

* [Qemu-devel] [Bug 1589153] Re: qemu-system-x86_64 version 2.5.0 freezes during windows 7 installation in lubuntu 16.04
  2016-06-04 20:46 [Qemu-devel] [Bug 1589153] [NEW] qemu-system-x86_64 version 2.5.0 freezes during windows 7 installation in lubuntu 16.04 Phil Troy
  2016-06-07  3:38 ` [Qemu-devel] [Bug 1589153] " Ofer Bezalel
@ 2016-06-10 19:10 ` Phil Troy
  2016-07-28 12:46 ` tkr
  2 siblings, 0 replies; 5+ messages in thread
From: Phil Troy @ 2016-06-10 19:10 UTC (permalink / raw)
  To: qemu-devel

Please see
http://ubuntuforums.org/showthread.php?t=2325843&p=13499322#post13499322
for a similar discussion and for a workaround.  But please note that to
the best I can tell it is still a bug.

Phil

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

Title:
  qemu-system-x86_64 version 2.5.0 freezes during windows 7 installation
  in lubuntu 16.04

Status in QEMU:
  New

Bug description:
  Hi!

  I have been using qemu - kvm for several years in different versions
  of ubuntu (lubuntu). I am trying to migrate from 15.04 to 16.04 and am
  having a problem. In particular, on my machine (a samsung series 9
  with dual core i7 processor and 8gb ram) the following commands worked
  in 15.04 but do not work in 15.10 and 16.04. FYI, I tested them on a
  clean machine, where I have created a 60GB image file in its own
  partition.. In particular, I am using the command to start installing
  windows 7 and it works in a clean install of 15.04 (yesterday) but not
  in 15.10 (yesterday) or 16.04 (the day before). I do not get any error
  messages in my xterminal when running this and do not know how to
  check for windows error messages. By not working I mean that after
  loading files it gets to a windows screen and then stays there
  forever.

  The command lines used to invoke qemu is:
  echo "*** Installing windows 7 virtual machine - Step 2"

  
  echo "*** Try command for slow mouse"
  export SDL_VIDEO_X11_DGAMOUSE=0

  sudo qemu-system-x86_64 \
    -enable-kvm \
    -machine pc,accel=kvm \
    -cdrom  /home/Archives/Software/OperatingSystems.Windows7HP.64/Windows7HP64_Install.iso \
    -boot d \
    -net nic,macaddr=56:44:45:30:31:34 \
    -net user \
    -cpu host \
    -vga qxl \
    -spice port=5900,disable-ticketing \
    -uuid 8373c3d6-1e6c-f022-38e2-b94e6e14e170 \
    -smp cpus=2,maxcpus=3 \
    -m 6144 \
    -name DrPhilSS9AWin7VM \
    -hda /mnt/Windows7Image/Windows7Guest.img \
    -localtime \
    -k en-us \
    -usb \
    -usbdevice tablet&
  sleep 10
  spicy --host 127.0.0.1 --port 5900

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

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

* [Qemu-devel] [Bug 1589153] Re: qemu-system-x86_64 version 2.5.0 freezes during windows 7 installation in lubuntu 16.04
  2016-06-04 20:46 [Qemu-devel] [Bug 1589153] [NEW] qemu-system-x86_64 version 2.5.0 freezes during windows 7 installation in lubuntu 16.04 Phil Troy
  2016-06-07  3:38 ` [Qemu-devel] [Bug 1589153] " Ofer Bezalel
  2016-06-10 19:10 ` Phil Troy
@ 2016-07-28 12:46 ` tkr
  2 siblings, 0 replies; 5+ messages in thread
From: tkr @ 2016-07-28 12:46 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/1589153

Title:
  qemu-system-x86_64 version 2.5.0 freezes during windows 7 installation
  in lubuntu 16.04

Status in QEMU:
  New

Bug description:
  Hi!

  I have been using qemu - kvm for several years in different versions
  of ubuntu (lubuntu). I am trying to migrate from 15.04 to 16.04 and am
  having a problem. In particular, on my machine (a samsung series 9
  with dual core i7 processor and 8gb ram) the following commands worked
  in 15.04 but do not work in 15.10 and 16.04. FYI, I tested them on a
  clean machine, where I have created a 60GB image file in its own
  partition.. In particular, I am using the command to start installing
  windows 7 and it works in a clean install of 15.04 (yesterday) but not
  in 15.10 (yesterday) or 16.04 (the day before). I do not get any error
  messages in my xterminal when running this and do not know how to
  check for windows error messages. By not working I mean that after
  loading files it gets to a windows screen and then stays there
  forever.

  The command lines used to invoke qemu is:
  echo "*** Installing windows 7 virtual machine - Step 2"

  
  echo "*** Try command for slow mouse"
  export SDL_VIDEO_X11_DGAMOUSE=0

  sudo qemu-system-x86_64 \
    -enable-kvm \
    -machine pc,accel=kvm \
    -cdrom  /home/Archives/Software/OperatingSystems.Windows7HP.64/Windows7HP64_Install.iso \
    -boot d \
    -net nic,macaddr=56:44:45:30:31:34 \
    -net user \
    -cpu host \
    -vga qxl \
    -spice port=5900,disable-ticketing \
    -uuid 8373c3d6-1e6c-f022-38e2-b94e6e14e170 \
    -smp cpus=2,maxcpus=3 \
    -m 6144 \
    -name DrPhilSS9AWin7VM \
    -hda /mnt/Windows7Image/Windows7Guest.img \
    -localtime \
    -k en-us \
    -usb \
    -usbdevice tablet&
  sleep 10
  spicy --host 127.0.0.1 --port 5900

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

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-04 20:46 [Qemu-devel] [Bug 1589153] [NEW] qemu-system-x86_64 version 2.5.0 freezes during windows 7 installation in lubuntu 16.04 Phil Troy
2016-06-07  3:38 ` [Qemu-devel] [Bug 1589153] " Ofer Bezalel
2016-06-10 19:07   ` Phil Troy
2016-06-10 19:10 ` Phil Troy
2016-07-28 12:46 ` 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.