bootloader icon indicating copy to clipboard operation
bootloader copied to clipboard

Question: how to boot the linux kernel with the bootloader?

Open pheonixfirewingz opened this issue 1 year ago • 1 comments

As stated in the title I’m making this issue/question as I would like to make my own distro without using grub two And from what I could find, there is no instructions in the repository. Could someone kindly give me a clue or tell me how to achieve this goal, thank you.

pheonixfirewingz avatar Oct 24 '24 20:10 pheonixfirewingz

This crate uses it's own bootloader protocol that isn't supported by Linux.

bjorn3 avatar Oct 24 '24 20:10 bjorn3

Hypothetically you have to write a Rust wrapper for the Linux kernel

zatrit avatar Feb 21 '25 19:02 zatrit