Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] Latest linux upgrade 6.1.0-18-amd64 failed

New to Debian (Or Linux in general)? Ask your questions here!
Message
Author
dlu2021
Posts: 211
Joined: 2021-08-13 19:55
Location: Minnesota
Has thanked: 7 times
Been thanked: 41 times

Re: Latest linux upgrade 6.1.0-18-amd64 failed

#41 Post by dlu2021 »

Proposed updates isn't enabled by default. You will need to temporarily add something like this to your sources:

Code: Select all

deb http://ftp.us.debian.org/debian bookworm-proposed-updates main contrib non-free non-free-firmware

Narodnaya Volya
Posts: 27
Joined: 2023-01-14 20:58
Has thanked: 6 times
Been thanked: 2 times

Re: Latest linux upgrade 6.1.0-18-amd64 failed

#42 Post by Narodnaya Volya »

dlu2021 wrote: 2024-02-14 16:36 Proposed updates isn't enabled by default. You will need to temporarily add something like this to your sources:

Code: Select all

deb http://ftp.us.debian.org/debian bookworm-proposed-updates main contrib non-free non-free-firmware
Thanks for this. Worked perfect.

Should i leave this on after the next update? Or i should disable this repo?

dlu2021
Posts: 211
Joined: 2021-08-13 19:55
Location: Minnesota
Has thanked: 7 times
Been thanked: 41 times

Re: Latest linux upgrade 6.1.0-18-amd64 failed

#43 Post by dlu2021 »

You will probably want to disable it, so that you don't get early surprise updates in the future.

bryanmc
Posts: 122
Joined: 2016-11-18 12:21
Has thanked: 2 times

Re: Latest linux upgrade 6.1.0-18-amd64 failed

#44 Post by bryanmc »

It was having "proposed updates" accidentally enabled that started this thread.... I would disable it after you update the kernel. Personally, I'm just going to just wait for the next point release.

M22
Posts: 29
Joined: 2024-01-28 07:35
Been thanked: 2 times

Re: Latest linux upgrade 6.1.0-18-amd64 failed

#45 Post by M22 »

Narodnaya Volya wrote: 2024-02-15 10:56
dlu2021 wrote: 2024-02-14 16:36 Proposed updates isn't enabled by default. You will need to temporarily add something like this to your sources:

Code: Select all

deb http://ftp.us.debian.org/debian bookworm-proposed-updates main contrib non-free non-free-firmware
Thanks for this. Worked perfect.

Should i leave this on after the next update? Or i should disable this repo?
I enabled it (proposed_updates) when I encountered the kernel panic with my nvidia, and after updating I disabled it back by remarking it out in the /etc/apt/sources.list file.

Now my system boots normally and it is using the default repos and everything is up to date.

Borg
Posts: 33
Joined: 2024-02-16 22:49
Has thanked: 3 times
Been thanked: 3 times

Re: Latest linux upgrade 6.1.0-18-amd64 failed

#46 Post by Borg »

As of today, this problem is fixed.

The newer version 525.147.05-7~deb12u1 of the nvidia-graphics-drivers package is now in bookworm-updates, with this new version, the new linux kernel image will compile. Therefore, no action needs to be taken other than updating the system as normal.

svc
Posts: 2
Joined: 2024-02-26 12:49
Has thanked: 1 time

Re: [Solved] Latest linux upgrade 6.1.0-18-amd64 failed

#47 Post by svc »

I have bookworm-updates in my apt/sources.list but when I try to install nvidia-driver it still selects version 525.147.05-4~deb12u1 which of course fails.

I also added bookworm-proposed-updates and see the same thing. What am I missing?

These are my sources.list lines:

deb http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware

deb http://security.debian.org/debian-security bookworm-security main non-free-firmware
deb-src http://security.debian.org/debian-security bookworm-security main non-free-firmware

deb http://deb.debian.org/debian/ bookworm-updates main non-free-firmware
deb-src http://deb.debian.org/debian/ bookworm-updates main non-free-firmware

cfb
Posts: 54
Joined: 2017-01-08 16:39
Been thanked: 5 times

Re: [Solved] Latest linux upgrade 6.1.0-18-amd64 failed

#48 Post by cfb »

svc wrote: 2024-02-26 12:54 What am I missing?
I guess you are missing "non-free".

svc
Posts: 2
Joined: 2024-02-26 12:49
Has thanked: 1 time

Re: [Solved] Latest linux upgrade 6.1.0-18-amd64 failed

#49 Post by svc »

Whopps, my bad. Thank you so much!

Post Reply