From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Im2ov4-m5PeT for ; Thu, 29 Mar 2012 22:06:40 +0200 (CEST) Received: from aa012-1msr.fastwebnet.it (aa012-1msr.fastwebnet.it [62.101.93.132]) by mail.saout.de (Postfix) with ESMTP for ; Thu, 29 Mar 2012 22:06:40 +0200 (CEST) Received: from [10.120.123.97] (10.120.123.97) by aa012-1msr.fastwebnet.it (8.5.016.6) (authenticated as blitzkriegbop) id 4F67D5EE00F7AE73 for dm-crypt@saout.de; Thu, 29 Mar 2012 21:56:53 +0200 Message-ID: <4F74A265.30401@fastwebnet.it> Date: Thu, 29 Mar 2012 19:56:53 +0200 From: Ior MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [dm-crypt] Arch installation with crypt partition. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de Briefly describe the system and how isconfigured. sda RAID6 hardware (sda1 crypt-tmp, sda2 crypt-var, sda3 crypt-home, sda4 win-home) sdb SSD (sdb1 win-boot, sdb2 win) sdc SSD (sdc1 root) During the configuration of disks sdc1 selected as ext4, sda1- 2-3, selected them as dm_crypt and mappers created as ext4. /etc/mkinitcpio.conf HOOKS="base udev autodetect pata sata scsi usb usbinput keymap encrypt filesystems" /etc/fstab installing the system automatically /etc/crypttab tmp /dev/sda1 ASK var /dev/sda2 ASK home /dev/sda3 ASK At boot, when asked to write the password, Iwrite my own and all I get is: No key available with this passphrase. What could I have forget?