REFInd
Boot manager for UEFI systems
From Wikipedia, the free encyclopedia
rEFInd is a boot manager for UEFI and EFI-based machines.[2][3] It can be used to boot multiple operating systems that are installed on a single non-volatile device. It also provides a way to launch UEFI applications.[4][5]
| rEFInd | |
|---|---|
rEFInd with default theme showing boot selections of Windows 11 and openSUSE Tumbleweed (with both GNU GRUB and kernel EFI stub loader) | |
| Developer | Roderick W. Smith |
| Initial release | 14 March 2012 |
| Stable release | |
| Written in | C |
| Operating system | Linux, macOS, Microsoft Windows, TrueOS |
| Platform | IA-32, x86-64, AArch64 |
| Size | ~ 4 MiB |
| Available in | English |
| Type | UEFI boot manager |
| License | GPL-3.0-or-later, BSD-3-Clause (original program), additional components released under various licenses |
| Website | www |
| Repository | |
It was forked from discontinued rEFIt in 2012, with 0.2.0 as its first release.[6][7]
rEFInd supports the IA-32, x86-64, and AArch64 architectures.
Features
rEFInd has several features:[8]
- Automatic operating systems detection.
- Customisable OS launch options.
- Graphical or text mode. Theme is customisable.[9]
- Mac-specific features, including spoofing booting process to enable secondary video chipsets on some Macs.
- Linux-specific features, including autodetecting EFI stub loader to boot Linux kernel directly and using fstab in lieu of rEFInd configuration file for boot order.
- Support for Secure Boot.
Adoption
Development
GNU-EFI and TianoCore are supported as main development platforms for writing binary UEFI applications in C to launch right from the rEFInd GUI menu. Typical purposes of an EFI application are fixing boot problems and programmatically modifying settings within UEFI environment, which would otherwise be performed from within the BIOS of a personal computer (PC) without UEFI.[8]
rEFInd can be built with either GNU-EFI or TianoCore EDK2/UDK.[14]
Fork
See also
- GNU GRUB - Another boot loader for Unix-like systems
- Comparison of boot loaders
- efibootmgr - manipulate the EFI Boot Manager: create and destroy boot entries, change the boot order and other