REFInd Dual Boot
So you wanna dual boot with rEFInd? It’s actually really easy to set up now that EFI support has been mostly fully adopted now. But there are a few sticking points and getting some background knowledge on how EFI works can help you work through those. I’m dividing this guide up into sections so you can can work through the specific steps you need. And if you’re coming back to this for the commands the TL;DR is right there at the top.
TL;DR
- Linux
sudo apt install refind
- Windows Powershell (Admin)
bcdedit.exe /set "{bootmgr}" path \EFI\refind\refind_x64.efi bcdedit.exe /set "{bootmgr}" description "rEFInd - WinSet"