
我有我的舊系統(x86,我在其中創建了加密分割區)。
現在,在同一台電腦上,當我在不同的系統(不同的核心版本和 amd64 arch)上啟動時,我無法開啟我的加密磁碟。
當我嘗試打開它時,我得到了這個:
# cryptsetup luksOpen /dev/sdc2 segate_160
No key available with this passphrase.
我可以閱讀標題:
# cryptsetup luksDump /dev/sdc2
LUKS header information for /dev/sdc2
Version: 1
Cipher name: blowfish
Cipher mode: cbc-plain
Hash spec: whirlpool
我確定密碼是正確的(我複製並貼上它)。
河豚模組已加載
# lsmod |grep blowfish
blowfish_x86_64 24576 0
blowfish_generic 16384 0
blowfish_common 20480 2 blowfish_generic,blowfish_x86_64
還有什麼可能是錯的?為什麼我無法解密該磁碟?