You are not logged in.
Pages: 1
Hi,
my system shut down while updating with pacman -Syu. After reboot my caps lock key is blinking, so i suspect a kernel panic.
I booted with an arch usb stick set my keymap and connected to wifi. After that I unlocked my luks encrypted btrfs drive with:
cryptsetup luksOpen /dev/nvme0n1p2 cryptothen i mounted with
mount /dev/mapper/crypto -o subvol=@ and finally i tried to arch-chroot into my system.
arch-chroot /mntwhen I try to issue pacman -Syu i get: error while loading shared libraries: /usr/lib/libcurl.so.4
when I do
pacman -sysroot /mnt -Syupacman starts but aborts with
could not open file /etc/mtab No such file or directory
could not determine filesystem
failed to commit transactionAny help would be really appreciated. I am still a newbie and really tried and read a lot but cant solved this on my own...
Output of mount, blkid, lsblk
https://ibb.co/dBzLL36
https://ibb.co/W685q5m
https://ibb.co/jD5bNdP
Offline
/etc/mtab should be a symlink to ../proc/self/mounts. Just recreate that if it's not there and try with pacman --sysroot again.
If /proc isn't mounted, that could do it, too, see the chroot wiki page.
Last edited by Scimmia (2023-12-15 17:29:07)
Offline
okay, i am a step further. Now I have the error "... exists in filesystem" for lots of files when i pacman -Syu. I found and read the manual but that unfortunately didnt help to understand why this is happening.
Last edited by superlama (2023-12-15 21:11:14)
Offline
Database corruption from the crash. https://wiki.archlinux.org/title/Pacman … )%22_error
Offline
Pages: 1