You are not logged in.

#1 2022-02-28 21:40:57

frejohg
Member
Registered: 2021-12-07
Posts: 4

[SOLVED] vmlinux-linux not found

Hi

ran pacman -Syu and closed the lid on the laptop...

Now it wont boot, displaying the vmlinuz-linux not found

booted from a arch usb, mounted, chrooted.

Tried:
pacman -Syu (didn't fix it)
pacman -S linux (didn't fix it)
pacman -S mkinitcpio (did'nt fix it)
mkinitcpio (didn't fix it)

when mount /dev/sda2 /mnt there is no vmlinuz-linux in /boot
when mount /dev/sda2 /mnt and /dev/sda1 /mnt/boot then vmlinuz-linux exists...

This lead me to look if somehow it (grub?) cant find the file.
So I suspect it cant, because:

blkid however says that my /dev/sda1:
LABEL_FATBOOT="NO_LABEL" LABEL="NO_LABEL" (and no PARTLABEL shown)
I tried to set LABEL_FATBOOT to boot and BOOT, but no success.

Thanks

Last edited by frejohg (2022-03-01 23:54:58)

Offline

#2 2022-03-01 07:26:53

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,057

Re: [SOLVED] vmlinux-linux not found

The partition label won't matter, but you're likely booting from the root device, not the boot device? Are there other files in /boot on /dev/sda2 ?
=> chroot, do *not* mount /dev/sda1 to /boot, but re-install the kernel. reboot. works?

Offline

#3 2022-03-01 23:54:38

frejohg
Member
Registered: 2021-12-07
Posts: 4

Re: [SOLVED] vmlinux-linux not found

I thought I already tried that, but now it helped.

Thanks a lot smile

Offline

Board footer

Powered by FluxBB