I won't pretend to have read every single word of this thread, but if you have multiple kernel versions then it's generally a good idea to symlink (typically vmlinuz) to your kernel, and have grub boot from that.
The reason this is a good idea is not for ease of every-day use, but for when things go wrong - boot up your livecd, inspect filesystem and see what kernel it's trying to boot, and change if necessary.
Typically the kernel's own make file will take care of auto-updating the symlink (after "make install").
The reason this is a good idea is not for ease of every-day use, but for when things go wrong - boot up your livecd, inspect filesystem and see what kernel it's trying to boot, and change if necessary.
Typically the kernel's own make file will take care of auto-updating the symlink (after "make install").
Comment