- First off, cryptsetup can't be installed because of conflicts with Libc6-dev. Forcing libc6-dev in Synaptic was the workaround I eventually found.
- Second, when I did
- Code: Select all
VOLUME=/dev/mapper/sda2_crypt
- The worst one, was that when I ran
- Code: Select all
unsquashfs -f -d /mnt /live/image/casper/filesystem.squashfs
- Code: Select all
rsync -vah
- As mentioned in the comment before mine, I ran
- Code: Select all
apt-get update && apt-get upgrade && apt-get dist-upgrade
- I ran
- Code: Select all
dpkg-reconfigure grub-pc
- Code: Select all
grub-install /dev/sdX
- Code: Select all
update-grub
- I was unable to umount /mnt/dev and /mnt, it said they were busy.
- Most frustratingly, after the 3rd try, when I rebooted all I got was the blinking underscore of GRUB doom.
I'll try and redo it again, and see if GRUB is the issue.
Thanks for the well done howto.
UPDATE
After substantially more messing around with GRUB (finally got it to install) and figuring out how to re-active the volumes after reboot (using the "lvchange -a y" command). NOW when I restart the computer and select the OS in GRUB it tries to load the information from crypttab and fstab and says something along the lines of the volume group "volumes" not existing. As much as I want this to work, after 10+ hours I give up



