项目作者: EvanPurkhiser

项目描述 :
A stunningly clean theme for the rEFInd UEFI boot manager.
高级语言:
项目地址: git://github.com/EvanPurkhiser/rEFInd-minimal.git
创建时间: 2013-07-11T09:24:14Z
项目社区:https://github.com/EvanPurkhiser/rEFInd-minimal

开源协议:MIT License

下载


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)

  1. menuentry "Arch Linux" {
  2. icon /EFI/refind/themes/rEFInd-minimal/icons/os_arch.png
  3. loader vmlinuz-linux
  4. initrd initramfs-linux.img
  5. options "rw root=UUID=dfb2919d-ff78-48db-a8a7-23f7542c343a loglevel=3"
  6. }
  7. menuentry "Windows" {
  8. icon /EFI/refind/themes/rEFInd-minimal/icons/os_win.png
  9. loader /EFI/Microsoft/Boot/bootmgfw.efi
  10. }
  11. menuentry "OSX" {
  12. icon /EFI/refind/themes/rEFInd-minimal/icons/os_mac.png
  13. loader /EFI/Apple/Boot/bootmgfw.efi
  14. }

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!