Kernel 5.18 is unsupported by the system, cannot do a system update and cannot install a new kernel

I decided to update my system today and this is what I see:

I hadn’t gotten a notification to update my kernel for a while, I wondered if there was a problem with the kernel and as I suspected

Then I went on to install the newer kernel and this is what I get:

When I install the kernel from Manjaro Settings manager this is what I get:
problem

Please Help!

This seems to say the kernel installation succeeded (we don’t see the beginning). If so,

  • reboot to the other kernel
  • remove the old one
  • update

Also, if you haven’t already, install a LTS kernel as fallback in case you get into that issue again.

image
I dont think the newer kernel was installed according to this, or is there any other way to check?
PS: After installing the kernel from Manjaro Settings Manager, I did reboot, but it still showed I was on 5.18

Also, if you haven’t already, install a LTS kernel as fallback in case you get into that issue again.

I tried doing this, and yet again It shows I have older packages:

Do I do Y?

I don’t know. I also seem to have a problem/worry like that when I try to install a new kernel with non-updated packages.

There is, of course the option of doing it in a chroot environment. Which might be a tad more difficult, but not much.

If you want to go ahead and do that, tell me and I’ll explain.

If you want to go ahead and do that, tell me and I’ll explain.

If that fixes it safely, sure!

OK. First things first:

If you need to provide terminal output, please don’t just provide screenshots of the text. Instead copy the output and paste it here, wrapped in three (3) backticks, before AND after the pasted text. Like this:

```
pasted text
```

This will just cause it to be rendered like this:

Sed
sollicitudin dolor
eget nisl elit id
condimentum
arcu erat varius
cursus sem quis eros.

Instead of like this:

Sed sollicitudin dolor eget nisl elit id condimentum arcu erat varius cursus sem quis eros.

Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.

Thereby increasing legibility thus making it easier for those trying to provide assistance.


Then,

How to chroot

  1. Ensure you’ve got a relatively new ISO or at least one with a still supported LTS kernel.

  2. Write/copy/dd the ISO to a USB thumb drive.

  3. When done, boot with the above mentioned USB thumb drive into the live environment.

  4. Once booted, open a terminal and enter the following command to enter the chroot encironment:

manjaro-chroot -a
  1. If you have more than one Linux installation, select the correct one to use from the list provided.

When done, you should now be in the chroot environment.

But, be careful, as you’re now in an actual root environment on your computer, so any changes you make will persist after a restart.


Once done, open a browser in the live environment here, reply and tell me, and we’ll continue then.

Erm…I don’t really have a thumbdrive right now :sweat_smile:

But I just did Y on that warning while I was installing a kernel and this is what I got:

Do you want to continue anyway? [y/N] y
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing nvidia-utils (520.56.06-2) breaks dependency 'nvidia-utils=515.76' required by lib32-nvidia-utils
:: installing nvidia-utils (520.56.06-2) breaks dependency 'nvidia-utils=515.76' required by linux518-nvidia

So yea, it didn’t break my computer.

But I wanted to say something
I have two GPUs and since this is the nvidia utils that is causing the problem, do you thing switching to AMD will help solving the problem? And how can I solve it?

PS: Result from inxi -Fza

Graphics:
  Device-1: NVIDIA TU117M vendor: Lenovo driver: nvidia v: 515.76
    alternate: nouveau,nvidia_drm non-free: 515.xx+ status: current (as of
    2022-10) arch: Turing code: TUxxx process: TSMC 12nm built: 2018-22 pcie:
    gen: 1 speed: 2.5 GT/s lanes: 8 link-max: gen: 3 speed: 8 GT/s lanes: 16
    ports: active: none empty: HDMI-A-1 bus-ID: 01:00.0 chip-ID: 10de:1f99
    class-ID: 0300
  Device-2: AMD Renoir vendor: Lenovo driver: amdgpu v: kernel
    arch: GCN-5.1 code: Vega-2 process: TSMC n7 (7nm) built: 2018-21 pcie:
    gen: 4 speed: 16 GT/s lanes: 16 ports: active: eDP-1 empty: none
    bus-ID: 05:00.0 chip-ID: 1002:1636 class-ID: 0300 temp: 46.0 C

Honestly?

:man_shrugging:

I have less than 0 idea. But it might if you switch to the AMD, because then you can remove everything nvidia-related, even if only temporary. But:

Isn’t actually from nvidia. It’s because the kernel is EOL and it and related packages have been removed from the repositories so it’s no longer there. So I don’t think so.

Also, if everything’s working fine at the moment, rather wait until you can get a thumb drive.

1 Like
  1. Try to uninstall first:
$ pamac remove lib32-nvidia-utils 
$ pamac remove linux518-nvidia
  1. Install linux 515 LTS

  2. Then install linux515-nvidia

  3. Update your system


Note: I can not help because I am not Nivdia user

2 Likes

Thank You! That was easier than expected…I thought removing the graphics card utilities like that would end up breaking my computer or something.

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