Hi,
here the outputs :
zero@debian:~$ *lsinitramfs /boot/initrd.img-$(uname -r)*
/boot/initrd.img-3.16.0-4-amd64
lsinitramfs does not yet support cpio archive initramfs files.
See http://bugs.debian.org/717805 for more information.
*Fstab*
zero@debian:~$ *cat /etc/fstab*
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
#UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /boot auto
rw,user,noauto 0 0
UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /boot ext4 defaults
0 2
/dev/mapper/sda1_crypt / ext4 discard,errors=remount-ro
0 1
/dev/mapper/sda5_crypt /usr ext4 discard 0 2
/dev/mapper/sda6_crypt /usr/local ext4 discard 0 2
/dev/mapper/sda7_crypt /opt ext4 discard 0 2
/dev/mapper/sda9_crypt /home ext4 discard 0 2
/dev/mapper/sda8_crypt /var ext4 discard 0 2
/dev/mapper/sdb1_crypt /var/tmp ext4 defaults 0 2
/dev/mapper/sdb5_crypt /var/log ext4 defaults 0 2
/dev/mapper/sdb6_crypt none swap sw 0 0
/dev/mapper/sdb7_crypt /tmp ext4 defaults 0 2
/dev/mapper/sdb8_crypt /home/zero/World ext4 defaults 0 2
Crypttab
zero@debian:~$ cat /etc/crypttXX
sda1_crypt UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX none luks
sda5_crypt UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /etc/keys/sda5
luks,timeout=20
sda6_crypt UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /etc/keys/sda6
luks,timeout=20
sda7_crypt UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /etc/keys/sda7
luks,timeout=20
sda8_crypt UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /etc/keys/sda8
luks,timeout=20
sda9_crypt UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /etc/keys/sda9
luks,timeout=20
sdb1_crypt UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /etc/keys/sdb1
luks,timeout=20
sdb5_crypt UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /etc/keys/sdb5
luks,timeout=20
sdb6_crypt UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /etc/keys/sdb6
luks,timeout=20
sdb7_crypt UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /etc/keys/sdb7
luks,timeout=20
sdb8_crypt UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /etc/keys/sdb8
luks,timeout=20
Kind regards.
On Mon, 02 Mar 2015 15:15:02 +0000 Ben Hutchings <b...@decadent.org.uk>
wrote:
> Control: tag -1 unreproducible moreinfo
>
> On Tue, 27 Jan 2015 19:48:48 +0100 zer0 divide <zer0.div...@yahoo.fr>
wrote:
> > Package: initramfs-tools
> > Version: 0.118_all
> > Severity: Critical
> >
> > Hi,
> >
> > Unfortunately, the 767832 bug still relevant with :
> >
> > * cryptsetup 2:1.6.6-5 amd64
> > * initramfs-tools 0.118
> >
> >
> > My system does not start automatically after entering the password for
> > unlocking the root partition. I have to unlock manually /usr (from
> > initramfs ), and then do "CTRL + D" or typing ëexitû.
> >
> > Finally, my system boot perfectly with initramfs-tools_0.116_all.deb.
> >
> > Here what I get before booting manually
initramfs-tools_0.118_all.deb, :
> > /
> > //
> > / /Decompressiong Linux⦠Parsing ELF⦠done.//
> > //Booting the kernel.//
> > //Loading, please wait...//
> > //Please unlock disk sda1_crypt://
> > //cryptsetup: sda1_crypt set up successfully//
> > //fsck from util-linux 2.25.2//
> > ///dev/mapper/sda1_crypt: clean, 7869/170688 files, 89041/682752
blocks//
> > //Gave up waiting for /usr device. Common problems://
> > // - Boot args (cat /proc/cmdline)//
> > // - Check rootdelay= (did the system wait long enough?)//
> > // - Missing modules (cat /proc/modules; ls /dev)//
> > //ALERT! /dev/mapper/sda5_crypt does not exist. Dropping to a shell!//
> > //modprobe: module ehci-orion not found in modules.dep//
> > //
> > //
> > //BusyBox v1.22.1 (Debian 1:1.22.0-9) built-in shell (ash)//
> > //Enter 'help' for a list of built-in commands./
>
> Please send the output of the command:
>
> lsinitramfs /boot/initrd.img-$(uname -r)
>
> and the contents of /etc/crypttab and /etc/fstab.
>
> Ben.
>
> --
> Ben Hutchings
> Anthony's Law of Force: Don't force it, get a larger hammer.