
Home
LinuxBoot is the concept of using a Linux kernel and initramfs as a bootloader.
The linuxboot repository contains a
build system implementing LinuxBoot primarily targeting servers and PCs, which
started as NERF in January 2017 at Google.
Why?
Improves boot reliability by replacing lightly-tested firmware drivers with
hardened Linux drivers.
Improves boot time by removing unnecessary code. Typically makes boot 20
times faster.
Allows customization of the initrd runtime to support site-specific…