D
Deleted member 245263
Guest
man, this arch is so hard to install you do it in terminal, so as i got a new laptop i just rsynced my laptop install over WiFi using ssh.
reinstall grub, regen fstab
Code:
rsync -aAXHv -e ssh \
--exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found","/var/cache/pacman/pkg/*"} \
root@192.168.1.100:/ /mnt
reinstall grub, regen fstab