Hello everyone.
This is my first post in this community. After trying to get it fixed the hole day, I finally decided to ask you guys for some help.
After the update to version 6.6, I can no longer mount my external HDD:
root@DietPi:~# sudo mount /dev/sda1 /mnt/142EBADE2EBAB856/
modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.9.80-v7+/modules.dep.bin'
modprobe: FATAL: Module fuse not found in directory /lib/modules/4.9.80-v7+
ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root
Here are some of the things I tried so far to understand the problem:
root@DietPi:~# uname -r
4.9.80-v7+
root@DietPi:~# ls /lib/modules/
4.14.30+ 4.14.30-v7+
As far as I understand, Dietpi isn’t loading the correct kernel on boot (I tried rebooting it several times).
How can I force it to upgrade the boot configuration to the correct kernel?