Skip to content
Discussion options

You must be logged in to vote

One of the problems with DKMS: if it fails, some package postinst steps might be missing, and if it crashes, that may result in an unbootable system. Which driver are you missing/adding with DKMS?

Most likely, you can recover it by creating the following symlinks:

  • /boot/Image -> vmlinuz-6.18.*
  • /boot/dtb -> dtb-6.18.*
  • /boot/initrd.img -> initrd.img-6.18.*

They are most likely still pointing to the old versions, which do not exist anymore. I hope the initramfs image has been generated already.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kartikynwa
Comment options

@MichaIng
Comment options

Answer selected by kartikynwa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants