デフォルトのOS Luksパスワードが機能しない

デフォルトのOS Luksパスワードが機能しない

過去数日間にわたって多くのソフトウェアをインストールしましたが、そのうちのいくつかはKXStudio Repositoriesからインストールされましたが、再起動が必要でした.デフォルトのOSインストールでは、キーボードをラテンアメリカのレイアウト(スペイン語)として設定し、私のcryptsetupパスワードは次のとおりです。

==?#!123qwe22

起動時にUSキーボードレイアウトを使用すると、最初の文字に一致するキーを使用しようとしても機能しません。今Live CDで起動してみました。

echo -n '==?#!123qwe22' | cryptsetup luksOpen /dev/sda3 sda3_crypt

しかし、うまくいきません...(このパスワードに使用できるキーはありません。)

これはコマンドの出力です。

cryptsetup --debug luksOpen /dev/sda3 sda3_crypt

 cryptsetup 2.0.2 processing "cryptsetup --debug luksOpen /dev/sda3 sda3_crypt"
 Running command open.
 Locking memory.
 Installing SIGINT/SIGTERM handler.
 Unblocking interruption on signal.
 Allocating context for crypt device /dev/sda3.
 Trying to open and read device /dev/sda3 with direct-io.
 Initialising device-mapper backend library.
 Trying to load any crypt type from device /dev/sda3.
 Crypto backend (gcrypt 1.8.1) initialized in cryptsetup library version 2.0.2.
 Detected kernel Linux 5.3.0-53-generic x86_64.
 PBKDF pbkdf2, hash sha256, time_ms 2000 (iterations 0), max_memory_kb 0, parallel_threads 0.
 Reading LUKS header of size 1024 from device /dev/sda3
 Key length 64, device size 1462597632 sectors, header size 4036 sectors.
 Activating volume sda3_crypt using token -1.
 Interactive passphrase entry requested.
Enter passphrase for /dev/sda3:
 Activating volume sda3_crypt [keyslot -1] using passphrase.
 dm version   [ opencount flush ]   [16384] (*1)
 dm versions   [ opencount flush ]   [16384] (*1)
 Detected dm-ioctl version 4.40.0.
 Device-mapper backend running with UDEV support enabled.
 dm status sda3_crypt  [ opencount flush ]   [16384] (*1)
 Trying to open key slot 0 [ACTIVE_LAST].
 Reading key slot 0 area.
 Using userspace crypto wrapper to access keyslot area.
 Trying to open key slot 1 [INACTIVE].
 Trying to open key slot 2 [INACTIVE].
 Trying to open key slot 3 [INACTIVE].
 Trying to open key slot 4 [INACTIVE].
 Trying to open key slot 5 [INACTIVE].
 Trying to open key slot 6 [INACTIVE].
 Trying to open key slot 7 [INACTIVE].
No key available with this passphrase.
 Interactive passphrase entry requested.

私を助けてくれてありがとう。切迫します。 :(ありがとうございます。

ベストアンサー1

おすすめ記事