> > I have not tried, no. I got into a Trisquel 11 LIVE CD trying to accesss > the original system. But because of the LVM setup I got stuck from doing > the next steps.
If /dev/sda4 is ciphered, then sudo cryptsetup luksOpen /dev/sd4 cryptlvm Then the volumes should be visible as /dev/mapper/vgtrisquel-root and /dev/mapper/vgtrisquel-home, you can mount them as needed. If the volumes don't show up at all, try sudo vgscan sudo vgchange -ay https://wiki.archlinux.org/title/LVM has good guidance on LVM. > -- David Lecompte <[email protected]> _______________________________________________ Trisquel-devel mailing list [email protected] https://listas.trisquel.info/mailman/listinfo/trisquel-devel
