
メインライン 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 アーキテクチャ上で動作します。
ありがとう。