I was running qubes 4.2 with a backup/archive appVM that was running on an LVM spanning two external SSDs (both LUKS encrypted). I used this post as a guide:
I tried to do an in-place upgrade to 4.3, but after stage 3 I rebooted and it couldn’t find the kernel. I figured I screwed something up and just did a fresh install of 4.3 on my internal nvme. I can see both LUKS drives using fdisk -l (dev/sda and dev/sdb), but don’t know how to get access to my backups.
I’m thinking I screwed up by creating a thinpool and spanning the backup/archive appVM over 2 drives…
Does anyone know how I can get access to the data on these 2 drives now that I have upgraded to 4.3?
sda
|__luks-9dbbedaa-…
sdb
|__luks-eo48c70b-…
nvme0n1 (with all my current qubes pools under it)
When I type sudo cryptsetup luksOpen /dev/sda recoveryTarget, I get prompted for a password which I enter and it tells me “Cannot use device /dev/sda which is in use”.
I can’t get past this for some reason. Thanks again for your help.
Is lvscan showing the new install lv’s or the appVM backup lv’s ?
Perhaps the vg name for the new Qubes install is the same (qubes_dom0) as the one on the old backup spanning sda sdb. Can you do the recovery on another computer ? Or put sda and sdb in USB enclosures and attach them to an appVM (so they don’t see dom0 vg and lv’s) ?