Open Massimo-B opened 7 years ago
Here is my config:
# grep -v "^#" /etc/genkernel.conf
INSTALL="yes"
OLDCONFIG="yes"
MENUCONFIG="no"
NCONFIG="no"
CLEAN="no"
MRPROPER="no"
MOUNTBOOT="yes"
SYMLINK="yes"
SAVE_CONFIG="yes"
USECOLOR="yes"
MAKEOPTS="-j4 -l2"
LVM="yes"
LUKS="yes"
GPG="yes"
UDEV="yes"
BTRFS="yes"
DISKLABEL="yes"
PLYMOUTH="yes"
PLYMOUTH_THEME="glow"
KERNEL_CC="/usr/lib/ccache/bin/gcc"
GK_SHARE="${GK_SHARE:-/usr/share/genkernel}"
CACHE_DIR="/var/cache/genkernel"
DISTDIR="/var/lib/genkernel/src"
LOGFILE="/var/log/genkernel.log"
LOGLEVEL=1
DEFAULT_KERNEL_SOURCE="/usr/src/linux"
COMPRESS_INITRD="yes"
COMPRESS_INITRD_TYPE="gzip"
Hi,
I've got the same issue with "CONFIG_MODULE_COMPRESS". Unset config variables will fix it. (gen_initramfs.sh search for .ko and not .ko.gz)
Regards,
I've noticed that genkernel-next doesn't always do a good job of figuring out which modules it needs to include. Try with --all-ramdisk-modules and see if the problem goes away. If so you can either just use that or figure out which modules to order it to specifically add.
When booting with LUKS, the dm-mod Module is missing. When creating the initramfs it doesn't find the modules:
Although it later in the process finds the right directory /lib/modules/4.13.0-pf2..: