by graysky » Fri Dec 31, 2021 2:55 pm
$this->bbcode_second_pass_quote('JohannesSilverfox', 'A')fter I copied the 1.5.0-1 package to the SD card, I started the Pi, waited for systemd to time out, got into the emergency shell, used pacman -U to downgrade zstd, and rebooted.
Everything came up as usual.
For the record, and only in this specific case, you can just manually untar zstd-1.5.1-2.1 from another machine to recover. Not recommended in general, but OK for now.
1. Mount the uSD card on another box
2. Untar zstd-1.5.1-2.1 to that rootfs
3. Boot on your Pr and make sure pacman installs the package to keep your db entries accurate
$this->bbcode_second_pass_code('', '
wget http://il.us.mirror.archlinuxarm.org/armv7h/core/zstd-1.5.1-2.1-armv7h.pkg.tar.xz
mkdir temprootfs
mount /dev/sdX2 temprootfs
bsdtar -xpf zstd-1.5.1-2.1-armv7h.pkg.tar.xz -C temprootfs
umount temprootfs')