grüß euch,
bis jetzt hab ich eine FAT partition als /boot
gemountet, die partition soll blos noch für das efi
da sein, aber das scheint nicht so einfach…
tom@donar ~ # bootctl list
type: Boot Loader Specification Type #1 (.conf)
title: linux-cachyos (default) (not reported/new)
id: linux-cachyos.conf
source: /efi//loader/entries/linux-cachyos.conf
linux: /efi//vmlinuz-linux-cachyos (No such file or directory)
initrd: /efi//initramfs-linux-cachyos-fallback.img (No such file or directory)
options: root=/dev/nvme0n1p1 loglevel=3 nmi_watchdog=0 scsi_mod.scan=async rw audit=0 resume=/dev/nvme0n1p3 fsck.repair=yes fsck.mode=>
type: Boot Loader Specification Type #1 (.conf)
title: cachyos (not reported/new)
id: cachyos.conf
source: /efi//loader/entries/cachyos.conf
linux: /efi//vmlinuz-linux-cachyos (No such file or directory)
initrd: /efi//initramfs-linux-cachyos-fallback.img (No such file or directory)
options: root=/dev/nvme0n1p1 loglevel=3 nmi_watchdog=0 scsi_mod.scan=async rw audit=0 quiet resume=/dev/nvme0n1p3
wie es scheint, erwartet systmed-boot
, daß da auch die initramfs sind.
weiß zufällig jemand, wie ichs dazu bringe auf /boot
zu verweisen?
da gibts natürlich noch bootctl --esp-path=/efi --root=/nvme0n1p1 --boot-path=/boot install
, aber da passiert rein gar nichts