limine-bootloader / limine

Modern, advanced, portable, multiprotocol bootloader and boot manager. (Moved to Codeberg)

Home Page:https://codeberg.org/Limine/Limine

Repository from Github https://github.comlimine-bootloader/limineRepository from Github https://github.comlimine-bootloader/limine

fallback initramfs entry?

opened this issue · comments

I am new to limine but with the help of the Arch Wiki I have successfully setup a main Linux entry. My question is: is it possible to add a fallback initramfs entry like in the GRUB "Advanced options"?And if yes, how? TIA.

Set module_path to fallback-initrd (which is typically present in ESP)

@faiz-x ok, so I add something like/Arch 6.6 fallback and leave the cmdline unchanged, just point the module_path to the fallback initramfs? Also, what's the difference between limine and linux as protocol?

I add something like/Arch 6.6 fallback and leave the cmdline unchanged, just point the module_path to the fallback initramfs?

Yes.

what's the difference between limine and linux as protocol?

You can read about the limine protocol here

Thank you, I tried to use limine but only linux worked.

That is normal. The limine boot protocol needs to be supported by the kernel, and Linux only supports the linux protocol.