Hi. On Fri, May 28, 2021 at 09:31:06PM +0300, Gokan Atmaca wrote: > Additionally I found something like the following in the dmesg logs. > ... > [Fri May 28 14:14:22 2021] device-mapper: table: 253:2: raid: Failed > to run raid array > [Fri May 28 14:14:22 2021] device-mapper: table: 253:2: raid: Failed > to run raid array
Chances are your initrd lacks dm-raid kernel module. Try adding it to /etc/initramfs-tools/modules and rebuild your initrd. Everything else in this dmesg does not relate to the problem. > > What would be the reason ? pvdisplay and vgdisplay would be nice. And "lsmod | grep ^dm" while we're at it. Oh, and please disgregard that crypttab advice. crypttab is only good for something if you're using dm-crypt, and most likely you're not. Reco