On Thu, Dec 14, 2017 at 08:59:06PM -0000, [email protected] wrote: > Hello, > > it looks like I got hit by a severe problem that prevents me from starting an > appvm > > > I searched the bugtracker and it looks like: > > https://github.com/QubesOS/qubes-issues/issues/2054 > > I also renamed a VM and it no longer starts. > > The folder under > /var/lib/qubes/appvms/oldname > is still present. > > What is the easiest way to get access to the data stored in that VM? > > thanks! > Joonas
The data is stored in the private.img file in that folder. You can either create a new qube, and then attach the file: qvm-block -A <new> dom0:/var/lib/qubes/appvms/oldname /private.img then mount /dev/xvdi in <new>, and extract the data from /mnt/home/user OR: mount the private.img file in dom0 and qvm-copy the data files to some qube. OR: create a new qube, and copy the private.img file to /var/lib/qubes/appvms/new -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20171214211238.bvndwywvv56ucem5%40thirdeyesecurity.org. For more options, visit https://groups.google.com/d/optout.
