rEFInd is a boot manager for UEFI systems and scans for kernels & EFI at boot.
-
Locate your refind EFI directory. This is commonly
/boot/EFI/refindthough it will depend on where you mount your ESP and where rEFInd is installed. -
Create a folder called
themesinside it, if it doesn't already exist -
Clone this repository into the
themesdirectory. -
To enable the theme add
include themes/rEFInd-sunset/theme.confat the end ofrefind.conf.
Entries should be autodetected and shown with the proper icons.
Manual entry can be done via menuentry option.
Example:
menuentry "Windows" {
icon /EFI/refind/themes/rEFInd-sunset/icons/os_windows.png
loader /EFI/Microsoft/Boot/bootmgfw.efi
}
Other examples are in the refind.conf file.
OS Icons are from munlik's repository and self made.
sudo mkdir /boot/efi/EFI/refind/themes
sudo cp -rf rEFInd-sunset /boot/efi/EFI/refind/themes/
sudo echo "include themes/rEFInd-sunset/theme.conf" >> /boot/efi/EFI/refind/refind.conf

