We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2024.11.01
regular installation /w desktop on real hardware, limine as bootldr
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
The text was updated successfully, but these errors were encountered:
Strange, this is not a file we create. And I'm wondering why it's looking for a default unified kernel image oÔ
Sorry, something went wrong.
No branches or pull requests
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
fixed it by uncommenting both entrys for the image and redo mkinitcpio
The text was updated successfully, but these errors were encountered: