archinstall icon indicating copy to clipboard operation
archinstall copied to clipboard

no initramfs created

Open dev-aphex opened this issue 1 year ago • 1 comments

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

dev-aphex avatar Nov 06 '24 23:11 dev-aphex

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

Torxed avatar Nov 09 '24 13:11 Torxed