cryptsetup luksOpen /dev/hda7 home /etc/crypttab update-initramfs -u grub-install /dev/sda cryptsetup luksOpen /dev/sda5 home mount /dev/mapper/crypt-root /mnt/ mount /dev/sda2 /mnt/boot/ mount -t proc proc /mnt/proc mount -t sysfs sysfs /mnt/sys # mount -t devpts devpts -o noexec,nosuid,gid=5,mode=620 /mnt/dev/pts mount --rbind /dev /mnt/dev/ chroot /mnt cryptsetup luksOpen /dev/sdb5 home mount /dev/mapper/crypt-root /mnt/ mount /dev/sdb2 /mnt/boot/ mount -t proc proc /mnt/proc mount -t sysfs sysfs /mnt/sys # mount -t devpts devpts -o noexec,nosuid,gid=5,mode=620 /mnt/dev/pts mount --rbind /dev /mnt/dev/ chroot /mnt