Dead/dropped RAID 1 Drive

NethServer Version: Nethserver 7
Module: basic samba deployment

Hi Guys,
I have a nethserver and when I do the command cat /proc/mdstat i see a member has dropped out. To boot the PC I have to boot from the second drive. To compound this if I remove the failed disk it won’t boot at all. It would appear the boot sector is only on one drive-the faulty one!

Also its an encrypted lvm volume on top of the raid.

Is it possible to get this sorted out and where do I start?

Many thanks. .

In these cases it’s always good to have a backup.

You may use grub-install to reinstall the boot sector to be able to boot from the second drive:

To repair your RAID you may use mdadm:

https://centos.org/forums/viewtopic.php?t=65257

That’s great, Thanks for the pointers.
Does the fact its an encrypted LVM setup not make the raid more difficult to administer?

Many thanks.

As long as you can boot into your system it should be no problem.