Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

I was apt upgrade-ing it today. When compiling dynamic kernel modules it crashed due to overheating. Now it won't boot. The uboot screen says "Failed to load /boot/image".

What are the steps for recovering from here? On a normal computer I would try something like chrooting and force reinstalling the update. But I am not sure what to do here.

Thanks.

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

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.

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

Thanks very much. I decided to backup important files and reinstall dietpi instead. I will keep this in mind the next time it happens. Pleasantly, I seem to not need the DKMS for the wifi anymore so at least some good came out of this.

@MichaIng
Comment options

Right, if for some Realtek WiFi dongle, recent Linux versions added a lot of drivers for those.

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.