The setup is an encrypted LVM container/PV that holds a few ext4 partitions. I am moving these to a new machine, but there is more room on the disk. So, I have created a bigger encrypted LVM container/PV. I have a dd
dump of the old container (whole GPT partition holding the LVM PV, still encrypted), but the actual disk is gone.
How can I best restore the data, and be able to resize (enlarge) partitions while I do it – or at least create new ones inside the larger PV?
There should still be only one PV on the new disk because of the number of encryption passwords to be entered during boot. I have searched a bit but did not find this situation answered.