Closed Nox-404 closed 3 years ago
Also there isn't any instruction when using systemd-boot
instead of grub
Here is my "working" systemd-boot
loader config:
# /boot/loader/entries/default.conf
title Default
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /ykfde-challenges.img # <<<<<<HERE
initrd /initramfs-linux.img
options rd.luks.name=xxxxxxxx=crypt root=UUID=xxxxxxxxxxx rw quiet splash
Hi, I noticed the cpio archive must be placed before the
initramfs-linux.img
in order to work. If I don't I get ainitramfs bad magic
(something of the sort) error upon boot that preventykfde
to work.Can it be added to the doc ?