On Sat, Oct 13, 2012 at 10:36 AM, Jim Rees <rees@xxxxxxxxx> wrote: > > I install kernels on Ubuntu every day of the week and twice on Sundays, and > never jump through their silly hoops. The only magic is making the > initramfs, if you use one. > > make install modules_install > update-initramfs -c -k 3.6.1 (or whatever) > update-grub This magic is what the distro "/usr/sbin/installkernel" script is supposed to do, which the kernel Makefile does for the "install" target. So the "make install" *should* have done the grub and initramfs update. Ubuntu screwed up (probably because Debian did). I wish they'd just fix it. The whole reason the kernel does that /usr/sbin/installkernel thing is so that distributions can do whatever magic it is they want to do for themselves. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html