The image is 132GB, but qvm-create only creates a root volume of 10G.
I've googled and looked at the documentation and there doesn't appear to be a property I can set to get the volume large enough.
I would have thought that the root volume would have been created to reflect the size of the image being used to build the VM?
Is it a bug or is there something I need to pass to the command to get the volume large enough?
Another option could be to extend the current root to a large enough size and then copy the disk over, but I have yet to work out how to do that. Pointers would be helpful.
Marc
I'm not that experienced on Qubes yet but methinks you have to manually indicate a size large enough for that to fit before you put it in
so I suppose
qvm-grow-root win7new 150g
I could do that, but then how do I get the raw image (re)copied onto the root disk? That isn't obvious.