I need restore my manjaro from live and i can't

Today i have try for updated my system and got boot-loop.

Now i launch on my notebook live version of manjaro and trying restore data.
I successfully mount my old disks ( nvme0n1p1 & nvme0n1p2 ) and pass in chroot.
But, when i exec
pacman -Sy grab
i got error
libraries: ./libcurl.so.4: file too short
I’m try ignore error and countine restore, but i have no result(

So, most likely the file libcurl.so.4 is corrupted. You have to replace it.

Also,
I’m not sure if you can run pacman inside chroot. Instead of:

chroot /mnt/

use

systemd-nspawn -b -D /mnt/
1 Like