Re: [Qemu-discuss] [problem] QEMU-GA & Windows 10
> -Oorspronkelijk bericht- > Van: Qemu-discuss [mailto:qemu-discuss- > bounces+dominique.ramaekers=cometal...@nongnu.org] Namens Frank > Sfalanga Jr. > Verzonden: dinsdag 12 juli 2016 19:31 > Aan: qemu-discuss@nongnu.org > Onderwerp: [Qemu-discuss] [problem] QEMU-GA & Windows 10 > > Hello, > > Ubuntu 14.04LTS > KVM/Qemu > > After a bit of struggle I was recently able to get Windows 10 running in a VM > with kvm/qemu. I have the virtio drivers installed and have converted the > disk to the .qcow2 file system. > > The last piece of the puzzle is getting the QEMU GUEST AGENT working. > I've googled around and found reports of people successfully upgrading > Windows 7 to Windows 10 but cannot find any reports of success using > qemu guest agent with a Windows 10 clean install. I've done it with little trouble. > > My issue specifically is that the QEMU GUEST AGENT VSS PROVIDER will start > if I do it manually, the GUEST AGENT itself will not, ever. I receive the > following error: > > > ERROR 1053: The service did not respond to the start or control request in a > timely fashion. > > Please post the xml of the guest... You should be able to find something like this in the xml: If not, please make sure the location for the channel exist and has the correct access rights: root@CmsrvVH3:~# ls -lh /var/lib/libvirt/qemu/channel totaal 4,0K drwxr-xr-x 10 libvirt-qemu kvm 4,0K jul 1 08:57 target > Hopefully there is a fix, or you can point me to the correct mailing list if > this > is not it. > > Thank you in advance. > > Kind regards, > > -Frank > Sorry about the late reply...
Re: [Qemu-discuss] [problem] QEMU-GA & Windows 10
Hi Dominique, I am traveling on business at the moment. I'll check this out and get this information once I return. Thanks in advance. -Frank Sent from my Verizon, Samsung Galaxy smartphone Original message From: Dominique Ramaekers Date: 7/14/16 4:30 AM (GMT-06:00) To: "Frank Sfalanga Jr." , qemu-discuss@nongnu.org Subject: RE: [problem] QEMU-GA & Windows 10 > -Oorspronkelijk bericht- > Van: Qemu-discuss [mailto:qemu-discuss- > bounces+dominique.ramaekers=cometal...@nongnu.org] Namens Frank > Sfalanga Jr. > Verzonden: dinsdag 12 juli 2016 19:31 > Aan: qemu-discuss@nongnu.org > Onderwerp: [Qemu-discuss] [problem] QEMU-GA & Windows 10 > > Hello, > > Ubuntu 14.04LTS > KVM/Qemu > > After a bit of struggle I was recently able to get Windows 10 running in a VM > with kvm/qemu. I have the virtio drivers installed and have converted the > disk to the .qcow2 file system. > > The last piece of the puzzle is getting the QEMU GUEST AGENT working. > I've googled around and found reports of people successfully upgrading > Windows 7 to Windows 10 but cannot find any reports of success using > qemu guest agent with a Windows 10 clean install. I've done it with little trouble. > > My issue specifically is that the QEMU GUEST AGENT VSS PROVIDER will start > if I do it manually, the GUEST AGENT itself will not, ever. I receive the > following error: > > > ERROR 1053: The service did not respond to the start or control request in a > timely fashion. > > Please post the xml of the guest... You should be able to find something like this in the xml: If not, please make sure the location for the channel exist and has the correct access rights: root@CmsrvVH3:~# ls -lh /var/lib/libvirt/qemu/channel totaal 4,0K drwxr-xr-x 10 libvirt-qemu kvm 4,0K jul 1 08:57 target > Hopefully there is a fix, or you can point me to the correct mailing list if > this > is not it. > > Thank you in advance. > > Kind regards, > > -Frank > Sorry about the late reply...
Re: [Qemu-discuss] QEMU, Windows 3.11, Audio Not Working
Narcis Garcia, I got it to work. I needed an better host computer to emulate from. Thanks, for the assistance. > To: qemu-discuss@nongnu.org > From: informat...@actiu.net > Date: Wed, 13 Jul 2016 21:58:57 +0200 > Subject: Re: [Qemu-discuss] QEMU, Windows 3.11, Audio Not Working > > I tested sb16 {msdos622+win311} successfully using Qemu > 2.0.0+dfsg-2ubuntu1.24 on Ubuntu 14.04 (amd64) > > Note: soundhw ONLY sb16 > > > El 13/07/16 a les 18:27, l ha escrit: > > I tried to get SoundBlaster for Windows 3.11 Workgroup to work with QEMU. > > > > > > This is the error I receive when I start up. > > > > > > “main-loop: WARNING: I/O thread spun for 1000 iterations” > > > > > > It will hang and then continue. The audio does not work. > > > > > > Narcis Garcia suggested I try this and it still does not work. > > > > > > “You must go to guest's Control Panel, Drivers, Add, select "Creative > > labs sound blaster 1.5", Okay, Port 220 Interrupt 5.” > > > > > > I am open to trying any sound card and driver combination to get audio. > > > > > > Specs > > > > Guest O.S.: Windows 3.11 Workgroup + DOS 6.22 > > > > Host: Debian Jessie > > > > # dpkg -s qemu-kvm | grep Version > > > > Version: 1:2.1+dfsg-12+deb8u6 > > > > # kvm --version > > > > QEMU emulator version 2.1.2 (Debian 1:2.1+dfsg-12+deb8u6), Copyright (c) > > > > 2003-2008 Fabrice Bellard > > > > > > # uname -a > > > > > > Linux red 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2+deb8u3 > > (2016-07-02) x86_64 GNU/Linux > > > > This is the string I use to start QEMU. > > > > > > # qemu-system-i386 -hda Windows_3_11_Workgroups.qcow2 -m 64 -L . > > -soundhw sb16,adlib,pcspk -net nic,model=rtl8139 -vga cirrus -boot c > > > > > > Thanks > > >