Try converting the disks to just be img files, not qcow.

This is my config file for Windows that works on all my PCs.

If they don't work when you convert them, then there is something else wrong.

Just as a test, that is all.

If they do work when converted, then that will tell me everything I need to 
know to resolve the issue.


On Saturday, 9 September 2017 02:30:53 UTC+10, peter.p...@gmail.com  wrote:
> On Friday, September 8, 2017 at 8:22:29 AM UTC+2, peter.p...@gmail.com wrote:
> > On Friday, September 8, 2017 at 4:36:56 AM UTC+2, Drew White wrote:
> > > Have you tried the Startup Wizard Fix under Windows 7 boot?
> > > 
> > > On Wednesday, 6 September 2017 21:17:41 UTC+10, peter.p...@gmail.com  
> > > wrote:
> > > > I try to use an existing win7 qemu qcow2 image with qubes os R3.2
> > > > 
> > > > The image does not boot. I tried various xml settings for the drive 
> > > > image inspired by 
> > > > 
> > > > https://wiki.libvirt.org/page/After_import_a_guest_from_an_existing_disk_image_using_virt-install,_the_guest_starting_stalls_with_%22No_boot_device%22
> > > > 
> > > > but no success. Converting to raw is not an option.
> > > > 
> > > > What can I do?
> > > > Thanks,
> > > > Peter.
> > 
> > If this is using 'cirrus' instead of 'xen' as video device in the config 
> > file, then yes.
> > Or is this wizard something else that i am not aware of?
> 
> 
> I tried playing around with the disk definition of root.img (which is my 
> qcow2 image) in the config file:
> 
> <driver name='phy' type='qcow2'/>
> gives "libxenlight does not support disk format qcow2 with disk driver phy"
> 
> <driver name='qdisk' type='qcow2'/>
> gives "libxenlight does not support disk driver qdisk"
> 
> <driver name='qemu' type='qcow2'/>
> gives "libxenlight failed to create new domain 'win7'"
> also changing the target dev from xvda to hda like in
> https://github.com/libvirt/libvirt-php/blob/master/tests/data/example-qcow2-disk.xml
> does not help.
> 
> a plain
> <driver name='qemu'/>
> boots my win7 installation iso, but the 'repair' function does not detect the 
> root.img drive...
> 
> 
> Is there any way to use qcow2 images in qubes-os?

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/44b6eaa0-ce66-4f07-bfcf-3701b100ffb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<domain type='xen'>
  <name>win7-guest</name>
  
  <memory unit='MiB'>512</memory>
  <currentMemory unit='MiB'>512</currentMemory>
  <vcpu placement='static'>2</vcpu>
  <os>
    <type arch='x86_64' machine='xenfv'>hvm</type>
    <loader>hvmloader</loader>
    <boot dev='cdrom'/>
    <boot dev='hd'/>
  </os>
  <features>
    <pae/>
    <acpi/>
    <apic/>
    <viridian/>
    
  </features>
  <clock offset='variable' adjustment='0' basis='localtime'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <emulator type='stubdom'/>
    <!--<emulator type='stubdom' cmdline='-net 
lwip,client_ip=,server_ip=,dns=,gw=,netmask='/>-->
    <disk type='block' device='disk'>
      <driver name='phy'/>
      <source 
dev='/var/lib/qubes/vm-templates/win7embedstd/root.img:/var/lib/qubes/appvms/win7-guest/volatile.img'/>
      <target dev='xvda' bus='xen'/>
      <script path='block-snapshot'/>
    </disk>

    <disk type='block' device='disk'>
      <driver name='phy'/>
      <source dev='/var/lib/qubes/appvms/win7-guest/private.img'/>
      <target dev='xvdb' bus='xen'/>
    </disk>




    <input type='tablet' bus='usb'/>
    <video type='vga'>
      <model type='xen' vram='16384'/>
    </video>
  </devices>
</domain>

Reply via email to