limine-bootloader / limine

Modern, advanced, portable, multiprotocol bootloader and boot manager.
https://limine-bootloader.org
BSD 2-Clause "Simplified" License
1.88k stars 141 forks source link

fallback initramfs entry? #427

Closed wastlnd closed 3 weeks ago

wastlnd commented 3 weeks ago

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.

chigenwings commented 3 weeks ago

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

wastlnd commented 3 weeks ago

@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?

chigenwings commented 3 weeks ago

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

wastlnd commented 3 weeks ago

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

mintsuki commented 3 weeks ago

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