I was able to compile Linux kernel 6.1.X. 

When I tried compiling kernel 6.5.x and ran into issues. 

I download the required dependencies as required per
https://www.kernel.org/doc/html/v6.7/process/changes.html#changes

I'm just looking to see if I missed any steps. Here is the list of
commands I was able to create prior kernels.


make mrproper

cp -v /boot/config-$(uname -r) .config

make olddefconfig

make

make modules_install

make install

update-initramfs -c -k 6.5.x

update-grub

Anyting I'm missing?

-HP Garcia

Reply via email to