Comment # 19 on bug 904987 from
(In reply to Daniel Molkentin from comment #18)
> Please provide the output of the following:
> 
> cat /etc/crypttab
> sudo lsinitrd -f etc/crypttab
> /usr/lib/systemd/system-generators/systemd-cryptsetup-generator && ls
> /tmp/*.service

Hi, thanks a lot for taking this up.

crypttab in initrd is a 0 byte file (empty).


Chrooting to manually mounted system partition with:

cryptsetup luksOpen /dev/nvme0n1p3 system
--- PW entry
lvm_scan
lvm vgchange -ay
mkdir /mnt
mount /dev/mapper/system-root /mnt
mount --rbind /dev /mnt/dev
mount --rbind /proc /mnt/proc
mount --rbind /sys /mnt/sys
chroot /mnt


system /etc/crypttab:
cr_nvme-200080d030005f1a7-part3 /dev/disk/by-id/nvme-200080d030005f1a7-part3
none none

Resulting file after generator run: please see attachment (as I can not boot
anymore, it's typing or taking a picture for me).


You are receiving this mail because: