Hi, i have endeavour installed in a partition (sda2), with EFI too (sda1). Endeavour partition is encrypted. I was using refind as boot manager and then goes to systemd (I think). I installed another arch based distro in sda3, and now refind didn´t find EndeavourOS, just the other OS.
I can arch-chroot on Endeavour, so all the info is there, but I can´t make it work, Also, refind.conf shows some entries that didn´t match UUID of the drive:
"Boot with standard options" "quiet zswap.enabled=0 nowatchdog splash rw rootflags=subvol=/@ cryptdevice=UUID=74ff2376-da1a-4d5c-ad9a-f4f59c45407c:luks-74ff2376-da1a-4d5c-ad9a-f4f59c45407c root=/dev/mapper/luks-74ff2376-da1a-4d5c-ad9a-f4f59c45407c"
"Boot to single-user mode" "quiet zswap.enabled=0 nowatchdog splash rw rootflags=subvol=/@ cryptdevice=UUID=74ff2376-da1a-4d5c-ad9a-f4f59c45407c:luks-74ff2376-da1a-4d5c-ad9a-f4f59c45407c root=/dev/mapper/luks-74ff2376-da1a-4d5c-ad9a-f4f59c45407c" single
"Boot with minimal options" "ro root=/dev/mapper/luks-74ff2376-da1a-4d5c-ad9a-f4f59c45407c"
And blkid is:
`
/dev/sda2: UUID="495c1d33-0c7b-4037-9c5b-9f86a45e3e5e" TYPE="crypto_LUKS" PARTLABEL="endeavouros" PARTUUID="28fc9839-c619-46f0-9821-f3ea48d1ac9f"
/dev/sda3: UUID="a922d865-75b2-4a95-9580-f279bf73790b" UUID_SUB="afee0692-9fff-4bab-8782-649070222beb" BLOCK_SIZE="4096" TYPE="btrfs" PARTLABEL="root" PARTUUID="f2406f9f-e6cd-4b7e-b5e9-64c3c47f8ad9"
/dev/sda1: UUID="F8E3-60C2" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="fec2a77b-164f-4c68-83fd-43416c27016e"
/dev/zram0: LABEL="zram0" UUID="625e59c4-a9cd-42f6-8581-93825867a1c7" TYPE="swap"
`
I tried with rfind-install, but nothing change. How can I change the configuration to show EndeavourOS?