08-17-2016, 11:48 AM
Pages: 1 2
08-17-2016, 01:22 PM
Does LL update manager give a similar?
But an idea - - What kernel version are you running? Can be found with:"
Looks like 3.16/3.19/4.2 expire this month..??.. As per https://wiki.ubuntu.com/Kernel/Support
Now with that... LL I believe uses a custom kernel so not 100% if follows similar paths..
Hope it helps point in the right direction...
Updated:
Oh, and as the image says https://wiki.ubuntu.com/1404_HWE_EOL
The kernel has been EOL'd.
But an idea - - What kernel version are you running? Can be found with:"
Code:
uname -a
Looks like 3.16/3.19/4.2 expire this month..??.. As per https://wiki.ubuntu.com/Kernel/Support
Now with that... LL I believe uses a custom kernel so not 100% if follows similar paths..
Hope it helps point in the right direction...
Updated:
Oh, and as the image says https://wiki.ubuntu.com/1404_HWE_EOL
The kernel has been EOL'd.
08-17-2016, 01:43 PM
Code:
Linux LiamLinuxLite 3.19.0-68-generic #76~14.04.1-Ubuntu SMP Fri Aug 12 11:47:02 UTC 2016 i686 i686 i686 GNU/Linux
The command that you gave me got me the results above. The question is, shall I hit update or Ignore it? And no, The LL updater does not show me this.
08-17-2016, 02:21 PM
(08-17-2016, 01:43 PM)liamjake05 link Wrote: [ -> ]Kernel 3.19...Code:Linux LiamLinuxLite 3.19.0-68-generic #76~14.04.1-Ubuntu SMP Fri Aug 12 11:47:02 UTC 2016 i686 i686 i686 GNU/Linux
The command that you gave me got me the results above. The question is, shall I hit update or Ignore it? And no, The LL updater does not show me this.
I wouldn't use the Gnome updater to update - especially the kernel... But this is me; others may advise.
I'd wait for those that can speak to the LL kernel whether an update is required... Upside it is fairly easy to update the kernel should you need to...
08-17-2016, 02:24 PM
Is it safe to update or not?
08-17-2016, 02:29 PM
liamjake05,
I cannot see your snapshot from my work PC. But on the issue of your kernel, I saw this path coming when LL released version 2.8 with the kernel you're on. I stayed with kernel 3.13 since I wasn't installing a fresh copy of 2.8, but merely upgrading to 2.8 from 2.6.
At this point, you can either use Install/Remove Software to install 3.13, which is supported until April 2019, or you can upgrade from 3.19 to 4.4, which is also supported until April 2019.
You may be able to upgrade to 4.4 using the following code or by opening Install/Remove Software, and clicking on Installed (upgradeable), in the left pane, as seen in the manual here: https://www.linuxliteos.com/manual/softw...l#heldpack.
I cannot see your snapshot from my work PC. But on the issue of your kernel, I saw this path coming when LL released version 2.8 with the kernel you're on. I stayed with kernel 3.13 since I wasn't installing a fresh copy of 2.8, but merely upgrading to 2.8 from 2.6.
At this point, you can either use Install/Remove Software to install 3.13, which is supported until April 2019, or you can upgrade from 3.19 to 4.4, which is also supported until April 2019.
You may be able to upgrade to 4.4 using the following code or by opening Install/Remove Software, and clicking on Installed (upgradeable), in the left pane, as seen in the manual here: https://www.linuxliteos.com/manual/softw...l#heldpack.
Code:
sudo apt-get install linux-generic
08-17-2016, 02:39 PM
Synaptic does not show anything about this
08-17-2016, 03:02 PM
Again I wouldn't use the Gnome Manger to update...
You will use terminal to run the commands..
I would make a SystemBack backup for the just in case...
For 3.13
For 4.4
Kernel info:
https://www.linuxliteos.com/forums/insta...ernel/210/
You will use terminal to run the commands..
I would make a SystemBack backup for the just in case...
For 3.13
Code:
sudo apt-get update && sudo apt-get install linux-headers-linuxlite-3.13.0 linux-image-linuxlite-3.13.0 -y
For 4.4
Code:
sudo apt-get update && sudo apt-get install linux-headers-linuxlite-4.4.0 linux-image-linuxlite-4.4.0 -y
Kernel info:
https://www.linuxliteos.com/forums/insta...ernel/210/
08-17-2016, 03:12 PM
Can you give me the commands for the ubuntu kernal?
08-17-2016, 03:17 PM
Three things:
1) You could use the terminal command I listed earlier.
2) You could install/upgrade/reinstall linux-generic using Synaptic Package Manager.
3) In Synaptic Package Manager (ie Install/Remove Software), you need to click on Reload first. Then Installed (upgradeable) in the left pane. If nothing there, just do Reload, Mark All Upgrades, and Apply.
1) You could use the terminal command I listed earlier.
2) You could install/upgrade/reinstall linux-generic using Synaptic Package Manager.
3) In Synaptic Package Manager (ie Install/Remove Software), you need to click on Reload first. Then Installed (upgradeable) in the left pane. If nothing there, just do Reload, Mark All Upgrades, and Apply.
Pages: 1 2