Appreciate the reply col.row
I definitely wish I could rewind time and go about it from the beginning with the correct approach. Unfortunately having to try to fix my mistakes after the fact.
It was a couple of months ago I did the copy, I believe I used “dd” to clone the entire drive contents. I don’t have any logs from that time.
I went through the link provided (again I wish I had this from the get-go.. I didn’t originally come to the ubuntu forums just google searched and thought I found the right answer but evidently not the complete answer).
Running the commands “vgs”, “pvscan” and “lsblk” gave me the following outputs before following the instructions:
ubuntu@ubuntu:~$ sudo vgs
VG #PV #LV #SN Attr VSize VFree
vgubuntu 1 2 0 wz–n- 2.13t 1.22t
ubuntu@ubuntu:~$ sudo pvscan
PV /dev/mapper/crypt1 VG vgubuntu lvm2 [2.13 TiB / 1.22 TiB free]
Total: 1 [2.13 TiB] / in use: 1 [2.13 TiB] / in no VG: 0 [0 ]
ubuntu@ubuntu:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
…
sda 8:0 0 3.6T 0 disk
├─sda1 8:1 0 512M 0 part
├─sda2 8:2 0 1.7G 0 part
└─sda3 8:3 0 3T 0 part
└─crypt1 252:0 0 3T 0 crypt
├─vgubuntu-root 252:1 0 928.4G 0 lvm
└─vgubuntu-swap_1 252:2 0 976M 0 lvm
then after following the instructions for resizing the encrypted partition (maximizing space to take up 100% of the free space) I got the following output:
ubuntu@ubuntu:~$ sudo vgs
VG #PV #LV #SN Attr VSize VFree
vgubuntu 1 2 0 wz–n- <3.04t 0
ubuntu@ubuntu:~$ sudo pvscan
PV /dev/mapper/luks-66583d50-9a0a-49cc-a305-13bb2734363a VG vgubuntu lvm2 [<3.04 TiB / 0 free]
Total: 1 [<3.04 TiB] / in use: 1 [<3.04 TiB] / in no VG: 0 [0 ]
ubuntu@ubuntu:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
…
sda 8:0 0 3.6T 0 disk
├─sda1 8:1 0 512M 0 part
├─sda2 8:2 0 1.7G 0 part
└─sda3 8:3 0 3T 0 part
└─crypt1 252:0 0 3T 0 crypt
├─vgubuntu-root 252:1 0 3T 0 lvm
└─vgubuntu-swap_1 252:2 0 976M 0 lvm
so it appears the resizing occurred and was successful, however when trying to boot ubuntu it still boots into Busybox and states that vgubuntu-root does not exist
I ran boot-repair again, I have the pastebin bootinfo summary for this if that would help
I can run the recommended repair which looks to rebuild GRUB. Just don’t want to make any sudden moves without more input 