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

Question: How could i bring back grub instead of Limine #3004

Open
xavier114 opened this issue Apr 23, 2024 · 3 comments
Open

Question: How could i bring back grub instead of Limine #3004

xavier114 opened this issue Apr 23, 2024 · 3 comments

Comments

@xavier114
Copy link

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

@ptobuon
Copy link
Contributor

ptobuon commented May 1, 2024

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

@ptobuon
Copy link
Contributor

ptobuon commented May 1, 2024

Your grub.cfg should look like this:

set timeout=15

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

@valentinbreiz
Copy link
Member

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

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

3 participants