Hello there. I am not able to get my Garuda Linux booting icon under rEFInd, despite automatic search and/or specific subvolumes. Can you tell me what's wrong with my configuration ?
Here it is
boot/efi/EFI//refind/Refind.conf
also_scan_dirs +,@/boot (please note: my Garuda shows all dirs with a "@" at the beginning: @, @home, @usr, etc. so i assume "@" is the subvolume)
@/boot/refind_linux.conf
"Boot using standard options" "root=PARTUUID=e2a936ac-17f1-8242-afd0-03031b4bd36c rw rootflags=subvol=@ initrd=@\boot\initramfs-linux-tkg-bmq.img"
Thse fact is: despite automatic search and manual subvolumes specs, there is no automatic kernel found, nor the manual settings works.
What's wrong with mu config ?
Thanks in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello there. I am not able to get my Garuda Linux booting icon under rEFInd, despite automatic search and/or specific subvolumes. Can you tell me what's wrong with my configuration ?
Here it is
EFI partition:
/dev/nvme0n1p1: SEC_TYPE="msdos" UUID="5761-164E" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="e0a405ab-e1d8-4749-8923-0b92898e720e"
Garuda Linux partition
/dev/nvme0n1p4: UUID="67f46a68-1818-4fb8-86fb-bf36f19f7e18" UUID_SUB="7f67eada-d389-44c5-bd15-68dec97b4a82" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="e2a936ac-17f1-8242-afd0-03031b4bd36c"
Directory structure
drwxr-xr-x 1 root root 0 12 dic 14.38 efi
-rw------- 1 root root 59862304 11 dic 18.05 initramfs-linux-tkg-bmq-fallback.img
-rw------- 1 root root 39253753 11 dic 18.05 initramfs-linux-tkg-bmq.img
-rw-r--r-- 1 root root 3621888 19 nov 08.58 intel-ucode.img
drwxr-xr-x 1 root root 22 5 dic 16.50 memtest86+
-rw-r--r-- 1 root root 377 13 dic 19.57 refind_linux.conf
-rw-r--r-- 1 root root 8881824 5 dic 16.50 vmlinuz-linux-tkg-bmq
boot/efi/EFI//refind/Refind.conf
also_scan_dirs +,@/boot
(please note: my Garuda shows all dirs with a "@" at the beginning: @, @home, @usr, etc. so i assume "@" is the subvolume)
menuentry "Garuda" {
icon /EFI/refind/icons/os_arch.png
volume 67f46a68-1818-4fb8-86fb-bf36f19f7e18
loader @/boot/vmlinuz-linux-tkg-bmq
initrd @/boot/initramfs-linux-tkg-bmq.img
options "root=PARTUUID=e2a936ac-17f1-8242-afd0-03031b4bd36c rw rootflags=subvol=@"
submenuentry "Boot using fallback initramfs" {
initrd @/boot/initramfs-linux-tkg-bmq-fallback.img
}
submenuentry "Boot to terminal" {
add_options "systemd.unit=multi-user.target"
}
}
@/boot/refind_linux.conf
"Boot using standard options" "root=PARTUUID=e2a936ac-17f1-8242-afd0-03031b4bd36c rw rootflags=subvol=@ initrd=@\boot\initramfs-linux-tkg-bmq.img"
Thse fact is: despite automatic search and manual subvolumes specs, there is no automatic kernel found, nor the manual settings works.
What's wrong with mu config ?
Thanks in advance
SOLVED
Btrfs driver was missing
Sorry and thanks anyway