This is for frugal or live installs of Puppy Linux.
Installs on a USB drive, SD card, Hard drive.
Can not do this on a CD/DVD install or a full install. (CD/DVD installs have read only files. full install do not have needed files to change)
Change_kernels is a program most Puppy versions have.
It is a simple program to use to change the kernel being used.
A little Linux kernel background info:
The Linux kernels main purpose is to provide hardware support.
The Linux kernel used in a Puppy version, may not provide the needed support for the computers hardware.Very new hardware requires a very new kernel.
Old or very old hardware, may be better supported, by an older kernel version.
Newer kernels are dropping support for very old hardware. (kind of hit and miss what is still supported)
Depends on how the kernel was compiled. There is huge amount of possible config choices.
For sure the newest kernel should support the newest hardware.Consider kernels as different series.
2 series, 3 series, 4 series, 5 series, etc........
Those series have different versions.
Example:
Linux kernel series 4
Kernel 4.0.0
kernel 4.0.12
kernel 4.1.22
kernel 4.4.66
etc.......
These are updates to original series 4.0.0 kernel. Added drivers, changed settings and config, bug fixes, etc.....General rule for what hardware should be supported.
Very, very very old hardware -> kernel 2 series and maybe series 3.
Very old hardware -> kernel series 4 and maybe some series 3. Even series 5, maybe still supports it.
Very new hardware -> kernel series 5 and maybe the newest one or a kernel not made yet.
you can change the kernel, to any kernel version, you would like to use, with this tool
In a terminal enter
Code: Select all
change_kernels
Note:
Best to use a kernel package that was compiled for Puppy Linux.
Here are all the normal Puppy kernel packages that can be used:
http://distro.ibiblio.org/puppylinux/huge_kernels/
Some newer Linux kernel packages are here:
viewforum.php?f=65
64 bit kernels have 64 in the package name.
No 64 in name, it is 32bit kernel.
Download a huge kernel tar.bz2 package and extract the files in it to a directory.
open the change_kernels program
open in rox file manager the directory holding the extracted huge kernel components
drag and drop the correct vmlinuz and kernel-modules.sfs or zdrv.sfs paths to the program input slots.
answer prompt yes
The program makes all the needed name changes.
reboot
Should now be using the new kernel.
Just to better understand the change_kernels program.
The info for the input slots is a little miss leading.
(Use nothing from the running Puppy)
What goes into the slots is stuff from the new kernel.
Top slot -->the vmlinuz file
Bottom slot -->the zdrv sfs or the kernel-modules sfs
There is a kernels button (bottom right) that will take you to the repository of all the regular Puppy versions kernels.
You can use any of them, however get too old a kernel and newer hardware may not be supported.
If you cannot run change_kernels program.
after you extract the new kernel package files.
Change the name of the zdrv.sfs to the exact name it is in the Puppy version.
Delete the vmlinuz and the zdrv sfs files from the Puppy install.
Replace them with the new ones from the new kernel package.
Reboot.
Note:
There are some newer versions of change_kernels that have more options.
So, your version may look a little different.
This info is basic operation of the program.
Example:
This is the newest version of change_kernels with more options.
.
.