crypto luks UUID not found

General support questions
Post Reply
wandored
Posts: 2
Joined: 2019/03/21 23:46:44

crypto luks UUID not found

Post by wandored » 2019/03/22 00:04:14

my server died in november, just now replaced the MOBO, CPU and Memory. I have 4 drives in LUKS lvm. I get the UUID not found when i try to startup. When I startup in rescue mode it asks for my passphrase and i can log in just fine. I have looked over the crypttab and fstab and all seams to be consistant but i still get the error when i try regular login.

Code: Select all

#
# /etc/fstab
# Created by anaconda on Sun Jan 28 16:01:35 2018
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/luks-629475c3-6815-403b-af6a-2f40d8ded61c /                       ext4    defaults,x-systemd.device-timeout=0 1 1
UUID=a5707a15-bf94-4eb9-b6ee-a0ca6e2db2b9 /boot                   ext4    defaults        1 2
/dev/mapper/luks-4cb5c396-d282-48c2-bfb0-e271475e5118 /home                   ext4    defaults,x-systemd.device-timeout=0 1 2
/dev/mapper/luks-460e73c9-8cd2-4c77-9ce5-09b8460dd7f0 /var                    ext4    defaults,x-systemd.device-timeout=0 1 2
/dev/mapper/luks-cf1a9462-2f25-43ff-93f1-14e76f842ad8 swap                    swap    defaults,x-systemd.device-timeout=0 0 0

Code: Select all

[root@plexserver robert]# cat /etc/crypttab
luks-cf1a9462-2f25-43ff-93f1-14e76f842ad8 UUID=cf1a9462-2f25-43ff-93f1-14e76f842ad8 none 
luks-460e73c9-8cd2-4c77-9ce5-09b8460dd7f0 UUID=460e73c9-8cd2-4c77-9ce5-09b8460dd7f0 none 
luks-629475c3-6815-403b-af6a-2f40d8ded61c UUID=629475c3-6815-403b-af6a-2f40d8ded61c none 
luks-4cb5c396-d282-48c2-bfb0-e271475e5118 UUID=4cb5c396-d282-48c2-bfb0-e271475e5118 none

Code: Select all

[root@plexserver robert]# pvscan
  PV /dev/sda2   VG centosVG        lvm2 [<37.36 GiB / 0    free]
  PV /dev/sdc1   VG centosVG        lvm2 [<1.62 TiB / 0    free]
  PV /dev/sdb1   VG centosVG        lvm2 [<1.62 TiB / 0    free]
  PV /dev/sdd1   VG centosVG        lvm2 [<1.82 TiB / 0    free]
  Total: 4 [5.09 TiB] / in use: 4 [5.09 TiB] / in no VG: 0 [0   ]
What am i missing?

wandored
Posts: 2
Joined: 2019/03/21 23:46:44

Re: crypto luks UUID not found

Post by wandored » 2019/03/29 01:44:17

So i left the system running in rescue mode all week. It downloaded updates so i installed and when i re-booted it was fixed. Problem solved, whatever the problem was.

Post Reply