You are not logged in.
lsblk
cryptsetup luksOpen /dev/md127 cryptdata
Is not a vaild LUKS device - but should be
How I can restore superblocks? Or restore the LUKS device?
Last edited by Morta (2022-07-31 13:19:59)
Offline
arch-chroot of root device
vgchange -a y
and then
mdadm --stop /dev/md127
mdadm -A --force /dev/md127 /dev/sd[abcdef]
did it
Offline