I run ubuntu 22 with LUKS full disk encryption on my old laptop
nvme0n1 disk 476.9G ├─nvme0n1p1 /boot/efi part 512M vfat├─nvme0n1p2 /boot part 1.7G ext4└─nvme0n1p3 part 474.8G crypto_LUKS└─nvme0n1p3_crypt crypt 474.8G LVM2_member├─vgubuntu-root / lvm 472.8G ext4└─vgubuntu-swap_1 [SWAP] lvm 1.9G swap
I plan to switch to a new laptop which has a similar storage capacity
I there a way I could migrate my whole disks content, so I don't have to manually reinstall anything ?Should I transfer the whole disk img as encrypted ?It there anything else to setup on the new latop (bios/grub setting) that won't be transfered with the disk image ?
Ps: Off course I have a external USB HDD as a transfer medium