You are not logged in.

#1 2024-05-19 19:27:02

breadegg4
Member
Registered: 2023-12-28
Posts: 9

[SOLVED]Error loading \vmlinuz-linux: not found happen when run kernel

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 -Syu

then 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 now

then I have a following error in GRUB boot:

Error loading \vmlinuz-linux: not found

then 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 exist

currently 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-firmware

will 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

#2 2024-05-20 08:27:08

breadegg4
Member
Registered: 2023-12-28
Posts: 9

Re: [SOLVED]Error loading \vmlinuz-linux: not found happen when run kernel

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.cfg

reboot 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

Board footer

Powered by FluxBB