archinstall
archinstall copied to clipboard
no initramfs created
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
Strange, this is not a file we create. And I'm wondering why it's looking for a default unified kernel image oÔ