It used to update nicely, until 63.
I have other computers on Lubuntu and Xubuntu, and they are both still updating correctly.
It used to update nicely, until 63.
I have other computers on Lubuntu and Xubuntu, and they are both still updating correctly.
You can try updating the kernels that have been downloaded then update your
grub
file.When I checked the
apt-cache
for the kernel, it returned the following:from what I can see the kernel files come from
trusty-updates main
andtrusty-security main
.Edit your
/etc/apt/sources.list
and make sure that the following lines are not commented#
out or make sure that they exist:Run the following to make sure the newest kernel is downloaded:
Also from our conversation, install the generic kernel:
If it installs the kernel correctly, there would be no reason to go any further than here.
To update the current installed kernels, from a terminal prompt type in:
You should see something like:
Then type in the following to update
grub
:If the kernel was installed correctly, you should see something similar to the following:
Once you have seen
reboot your system so it will boot to the
3.13.0-70-generic
kernel.Hope this helps!