Cosmos icon indicating copy to clipboard operation
Cosmos copied to clipboard

Question: How could i bring back grub instead of Limine

Open xavier114 opened this issue 1 year ago • 3 comments
trafficstars

This is just a question about how i could bring back grub instead of Limine for the booting.

xavier114 avatar Apr 23 '24 03:04 xavier114

You can create a iso using the code from grub, just import the .bin file of your os and load it with multiboot2.

ghost avatar May 01 '24 17:05 ghost

Your grub.cfg should look like this:

set timeout=15

menuentry 'Entry name' {
    multiboot2 /boot/YourOSFile.bin
    boot
}

ghost avatar May 01 '24 17:05 ghost

I think we should let the user decide and add an option in the project settings (grub, syslinux or limine). But it's not a priority

valentinbreiz avatar May 15 '24 13:05 valentinbreiz

Why the fuck would you want the emacs of bootloaders? Limine is fine.

9xbt avatar Mar 18 '25 17:03 9xbt