Opravy
chroot
cd /location/of/new/root
fdisk -l
mount -t boot /dev/xxx boot/
mount -t proc /proc proc/
mount --rbind /sys sys/
mount --rbind /dev dev/
chroot /location/of/new/root /bin/bash
yaourt -S linux
...
cd /location/of/new/root
fdisk -l
mount -t boot /dev/xxx boot/
mount -t proc /proc proc/
mount --rbind /sys sys/
mount --rbind /dev dev/
chroot /location/of/new/root /bin/bash
yaourt -S linux
...