I followed all the instructions found in this guide verbatim. I used the same kernel source linux 3.16 etc. I got through all the steps, rebooted, and when using uname -r, it shows my other kernel version still (3.18.3) What can I do to make the kernel the 3.16 one that I just built?
Output of update-grub:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.18.3
Found initrd image: /boot/initrd.img-3.18.3
Found linux image: /boot/vmlinuz-3.16.0
Found initrd image: /boot/initrd.img-3.16.0
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Found initrd image: /boot/initrd.img-3.13.0-32-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
sudo update-grub
. – muru Feb 22 '15 at 04:46