Odroid N2+ shut down during update and won't boot now #8174
-
|
I was 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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
One of the problems with DKMS: if it fails, some package Most likely, you can recover it by creating the following symlinks:
They are most likely still pointing to the old versions, which do not exist anymore. I hope the initramfs image has been generated already. |
Beta Was this translation helpful? Give feedback.
One of the problems with DKMS: if it fails, some package
postinststeps 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.