REFInd Dual Boot

From Tech Tangents
Revision as of 15:00, 20 August 2024 by Akbkuku (talk | contribs) (Created page with "left|thumb 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....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

  1. Linux

sudo apt install refind

  1. Windows Powershell (Admin)

bcdedit.exe /set "{bootmgr}" path \EFI\refind\refind_x64.efi bcdedit.exe /set "{bootmgr}" description "rEFInd - WinSet"