Hi guys, I wanted to ask you something that I have never been able to understand well. For some time now, I have been compiling the kernels myself to make sure that I use options that are more congenial to me and be able to use the infamous 4K page format as my friend Daniel Pocock taught me. To compile the Kernel, both on Debian and on Ubuntu which is a derivative, I use the universal procedure and then I do: make menuconfig and I configure the kernel, make -jx, obviously I put the number of treed in place of x, make modules, make modules install and finally make install. At that point after make install the grub updates and gives me the new kernel and actually at the new start, I find it in the list of usable kernels. The only thing I can't understand though is, why when I give the grep command to see the installed kernels, I never get my compiled files? Consequently if I have to remove one of mine, I can't because giving the classic remove command, it tells me that that kernel obviously doesn't exist. I would like to understand what is missing in my procedure, which allows the system to recognize 100 by 100 the kernel compiled and installed by me ... Thanks to all of you always
1