# efi-boot **Repository Path**: singlecycling/efi-boot ## Basic Information - **Project Name**: efi-boot - **Description**: EFI bootloader for linux operating systems - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README efilinux - A UEFI bootloader efilinux is a UEFI OS loader. It was created as a reference implementation with the aim of being well documented and containing well written source code. gnu-efi is required to build efilinux. The latest development version of efilinux can be found at, git://git.kernel.org/pub/scm/boot/efilinux/efilinux.git Stable versions can be found at, http://www.kernel.org/pub/linux/utils/boot/efilinux/ CONFIGURATION FILE SYNTAX There is no config syntax as such. A config file is a one-line file that contains command line parameters. See example.cfg. Matt Fleming