All Projects → EvanPurkhiser → Refind Minimal

EvanPurkhiser / Refind Minimal

Licence: mit
A stunningly clean theme for the rEFInd UEFI boot manager.

Projects that are alternatives of or similar to Refind Minimal

rEFInd-chalkboard
A simple monochrome theme for the rEFInd UEFI boot manager
Stars: ✭ 27 (-98.3%)
Mutual labels:  uefi, refind, refind-theme
ursamajor-rEFInd
Ursa Major theme for rEFInd Bootloader
Stars: ✭ 196 (-87.63%)
Mutual labels:  refind, refind-theme
MetalOS
Homebrew x64 OS written in C++ that runs Doom!
Stars: ✭ 33 (-97.92%)
Mutual labels:  uefi, bootloader
Veracrypt Dcs
VeraCrypt EFI Bootloader for EFI Windows system encryption (LGPL)
Stars: ✭ 81 (-94.89%)
Mutual labels:  uefi, bootloader
Hackintosh-ASUS-A455LF-Notebook
EFI Folder for ASUS A455LF-WX039D Notebook Series with Clover/OpenCore Legacy or UEFI
Stars: ✭ 27 (-98.3%)
Mutual labels:  uefi, bootloader
efi
Ergonomic Rust framework for writing UEFI applications.
Stars: ✭ 44 (-97.22%)
Mutual labels:  uefi, bootloader
CloverEFI-4MU
Manually install Clover EFI Bootloader via Linux System on Legacy BIOS or UEFI Firmware.
Stars: ✭ 93 (-94.13%)
Mutual labels:  uefi, bootloader
systemboot
SystemBoot is a LinuxBoot distribution that works as a system firmware + bootloader, based on u-root
Stars: ✭ 103 (-93.5%)
Mutual labels:  uefi, bootloader
refind-ambience
Minimal theme for the rEFInd boot manager
Stars: ✭ 256 (-83.85%)
Mutual labels:  refind, refind-theme
UEFI-Boot
Boot Linux directly from UEFI firmware (without any bootloader)
Stars: ✭ 38 (-97.6%)
Mutual labels:  uefi, bootloader
refind-theme-regular
munlik.deviantart.com/art/rEFInd-theme-512091944
Stars: ✭ 634 (-60%)
Mutual labels:  refind, refind-theme
Aio Boot
AIO Boot is an All-in-One bootable software for USB and HDD. Is one of the best Multiboot USB Creator for Windows.
Stars: ✭ 300 (-81.07%)
Mutual labels:  uefi, bootloader
Hekate
hekate - A GUI based Nintendo Switch Bootloader
Stars: ✭ 3,286 (+107.32%)
Mutual labels:  uefi, bootloader
sicherboot
Unmaintained systemd-boot integration with secure boot support; consider https://github.com/Foxboron/sbctl instead.
Stars: ✭ 31 (-98.04%)
Mutual labels:  uefi, bootloader
uefi-elf-bootloader
UEFI ELF Bootloader example
Stars: ✭ 40 (-97.48%)
Mutual labels:  uefi, bootloader
rEFInd-glassy
A minimalistic rEFInd theme
Stars: ✭ 46 (-97.1%)
Mutual labels:  refind, refind-theme
Tomatboot
A UEFI 64bit Bootloader
Stars: ✭ 109 (-93.12%)
Mutual labels:  uefi, bootloader
Toboot
Bootloader for the EFM32HG Tomu Board
Stars: ✭ 65 (-95.9%)
Mutual labels:  bootloader
Dgos
Operating System
Stars: ✭ 90 (-94.32%)
Mutual labels:  bootloader
Vbiosfinder
Extract embedded VBIOS from (almost) any BIOS Update
Stars: ✭ 64 (-95.96%)
Mutual labels:  uefi

Minimalistic rEFInd theme

rEFInd is an easy to use boot manager for UEFI based systems. This is a clean and minimal theme for it.

rEFInd Minimalistic

Usage

  1. Locate your refind EFI directory. This is commonly /boot/EFI/refind though it will depend on where you mount your ESP and where rEFInd is installed. fdisk -l and mount may help.

  2. Create a folder called themes inside it, if it doesn't already exist

  3. Clone this repository into the themes directory.

  4. To enable the theme add include themes/rEFInd-minimal/theme.conf at the end of refind.conf.

Here's an example menuentry configuration (from the screenshot)

menuentry "Arch Linux" {
	icon /EFI/refind/themes/rEFInd-minimal/icons/os_arch.png
	loader vmlinuz-linux
	initrd initramfs-linux.img
	options "rw root=UUID=dfb2919d-ff78-48db-a8a7-23f7542c343a loglevel=3"
}

menuentry "Windows" {
	icon /EFI/refind/themes/rEFInd-minimal/icons/os_win.png
	loader /EFI/Microsoft/Boot/bootmgfw.efi
}

menuentry "OSX" {
	icon /EFI/refind/themes/rEFInd-minimal/icons/os_mac.png
	loader /EFI/Apple/Boot/bootmgfw.efi
}

Entries that are autodetected should also show the proper icons.

Background sizes

If you find the background looks blurry it may be due to the included wallpaper being an incorrect resolution for your monitor. You can download the original high quality wallpaper, resize it as appropriate, and replace the background.png.

You can of course also choose your own background!

Attribution

The OS icons are from Lightness for burg by SWOriginal.

The background is Minimalist Wallpaper by LeonardoAIanB. Thank you to Padster for locating it!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].