0

I have followed this tutorial

http://www.yourownlinux.com/2015/07/how-to-install-linux-kernel-4-1-1-in-linux.html

to install install 4.1.1 kernel but at the end when i checked my kernel versions by

uname -r 

I am still seeing the old kernel

4.4.0-62-generic

1 Answers1

1

Grub always loads the latest kernel. You need to manually select the 4.1.1 kernel from advanced options of grub menu.

If you want the 4.1.1 kernel to be default, you will need to remove all newer kernels from your system.

Please note that the 4.1.1 kernel is not supported, and questions about problems with it are off-topic at this site.

Pilot6
  • 92,041