Question
Ubuntu 14.04 using a 15.04 kernel
Hello, I have changed the default kernel come with Ubuntu 14.04 to a 15.04 kernel version. First of all I don’t know if this is allowed to do as when I did it, the 15.04 kernel was in the list.
I didn’t encounter problems until I am trying to configure the firewall. When I issue the command “ufw status”, I get error
modprobe: ERROR: ../libkmod/libkmod.c:556 kmodsearchmoddep() could not open moddep file ’/lib/modules/3.16.0-23-generic/modules.dep.bin
found also in this thread.
I tried sudo apt-get install linux-image-$(uname -r) then I get
E: Unable to locate package linux-image-3.19.0-16-generic
Should I do sudo apt-get install –reinstall linux-image-3.13.0?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×