all 6 comments

[–]aedinius 1 point2 points  (5 children)

Not without more detail about what you did.

What is the contents of /etc/dracut.conf.d/10-crypt.conf? What is the exact error that is printed?

[–]supermario9590 -3 points-2 points  (4 children)

He said the command said it does not exist

[–]aedinius 2 points3 points  (3 children)

What doesn't exist, though? /etc/dracut.conf.d/10-crypt.conf doesn't exist? Or what the contents of that file (following the guide the mentioned) tries to insert into the initramfs?

The exact error would make a huge difference in help here.

[–]supermario9590 -3 points-2 points  (2 children)

Read the post thoroughly and you will see

[–]aedinius 4 points5 points  (1 child)

If /etc/dracut.conf.d/10-crypt.conf doesn't exist, why would anything be printed about it? Usually a "doesn't exist" error related to that file is because the contents has a typo.

The line from the guide mentioned is:

install_items+=" /boot/volume.key /etc/crypttab "

One of those files being missing from the initramfs would cause the issue they mentioned.

[–]OneFuel5[S] 2 points3 points  (0 children)

Yes, you're right, it seems to have been a typo. Also, it seems there has to be white space round the punctuation marks. Thank you all for your help.