How to chroot into my PC
Boot into a Live Environment
Boot from your Arch Linux installation media and open a terminal.
Open the Encrypted RAID Array
cryptsetup open /dev/md0 cryptarray
Mount the Filesystems
mount /dev/mapper/cryptarray /mnt mount /dev/sda1 /mnt/boot arch-chroot /mnt