You are not logged in.
This is my second times using "archinstall" to run my desktop enviroment.
Today I run a update on my arch linux with the following command
sudo pacman -Syuthen a few hour later it crash and ask me to logout.
after I logout I can login again but I can't run any `sudo pacman -Sy <package>` to update my package.
I don have any choice other than run the
sudo reboot nowthen I have a following error in GRUB boot:
Error loading \vmlinuz-linux: not foundthen I found a post similiar to me https://bbs.archlinux.org/viewtopic.php?id=250486
I boot it with USB BOOT LIVE and try to arch-chroot /mnt but I get the following error:
mount: /mnt/proc: mount point does not existcurrently I stuck at here.
I read this forum who similiar problem like I have https://unix.stackexchange.com/question … -not-exist but I worry I'll messup since his `proc` not like my in `/mnt/proc`
here is my previous fs https://bbs.archlinux.org/viewtopic.php?id=294752 :
nvme1n1
│
├─nvme1n1p1
│ vfat FAT32 4DC5-4EEB 436.1M 15% /boot
└─nvme1n1p2
btrfs 0ac6ba4c-687c-481f-a175-8a33d9e082cb 1.8T 3% /var/log
/var/cache/pacman/pkg
/home
/.snapshots
/should I run the following command based on https://wiki.archlinux.org/title/Instal … l_packages :
pacstrap -K /mnt base linux linux-firmwarewill it force reinstall everything?
I don want that to happen.
I really need help...
Last edited by breadegg4 (2024-05-20 08:28:58)
Offline
mount /dev/{storage_partition} -o subvol=@ /mnt
arch-chroot /mnt
mount -a
pacman -Syu
pacman -Syu linux
pacman -Syu mkinitcpio
grub-mkconfig -o /boot/grub/grub.cfgreboot then it fix
reference for can't use "pacman -Syu" :
https://bbs.archlinux.org/viewtopic.php?id=249093
Last edited by breadegg4 (2024-05-20 08:35:47)
Offline