Kodi Community Forum

Full Version: Upgrade 14.0 to 14.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello, If I try to upgrade kodi as described in the guidelines I get the follwing error, has anybody an idea?

Setting up patch (2.7.1-4ubuntu2) ...
Setting up python-urllib3 (1.7.1-1ubuntu3) ...
Setting up xserver-xorg-video-intel (2:2.99.910-0ubuntu1.6) ...
Setting up oxideqt-codecs-extra:amd64 (1.6.6-0ubuntu0.14.04.1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
Processing triggers for initramfs-tools (0.103ubuntu4.2) ...
update-initramfs: Generating /boot/initrd.img-3.14.2-amdfixes5+
grep: /boot/config-3.14.2-amdfixes5+: No such file or directory
WARNING: missing /lib/modules/3.14.2-amdfixes5+
Device driver support needs thus be built-in linux image!
depmod: ERROR: could not open directory /lib/modules/3.14.2-amdfixes5+: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
depmod: WARNING: could not open /tmp/mkinitramfs_Y0kHwz/lib/modules/3.14.2-amdfixes5+/modules.order: No such file or directory
depmod: WARNING: could not open /tmp/mkinitramfs_Y0kHwz/lib/modules/3.14.2-amdfixes5+/modules.builtin: No such file or directory
uebertaker@Aspire-R3610:~$
I don't have a real idea....but have you tried a:

Code:
sudo apt-get dist-upgrade

Just for a test...I might be completely wrong, but maybe it helps...
Quote:depmod: ERROR: could not open directory /lib/modules/3.14.2-amdfixes5+: No such file or directory

I have no idea how my personal build kernel comes onto your machine ... your issue is not kodi related.
Looks like what happened here is that this kernel was removed while in use and left stuff behind. What you need to do is reinstall this kernel but not reboot to use it, intead unistall it properly and cleanup the tree properly so it doesnt think the kernel is there when its not anymore, which is what I guess is happening now.
Ok thank you, I will do a clean reinstall then of 14.0 and then upgrade to 14.2 again.