Linux Kernel 6.14.0.27 broke my PC, Linux Kernel 6.14.0.24 works

Top text

Looks like the error was due to linux-headers-6.14.0-27-generic not being installed at the time of trying to upgrade your NVIDIA driver’s kernel modules packages. But this package did get installed in a follow-up software update. If it were my system I’d probably next try

sudo dpkg --configure -a

… and if that exits without error and doesn’t help, check if the selection in Software & Updates > Additional Drivers for your NVIDIA driver is still the same selection you made when you first installed the NVIDIA driver?

1 Like

Thanks, the command exited without any error. But it didn’t fix the issue.

I went to Additional Drivers and installed the top most driver, which said proprietary, tested. It works :slight_smile:

2 Likes

Back to making wallpapers :wink:

2 Likes

Had the same problem after an update (today, July 31). No network anymore, no connection with second screen…
Looking in Synaptic, I noticed that indeed the package
linux-modules-extra-6.14.0-27-generic
was not installed. I marked it for installation. I did a ā€œMark all upgradesā€ too, which added a few packages of the 6.14.0-27 family, did the update, and it fixed my problems.
Thanks!!!

1 Like

Hi alain,

I was wondering what the exact commands you used for this were as I am currently struggling with the same issue here.

Tried this? @marvas1l

2 Likes

I used synaptic and checked the package: linux-tools-6.14.0-27-generic (6.14.0-27.27)
I also hit the ā€œMark all upgradesā€ button, which checked a few other packages.

Here is the log:
Commit Log for Thu Jul 31 14:57:35 2025

Upgraded the following packages:
cloud-init (25.1.2-0ubuntu0~25.04.1) to 25.1.4-0ubuntu0~25.04.1
cloud-init-base (25.1.2-0ubuntu0~25.04.1) to 25.1.4-0ubuntu0~25.04.1
gnome-control-center (1:48.1-1ubuntu0.1) to 1:48.1-1ubuntu0.2
gnome-control-center-data (1:48.1-1ubuntu0.1) to 1:48.1-1ubuntu0.2
gnome-control-center-faces (1:48.1-1ubuntu0.1) to 1:48.1-1ubuntu0.2
libsqlite3-0 (3.46.1-3ubuntu0.1) to 3.46.1-3ubuntu0.2
linux-generic-hwe-24.04 (6.14.0-24.24) to 6.14.0-27.27
linux-headers-generic-hwe-24.04 (6.14.0-24.24) to 6.14.0-27.27
linux-image-generic-hwe-24.04 (6.14.0-24.24) to 6.14.0-27.27

Installed the following packages:
linux-headers-6.14.0-27 (6.14.0-27.27)
linux-headers-6.14.0-27-generic (6.14.0-27.27)
linux-modules-extra-6.14.0-27-generic (6.14.0-27.27)
linux-tools-6.14.0-27 (6.14.0-27.27)
linux-tools-6.14.0-27-generic (6.14.0-27.27)

I hope this helps

Alain

$ sudo apt install linux-generic-hwe-24.04

This will keep your HWE kernel and headers and modules (including -extra) packages up-to-date.

$ apt depends linux-generic-hwe-24.04
linux-generic-hwe-24.04
  Depends: linux-image-generic-hwe-24.04 (= 6.14.0-24.24~24.04.3)
  Depends: linux-headers-generic-hwe-24.04 (= 6.14.0-24.24~24.04.3)
  Recommends: linux-tools-6.14.0-24-generic
  Recommends: ubuntu-kernel-accessories
$ apt depends linux-image-generic-hwe-24.04
linux-image-generic-hwe-24.04
  Depends: linux-image-6.14.0-24-generic
  Depends: linux-modules-extra-6.14.0-24-generic
  Depends: linux-firmware
  Depends: intel-microcode
  Depends: amd64-microcode
  Recommends: thermald
1 Like

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