chroot: Failed to run command. Exec format error.
I switched disks in my home server. dd was used to make backup of partitions on old disk and restore them on new disk. Everything seemed to be ok, however there was no boot information on new disk, so I wanted to chroot from liveCD to correct this, however when I try to
artools-chroot /mnt
I get
chroot: Failed to run command '/bin/sh' : Exec format error
Now I've read in many places, including here that this may happen when liveCD and chrooted environment aren't compatible (i.e. x86 vs x86-64), but I can't see this case here, as both environments are Artix x64.
I ran out of options. Will basestrapping new installation on top of the old one overwrite my config files in /etc ?