Hey, I've run into the same issue. >From what I could backtrack it was the merge, of kernel-install into installkernel (https://wiki.gentoo.org/wiki/Installkernel).
So what I did to fix was to add the following change, as suggested in the wiki to prevent the systemd-kernel-install, like: ``` $ cat /etc/env.d/99no-systemd-kernel-install SYSTEMD_KERNEL_INSTALL=0 ``` I am using grub, so maybe I am missing something the systemd-kernel-install to work. Regards, Guillaume.

