refind.conf (798B)
1 # general 2 banner icons/black.png 3 banner_scale fillscreen 4 dont_scan_dirs EFI/BOOT,EFI/ubuntu 5 dont_scan_files vmlinuz-linux,vmlinuz-linux-beacon 6 hideui singleuser,hints,arrows,label,badges 7 icons_dir icons 8 selection_big icons/arrow.png 9 selection_small icons/arrow.png 10 showtools shutdown 11 timeout 0 12 use_graphics_for linux 13 use_nvram false 14 15 # linux beacon 16 menuentry 'Linux Beacon' { 17 icon /EFI/refind/icons/linux.png 18 volume 'Linux Beacon' 19 loader /vmlinuz-linux-beacon 20 initrd /initramfs-linux-beacon.img 21 options "cryptdevice=/dev/sda2:crypt root=/dev/mapper/crypt rw quiet loglevel=0 vga=current vt.global_cursor_default=0 nosgx" 22 } 23 24 menuentry 'OpenBSD' { 25 icon /EFI/refind/icons/pen.png 26 loader /EFI/BOOTX64.EFI 27 }