AleksiReede

refind.conf

Feb 22nd, 2026 (edited)
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.88 KB | None | 0 0
  1. timeout 20
  2. use_nvram true
  3. resolution max
  4. enable_mouse
  5. mouse_size 32
  6. mouse_speed 16
  7. use_graphics_for osx,linux,windows,grub
  8. scanfor internal,external,manual,optical,netboot
  9. scan_driver_dirs drivers_x64
  10. dont_scan_files vmlinuz-linux-zen,vmlinuz-linux-lts,vmlinuz-linux,initramfs-linux,initramfs-linux-lts,initram>
  11.  
  12. menuentry "Garuda Linux" {
  13.     icon /EFI/refind/themes/glow/icons/os_arch.png
  14.     volume "GARUDA"
  15.     loader /@/boot/vmlinuz-linux-zen
  16.     initrd /@/boot/amd-ucode.img
  17.     initrd /@/boot/initramfs-linux-zen.img
  18.     options "root=UUID=d2e2014c-2f4f-49fd-8407-9c788794cffb rw rootflags=subvol=@ quiet loglevel=3"
  19.     ostype Linux
  20.  
  21.     submenuentry "Boot with fallback initramfs" {
  22.         initrd /@/boot/initramfs-linux-zen-fallback.img
  23.         options "root=UUID=d2e2014c-2f4f-49fd-8407-9c788794cffb rw rootflags=subvol=@"
  24.     }
  25. }
  26.  
  27. include themes/glow/theme.conf
  28.  
Advertisement
Add Comment
Please, Sign In to add comment