Libreboot provides libre boot firmware (based on coreboot) that initializes the hardware (e.g. memory controller, CPU, peripherals) on specific Intel/AMD x86 and ARM targets, which then starts a bootloader for your operating system (Linux/BSD). https://libreboot.org/
 
 
 
 
Go to file
Runxi Yu e36aa8c5a5 README.md: Vastly simplify it 2025-02-01 00:18:31 +08:00
config deps/arch: genisoimage belongs to cdrtools 2025-01-31 16:38:20 +08:00
include vendor.sh: don't error if grep -v fails 2025-01-27 06:57:30 +00:00
script set up python in PATH, ensuring that it is python3 2025-01-05 21:48:45 +00:00
util util/nvmutil: only set mac_updated at the end 2025-01-29 04:45:57 +00:00
.gitignore Mitigate Debian Trixie/Sid GCC/GNAT version mismatch 2024-12-30 00:21:02 +00:00
COPYING libreboot! 2021-05-18 13:56:12 +01:00
README.md README.md: Vastly simplify it 2025-02-01 00:18:31 +08:00
build update my copyright years on modified scripts 2025-01-03 18:09:03 +00:00
mk support ./mk in place of ./update trees 2024-07-22 23:36:04 +01:00
projectname update README 2021-05-18 14:05:01 +01:00
projectsite add projectsite file: point to libreboot.org 2024-06-02 23:15:27 +01:00
update Revert "Remove legacy update/vendor commands" 2024-12-30 21:06:05 +00:00
vendor Revert "Remove legacy update/vendor commands" 2024-12-30 21:06:05 +00:00

README.md

Libreboot

Libreboot provides libre boot firmware on supported motherboards. It replaces proprietary vendor BIOS/UEFI implementations, by

  • Using coreboot to initialize the hardware (e.g. memory controller, CPU, etc.) while minimizing unwanted functionality (e.g. backdoors such as the Intel Management Engine)
  • ... which runs a payload such as SeaBIOS, GRUB, or U-Boot
  • ... which loads your operating system's boot loader (BSD and Linux-based systems are supported).

Why use Libreboot, and what is coreboot?

A lot of users who use libre operating systems still use proprietary boot firmware, which often contain backdoors and bugs, hampering user freedom and right to repair.

coreboot provides libre boot firmware by initializing the hardware then running a payload. However, coreboot is notoriously difficult to configure and install for most non-technical users, requiring detailed technical knowledge of hardware.

Libreboot solves this by being a coreboot distribution (in the same way that Alpine Linux is a Linux distribution). It provides a fully automated build system that downloads and compiles pre-configured ROM images for supported motherboards, so end-users could easily fetch images to flash onto their devices.

Libreboot also produces documentation aimed at non-technical users and excellent user support via IRC.

Contribute

You can check bugs listed on the bug tracker.

You may use Codeberg pull requests to send patches with bug fixes or other improvements. This repository hosts the code for the main build system. The website lives in a separate repository.

Development is also done on the IRC channel.

License for this README

It's just a README file. It is released under Creative Commons Zero, version 1.0.