Running systemd, with grub
however, make install now installs files like this:
Code: Select all
/usr/src/linux # make install
INSTALL /boot
Loading /usr/lib/kernel/install.conf…
layout=uki set via /usr/lib/kernel/install.conf
INITRD_GENERATOR (none) set via /usr/lib/kernel/install.conf.
UKI_GENERATOR (none) set via /usr/lib/kernel/install.conf.
Loaded /usr/lib/kernel/install.conf.
MACHINE_ID=e2aba522d37f4762bed099449a92f594 set via /etc/machine-id.
Found cgroup2 on /sys/fs/cgroup/, full unified hierarchy
Found container virtualization none.
/dev/nvme0n1p1: Partition has wrong PART_ENTRY_TYPE=c12a7328-f81f-11d2-ba4b-00a0c93ec93b for XBOOTLDR partition.
Couldn't find an XBOOTLDR partition.
Failed to check file system type of "/efi": No such file or directory
Using EFI System Partition at /boot as $BOOT_ROOT.
Using entry token: e2aba522d37f4762bed099449a92f594
kernel version (6.7.2-gentoo) set via command line.
kernel image file (/usr/src/linux/arch/x86/boot/bzImage) set via command line.
Using ENTRY_DIR=/boot/e2aba522d37f4762bed099449a92f594/6.7.2-gentooCode: Select all
System.map-6.7.1-gentoo-r1*
config-6.7.1-gentoo-r1*
initramfs-6.7.1-gentoo-r1.img*tried installkernel with and without systemd USE flag.
Is there a setting that can be made in installkernel config file to revert back to the default method
UPDATE: uninstalling kernelinstall, make install puts the files in the /boot dir correctly, run dracut as usual, creates correct initramfs, rename files vmlinuz and system map to match the current kernel version, and system boots ok


