archlinux / archinstall

Arch Linux installer - guided, templates etc.
GNU General Public License v3.0
6.23k stars 538 forks source link

no initramfs created #2774

Open dev-aphex opened 1 week ago

dev-aphex commented 1 week ago

Which ISO version are you using?

2024.11.01

The installation log

regular installation /w desktop on real hardware, limine as bootldr

describe the problem

initramfs images won't get created with mkinitcpio. probably because the entrys in mkinitcpio.d/hook.preset looked like this

#default_config="/etc/mkinitcpio.conf"
#default_image="/boot/initramfs-%PKGBASE%.img"
default_uki="/efi/EFI/Linux/arch-%PKGBASE%.efi"
default_options="--splash /usr/share/systemd/bootctl/splash-arch.bmp"

#fallback_config="/etc/mkinitcpio.conf"
#fallback_image="/boot/initramfs-%PKGBASE%-fallback.img"
fallback_uki="/efi/EFI/Linux/arch-%PKGBASE%-fallback.efi"
fallback_options="-S autodetect"

fixed it by uncommenting both entrys for the image and redo mkinitcpio

Torxed commented 1 week ago

Strange, this is not a file we create. And I'm wondering why it's looking for a default unified kernel image oÔ