I’m a newbie to CashyOS and Arch Linux but I’m happy to finally change from windows to Linux gaming. Still Windows needs to be installed alongside with CashyOS. So, I opted for a separate NVME just for Cashy. I installed it with rEFInd restarted but ran into the issue that I can’t find a bootable drive in my UEFI menu.
These are the steps I already did:
checked efibootmgr after install but before restart: Boot0003* rEFInd Boot Manager was there as expected
checked efibootmgr after restart: Boot0003 rEFInd was gone
If rEFInd does not appear in the UEFI boot menu after installation, you may need to manually create a boot entry using efibootmgr .
For an example only, if the ESP is on /dev/sda1 , run: efibootmgr --create --disk /dev/sda --part 1 --loader /EFI/refind/refind_x64.efi --label "rEFInd Boot Manager" --unicode .
If rEFInd is installed in the default fallback path, copying the refind_x64.efi file to /EFI/BOOT/bootx64.efi on the ESP
But wouldn’t it be easier to install rEFInd on a small USB Thumb drive and boot from that. (More on that if your interested)