Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- timeout 20
- use_nvram true
- resolution max
- enable_mouse
- mouse_size 32
- mouse_speed 16
- use_graphics_for osx,linux,windows,grub
- scanfor internal,external,manual,optical,netboot
- scan_driver_dirs drivers_x64
- dont_scan_files vmlinuz-linux-zen,vmlinuz-linux-lts,vmlinuz-linux,initramfs-linux,initramfs-linux-lts,initram>
- menuentry "Garuda Linux" {
- icon /EFI/refind/themes/glow/icons/os_arch.png
- volume "GARUDA"
- loader /@/boot/vmlinuz-linux-zen
- initrd /@/boot/amd-ucode.img
- initrd /@/boot/initramfs-linux-zen.img
- options "root=UUID=d2e2014c-2f4f-49fd-8407-9c788794cffb rw rootflags=subvol=@ quiet loglevel=3"
- ostype Linux
- submenuentry "Boot with fallback initramfs" {
- initrd /@/boot/initramfs-linux-zen-fallback.img
- options "root=UUID=d2e2014c-2f4f-49fd-8407-9c788794cffb rw rootflags=subvol=@"
- }
- }
- include themes/glow/theme.conf
Advertisement
Add Comment
Please, Sign In to add comment