Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no initramfs created #2774

Open
dev-aphex opened this issue Nov 6, 2024 · 1 comment
Open

no initramfs created #2774

dev-aphex opened this issue Nov 6, 2024 · 1 comment

Comments

@dev-aphex
Copy link

dev-aphex commented Nov 6, 2024

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
Copy link
Member

Torxed commented Nov 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants