On Sun, May 31, 2020 at 04:59:43PM -0700, Boot problems wrote: > Using fdisk -l /dev/xvdi shows me 2 partitions only, a 200m EFI System > and xvdi2 a 931G Linux file system, there are no more partitions even > if I decrypt, mount and fdisk -l /dev/xvdi2
after the luksOpen, check with lvm tools: run "sudo vgs -a". (if you dont have vgs installed: "sudo dnf -y install lvm2") does it report a qubes_dom0? good. now check for logical volumes: "sudo lvs -a" _lots_ of reports, with vm names in them? good! what are the attrs on those (third column)? "Vwi---tz--"? (the important part there is: no "a" in the attrs.) then you need to activate the volume group: "vgchange -ay qubes_dom0" after that, you should have a-plenty of new devices in /dev/mapper and the vm-private-volume ones are the ones with names ending in -private. you should be able to mount these. (or just restore them with dd to new vms) -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20200601110401.GE1079%40priv-mua.
