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
This is just a question about how i could bring back grub instead of Limine for the booting.
The text was updated successfully, but these errors were encountered:
You can create a iso using the code from grub, just import the .bin file of your os and load it with multiboot2.
Sorry, something went wrong.
Your grub.cfg should look like this:
set timeout=15 menuentry 'Entry name' { multiboot2 /boot/YourOSFile.bin boot }
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
No branches or pull requests
This is just a question about how i could bring back grub instead of Limine for the booting.
The text was updated successfully, but these errors were encountered: