It has been a long time since the Salix 15.0 release and it is starting to show its age. During the past months I have experienced several cases of new hardware that Salix 15.0, with the stock 5.15 kernel that it comes with, cannot even boot. Others have reported similar issues too.
With no way to know when the next Slackware release, that will bring a new kernel and therefore compatibility with newer hardware, will happen, this is a major issue for us.
So, I have set up a new repo with kernel 6.12.63 packages that I have built for Salix 15.0! I have been testing these packages for some time now and in my experience, they work fine. Since hardware problems with the 5.15 kernel only concern very new hardware, I have only built packages for the 6.12 kernel for the x86_64 architecture.
You can find the packages in this new repo:
https://download.salixos.org/x86_64/kernel6-15.0/
And you can also add a line like the following in your /etc/slapt-get/slapt-get.rc to be able to use slapt-get to install them:
Code: Select all
SOURCE=https://download.salixos.org/x86_64/kernel6-15.0/:PREFERREDSince the kernel packages are still excluded from automated upgrades in your /etc/slapt-get/slapt-getrc, you will need to install the kernel packages manually:
Code: Select all
sudo slapt-get -u
sudo slapt-get -i kernel-generic kernel-headers kernel-sourceCode: Select all
sudo spkg -d kernel-modulesSo, as soon as you install the kernel packages, before rebooting, you have to run:
Code: Select all
sudo geninitrdCode: Select all
sudo cp /boot/vmlinuz /boot/initrd.gz /boot/efi/EFI/Salix-Xfce-15.0/and also add a line to your /boot/efi/EFI/Salix-Xfce-15.0/elilo.conf to include the initrd line, so the first few lines of the boot entry look something like this:
Code: Select all
image=vmlinuz
label=vmlinuz
initrd=initrd.gz
read-onlyIf you're not on a UEFI system and you're using BIOS, first, that would be strange.
Code: Select all
sudo lilo -vPlease let me know if the kernel boots successfully, or if you run into any issues (boot failures, missing drivers, etc).
I am planning to build a new iso that ships with this kernel during the holidays. It should also include other updates, like the Xfce 4.20 desktop we already have since last Christmas. So, stay tuned.
Happy hacking, and enjoy the holidays!
gapan

