Jump to content

systemd-boot

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Diwakarwagle (talk | contribs) at 03:53, 8 July 2015. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
gummiboot
Developer(s)Kay Sievers, Harald Hoyer, Karel Zak
Stable release
48 / January 30, 2015; 10 years ago (2015-01-30)[1]
Written inC
TypeUEFI bootloader
LicenseGNU LGPL
Websitefreedesktop.org/wiki/Software/gummiboot

gummiboot is an open source boot loader for systems using the Unified Extensible Firmware Interface. Developed by the Red Hat employees Kay Sievers and Harald Hoyer, it is intended to be a minimal alternative to GNU GRUB that "just works"—it automatically detects bootable images (including Linux kernel images, operating systems, and other boot loaders), does not require a configuration file, provides a basic menu interface, and can also integrate with systemd to provide performance data. Its name comes from a German word referring to an inflatable boat.[2]

gummiboot is licensed under the GNU Lesser General Public License version 2.1, unlike GRUB which is licensed under the GNU General Public License version 3. This distinction is intended to allow gummiboot to be suitable for use on UEFI systems implementing "secure boot",[2] due to concerns surrounding its requirement to distribute all authorization keys (such as digital certificates.) needed to run GPL v3-licensed software if hardware restrictions such as secure boot are in effect.[3]

Despite being developed by two of its employees, Red Hat's Fedora Project does not use gummiboot for booting UEFI systems; instead, it will use efilinux to chainload GRUB.[2][3]

In mid 2015 gummiboot was fully integrated into systemd to form systemd's SD-Boot UEFI boot manager. Following this action, the source code repository was cleared.[4]

See also

References

  1. ^ http://cgit.freedesktop.org/gummiboot/commit/?id=2540801adc69277dca9ac19fb9443e368ffbfc31
  2. ^ a b c "Gummiboot is an EFI boot loader that "just works"". The H. Retrieved 11 September 2012.
  3. ^ a b "Ubuntu details its UEFI secure boot plans". Linux Weekly News. Retrieved 11 September 2012.
  4. ^ Michael Larabel: Gummiboot Is Dead, 7 July 2015 (Phoronix)