Live data from Hacker News

LinuxBoot: Linux as Firmware

linuxboot.org

1–10 of 187 posts

Re: LinuxBoot: Linux as Firmware

#4

wait what? using a whole linux kernel as firmware before booting another OS to improve speed, reliability, security? does this seem strange to anyone else?

Check Ron Minnich's talk explaining the why:

https://schd.ws/hosted_files/osseu17/84/Replace%20UEFI%20wit...

(The video of the presentation is linked in the OP).

There's already two and a half obscure OS's running underneath the OS for booting. So this replaces all that crap with something lean and good.

Re: LinuxBoot: Linux as Firmware

#5

wait what? using a whole linux kernel as firmware before booting another OS to improve speed, reliability, security? does this seem strange to anyone else?

Similar philosophy to Petitboot, for which the rationale is given here: https://www.youtube.com/watch?v=CQueOHKO58M

Obviously it's a heavy weight solution, but the idea of having more drivers and better support is compelling— it's a much easier path to exotic boot setups, eg over wifi, off a SAN, whatever.

Re: LinuxBoot: Linux as Firmware

#7

wait what? using a whole linux kernel as firmware before booting another OS to improve speed, reliability, security? does this seem strange to anyone else?

Similar philosophy to Petitboot, for which the rationale is given here: https://www.youtube.com/watch?v=CQueOHKO58M Obviously it's a heavy weight solution, but the idea of having more drivers and better support is compelling— it's a much easier path to exotic boot setups, eg over wifi, off a SAN, whatever.

why boot linux then boot linux again, rather than just booting linux once?

Re: LinuxBoot: Linux as Firmware

#8

Earlier quoted context omitted.

Similar philosophy to Petitboot, for which the rationale is given here: https://www.youtube.com/watch?v=CQueOHKO58M Obviously it's a heavy weight solution, but the idea of having more drivers and better support is compelling— it's a much easier path to exotic boot setups, eg over wifi, off a SAN, whatever.

why boot linux then boot linux again, rather than just booting linux once?

bootstrapping

Re: LinuxBoot: Linux as Firmware

#9

wait what? using a whole linux kernel as firmware before booting another OS to improve speed, reliability, security? does this seem strange to anyone else?

Similar philosophy to Petitboot, for which the rationale is given here: https://www.youtube.com/watch?v=CQueOHKO58M Obviously it's a heavy weight solution, but the idea of having more drivers and better support is compelling— it's a much easier path to exotic boot setups, eg over wifi, off a SAN, whatever.

UEFI is a heavy-weight solution in comparison as well. You can compile some pretty small Linux kernels.
Post reply on HN