KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
systemd-boot
★ 17
Open GitHub ↗
Simple UEFI Boot Manager
Download README (.md)
Explore Similar Repositories
drf-reverse-proxy
:
Django REST Framework reverse proxy view
simple-orm
:
Simple ORM made with PHP
generator-rest-example
:
A fully commented RESTful API example generated with generator-rest
laravel-mass-mailer
:
Mass Mailer Package for Laravel
Elimination-games-XiaoXiaoLe
:
A Elimination games based on the HTML,Javascript。Used the createjs framework。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
systemd-boot
?
Download (.md)
# systemd-boot systemd-boot is a simple UEFI Boot Manager. Its main job is to lunch selected boot menu entry. systemd-boot leverages APIs provided by UEFI firmware and offloads all the heavy lifting to a firmware (e.g. loading files from disk, executing binaries). This allows for very minimal implementation, but feature complete to support common usecases (desktop, laptop). systemd-boot fully supports The Freedesktop Boot Loader Specification [[1]](https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/). ## Installation ``` ./autogen.sh ./configure --prefix=/usr make sudo make install ``` Note that installation of sytemd-boot to the EFI System Partition must be handled separately. It is usually done by ```bootctl``` command line utility from systemd package. ### Dependencies * gnu-efi * xsltproc (optional) * pkg-config (optional) * qemu (optional) * OVMF (optional) ## Authors * Kay Sievers * Harald Hoyer * ... and many others (for complete list see git history at [[2]](https://www.github.com/systemd/systemd))