SparkyLinux Forums

Installation & Upgrade => System upgrading => Topic started by: nubipengen on March 12, 2018, 08:58:05 AM

Title: [solved] sparky 5.3 upgrade ?
Post by: nubipengen on March 12, 2018, 08:58:05 AM
hello everybody,

i am currently using sparkylinux 5.2 xfce 32-bit.
i saw that sparky 5.3 is available with kernel 4.15.4, so in the sparky OS i am using, there was system upgrade notification and i confirmed the system upgrade.
the upgrade process did not return any error.

but when i checked the kernel version, using "uname -a" command, it showed :
"4.14.0-3-686 #1 SMP Debian 4.14.17-1 (2018-02-14) i686 GNU/Linux"

it seems that the kernel is not upgraded.

i also tried executing "system upgrade" menu, with the same result.
executing "apt-get update" and then "apt-get dist-upgrade" did not upgrade the kernel either.

what do i miss in the system upgrade procedure ?

thanks in advance.
Title: Re: sparky 5.3 upgrade ?
Post by: pavroo on March 12, 2018, 07:44:42 PM
Kernel 4.15 is in testing repos already, but Debian devs did not move the latest kernel meta packages from sid to testing yet.
So, temporary enable Sid repos:
sudo nano /etc/apt/sources.list.d/sid.list
Refresh package list:
sudo apt update
Install the latest kernel meta:
amd64:
sudo apt install linux-image-amd64
686:
sudo apt install linux-image-686
686-pae:
sudo apt install linux-image-686-pae
Then disable the Sid repos back and refresh package list again.
Title: Re: sparky 5.3 upgrade ?
Post by: nubipengen on March 13, 2018, 11:17:43 AM
thank you very much, sir. it works.

i just realized there is already this guide :
https://sparkylinux.org/wiki/doku.php/linux_kernel

thanks again, sir, i really appreciate your help.