systemd cryptsetup not working after kernel upgrade

Issues related to applications and software problems
hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: systemd cryptsetup not working after kernel upgrade

Post by hunter86_bg » 2018/12/07 10:30:47

Here is the local workstation cmdline:

Code: Select all

BOOT_IMAGE=/vmlinuz-3.10.0-957.1.3.el7.x86_64 root=/dev/mapper/centos_vg-root ro crashkernel=auto rd.luks.uuid=luks-dacd496a-f95f-4d71-b53b-eec17a107ef7 rd.lvm.lv=centos_vg/root rd.lvm.lv=centos_vg/swap rhgb quiet LANG=en_US.UTF-8
As you can see almost nothing different.Our crypttab:

Code: Select all

 cat /etc/crypttab
SYSTEM          UUID=dacd496a-f95f-4d71-b53b-eec17a107ef7 none
MirrorA-1       UUID=b5912ade-da7a-4778-bbf9-4dbe416cf348 none
MirrorA-2       UUID=51ec2b4b-0410-4bec-992e-33c86aedf289 none
Check your rpms for damages:

Code: Select all

rpm -Va
Are you using the rescue entry to boot as yours vmlinuz is '/vmlinuz-0-rescue-2fbcab4aa18842679257440bf3f685b0' ?

What happens when you load the Install DVD -> rescue -> mount everything option (I think it was 1) ?

e-Ra
Posts: 7
Joined: 2018/11/30 18:27:42

Re: systemd cryptsetup not working after kernel upgrade

Post by e-Ra » 2018/12/20 18:33:02

I gave up and reinstalled the system, it took to much time.
Anyway, thanks to all!

Post Reply