On January 18, 2015 4:23:45 PM CET, "Csányi Pál" <csanyipal@xxxxxxxxx> wrote: >I think I must to chroot into my Arch linux system. >How can I do that? Just mount your rootfs to /mnt and boot to /mnt/boot and `sudo chroot /mnt', it should be available on your rescue cd. Or if on the arch install media, substitute arch-chroot for chroot, and use the root user instead of sudo. --Oliver Temlin