On Thu, 2021-07-01 at 15:14 +0000, Grant Edwards wrote: > On 2021-07-01, Neil Bothwick <n...@digimed.co.uk> wrote: > > > make install names the files in a way that dracut and grub-mkconfig > > recognise. Just run make install after make modules install. You've > > let > > the makefile copy all the other files, you may as well let it handle > > the > > final two :) > > IIRC, "make install" requiers /sbin/installkernel -- an executable > that's provided by one of installkernel-gentoo-3, debianutils, or > installkernel-systemd-boot. Back in the day, a base installation > didn't have /sbin/installkernel, and you needed to install it > manually. Has that changed? > > -- > Grant > >
The handbook says that sys-kernel/installkernel-gentoo should be installed by default. [1] Just throw in my 2 cents, I use genkernel to manage compiling and installing the kernel. With a little configuring you can get it to compile, install and run grub-mkconfig for you. That way I can't forget to run grub-mkconfig or something. Hayley [1] https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Kernel#Installing_correct_installkernel