在加密 HDD 上啟動核心 4.5.0-rc1 時發生錯誤

在加密 HDD 上啟動核心 4.5.0-rc1 時發生錯誤

我克隆了主線 Linux 核心的 Git 樹並編譯了它(version 4.5.0-rc1)。

使用預設配置編譯後(make defconfig)我安裝了它。

在 grub 選單中,我可以選擇此核心 ( 4.5.0-rc1) 進行引導,但載入核心後,會出現需要輸入LUKS磁碟加密金鑰的部分。

輸入密鑰後,它給了我這個錯誤。

[   23.744123] device-mapper: table: 253:0: crypt: unknown target type
[   23.744153] device-mapper: ioctl: error adding target to table
device-mapper: reload ioctl on temporary-cryptsetup-1377 failed: Invalid argument
Failed to setup dm-crypt key mapping for device /dev/disk/by-uuid/6f3b8c27-99fe-41f3-af3d-8d3ac036f23a.
Check that kernel supports aes-xts-plain64 cipher (check syslog for more info).

系統資訊:

$ uname -r  
4.2.0-29-generic

$ lsusb_release
Description:    Ubuntu 15.10
Release:    15.10
Codename:   wily

注意:我使用全磁碟加密 (LUK),它位於 x86-64 架構上。

謝謝。

相關內容