karenpadalecki
(usa Fedora)
Enviado em 12/05/2014 - 18:55h
Como dizem quem procura acha, rs
Dando uma pesquisada num fórum do Ubuntu encontrei a seguinte solução para "descriptografar" a partição onde se encontra a raiz do meu sistema.
Testei e funcionou perfeitamente, agora compartilho por aqui, embora esteja em inglês:
- First up - boot from desktop liveCD and make sure you have an internet connection.
- Now you have to install some stuff thats not there in the liveCD. Pull up a terminal (Applications>Accessories>Terminal)
- type "sudo su"
- type "apt-get install lvm2 cryptsetup
- type "mkdir /media/test"
- type "modprobe dm-crypt"
- type "cryptsetup luksOpen /dev/sda5 test"
(enter password... are you set up on sda3 or sda5? change as needed)
(you should get a command successful message... continue
- type "vgchange -ay"
(this will reveal your volume group name)
- type "mount /dev/("volume group name")/home /media/test
- type "nautilus /media/test"
(and now your encrypted /home should open in a window.)
If all that works... manually mounting the partition... then its not the encrypted header or partition thats got a problem. So close it all up...
- close nautilus
- type "umount /media/test"
- type "cryptsetup luksClose /dev/sda5
Unmount it all and
Para quem quiser acompanhar o tópico por completo aqui está o link:
http://ubuntuforums.org/showthread.php?t=868681
Quanto ao problema do meu notebook, decidi fazer um backup dos meus arquivos pessoais que também estavam na partição sda5 e depois formatei todo o HD e troquei meu SO para Xubuntu.
E agradeço ao clodoaldops pela ajuda durante o processo.