Error: file `/boot/vmlinuz-6.9-x86_64’ not found . Cannot boot into manjaro

So, maybe this time I will be crystal clear. There is only one option the 6.9.

That is indeed much clearer, but I got it the first time you clarified.

As I’ve already said, it seems grub has not been updated/configured properly.

sudo grub-mkconfig -o /boot/grub/grub.cfg

Please post the output so we can see if it worked.

I am going to that, but first I tried to remove the 6.10 kernel in Settings/kernel.
That says:

linux610
linux610-nvidia

Starting
checking dependencies...
:: removing linux610 breaks dependency 'linux610' required by linux-meta
:: removing linux610-nvidia breaks dependency 'linux610-nvidia' required by linux-nvidia-meta


Done ...

but this kernel is not available anymore.

As long as you still can boot:
install a supported one
then: boot into that
and remove the now unsupported one

linux-meta and linux-nvidia-meta are installed to remove an EOL kernel and install a newer one.

Which combined with grub not being updated properly, is probably the reason for your issues in the first place.

As you have linux611 installed you should be able to remove them, as long as you’re running 6.11 (or any other installed kernel).

sudo pacman -R linux-nvidia-meta linux-meta 

However I’m more interested in fixing your grub issue atm.

1 Like
sudo grub-mkconfig -o /boot/grub/grub.cfg
[sudo] password for molnari: 
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.11-x86_64
Found initrd image: /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.11-x86_64.img
Found initrd fallback image: /boot/initramfs-6.11-x86_64-fallback.img
Found linux image: /boot/vmlinuz-6.10-x86_64
Found initrd image: /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.10-x86_64.img
Found initrd fallback image: /boot/initramfs-6.10-x86_64-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Manjaro Linux (24.0.2) on /dev/nvme0n1p2
Adding boot menu entry for UEFI Firmware Settings ...
Found memtest86+ image: /boot/memtest86+/memtest.bin
done

Great, the grub advanced menu should now have entries for 6.10 and 6.11 and no entry for 6.9.

I suspected the same thing :grinning:
Thanks for every help and advice.

1 Like

You’re welcome, and now you know how to deal with it if it happens again. :smile:

1 Like

Yeah, thanks again. Now everything seems to me works well.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.