Advertisement
ava1ar

refind.conf

Jul 4th, 2021
766
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. #
  2. # refind.conf
  3. # Configuration file for the rEFInd boot menu
  4. #
  5.  
  6. scanfor manual
  7. timeout 3
  8. resolution 1920 1200
  9. use_graphics_for linux windows
  10. hideui label singleuser safemode hwtest arrows hints editor badges
  11. showtools reboot shutdown shell firmware
  12. icons_dir themes/initramfs/icons
  13. banner themes/initramfs/banner.png
  14. banner_scale noscale
  15. small_icon_size 96
  16. big_icon_size 256
  17. selection_big themes/initramfs/selection-big.png
  18. selection_small themes/initramfs/selection-small.png
  19. font themes/initramfs/source-code-pro-extralight-42.png
  20.  
  21. menuentry "Arch Linux" {
  22. ostype Linux
  23. graphics on
  24. icon \EFI\refind\themes\initramfs\icons\os_arch.png
  25. loader \EFI\Linux\linux.efi
  26. submenuentry "Boot with LTS kernel" {
  27. loader \EFI\Linux\linux-lts.efi
  28. }
  29. submenuentry "Boot to ramdisk" {
  30. loader \EFI\Linux\initramfs.efi
  31. }
  32. }
  33.  
  34. menuentry "Windows" {
  35. ostype Windows
  36. graphics on
  37. icon \EFI\refind\themes\initramfs\icons\os_win.png
  38. loader \EFI\Microsoft\Boot\bootmgfw.efi
  39. }
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement