You are not logged in.
Right selecting the grub arch from the grub menu I am getting this error:
https://imgur.com/a/pt30Tyw
I thought grub is broken so tried to reinstall grub so mounted the root partition and mounted efi
mount /dev/sda3 /mnt & mount /dev/sda1 /mnt/boot/efi
after that, I tried to arch-chroot /mnt but again got the error or arch-chroot
https://imgur.com/a/ZkN0fNF
can someone help me fix this, I am kind of new and looked into articles & videos about these errors but did not help me, I don't want to reinstall the arch again from scratch that is the last option please help me with this
Offline
1. is likely because you're booting an older kernel, either because you boot from the root partition or forgot to mount the boot partition before updating the kernel
2. is because you didn't mount any root partition at /mnt - check its content (ls /mnt) to see what's actually there and "lsblk -f" for your available partition.
nb. that the sdX naming isn't deterministic and sda might very well be the install iso usb.
Offline