On 2024-12-05, Michael <confabul...@kintzios.com> wrote: > On Thursday 5 December 2024 23:01:36 GMT Grant Edwards wrote: >> On 2024-12-05, Egoitz Aurrekoetxea <ego...@sarenet.es> wrote:
>> All I've ever done for a kernel upgrades is to go into the new kernel >> source dir and do the following: >> >> # zcat /proc/zconfig >.config >> # make oldconfig >> # make >> # make install >> [..] > Also, don't forget 'make modules_install' for any modules not built in the > kernel. Good catch. I forgot to mention that. It's always the step after "make install". Every once in a while I do forget to do that step. For my systems that usually means that X won't start until I do the "make modules_install". -- Grant