rEFInd: How to Install and Boot Alternative OS on Mac

3 years ago
64

Hello and welcome to a new episode of Nomadic Dmitry!

In this episode we are discussing how to install rEFInd boot-loader to run alternative operating systems on your Mac computer (Linux, Windows or whatever else you prefer).

DISCLAIMER: Please do all those action on your own risk.
ALWAYS backup your data before performing things like that on your computer.

Support me (for NEW videos!):
PATREON: https://www.patreon.com/nomadicdmitry
FOR A COFFEE:: https://www.buymeacoffee.com/nomadicdmitry

🏡My website:
http://www.trvlforever.com

Timestamps:

Discussing the Mac Boot Options: (00:00)
Where to get the rEFInd binary from: (01:57)
Loading the Mac with a rEFInd flash drive: (03:15)
Actions to install the boot loader: (04:17)
Configuring the boot loader menu: (06:40)
Conclusions: (11:15)

*****

rEFInd URL: https://www.rodsbooks.com/refind/

Download latest binary file:

https://www.rodsbooks.com/refind/getting.html

Current version (April 2020) direct link:
https://sourceforge.net/projects/refind/files/0.12.0/refind-bin-0.12.0.zip/download

To prepare for installation:
1. Unzip the downloaded binary
2. Copy that folder to a flash drive

In Recovery Mode (hold Command +R during boot) perform those commands in the Terminal:

1. Type "cd /"
2. Type "cd Volumes/[name of your flash drive]"
3. Type refind binary folder location
4. Type "./refind-install" to execute an install script
5. Press "Y" in the box there
6. Remove flash drive
7. Reboot the Mac
8. Done!

To mount a EFI partition and edit a boot configuration:

1. Open Terminal
2. Type "mkdir mnt"
3. Type "sudo mount -t msdos /dev/disk0s1 mnt"
4. Type "cd ~/mnt/EFI/refind"
5. Type "gedit refind.conf" (use your favorite Text Editor in this case)
6. Find "scanfor" line to configure a boot sequence

** How to recover a Linux installation on Mac **
https://www.youtube.com/watch?v=C1b1aJh_LSQ

** How to boot Windows/Linux on Mac **
https://www.youtube.com/watch?v=C5G9tr1JS_Y

** Choosing a Linux distro for Mac **
https://www.youtube.com/watch?v=Ai9sguTbUD0

** Mac OS 9 and iMac G4 Review **
https://www.youtube.com/watch?v=cu7h9tIofxA

** IntelliJ IDEA: WebDriver Web Testing with Page Objects in 15 minutes **
https://www.youtube.com/watch?v=rirMN72XDr0

** React OS 0.4.13 on Bare Metal. Windows Alternative? **
https://www.youtube.com/watch?v=aDeS7gEmRzw

** Linux Tools for your Mac. Package Management. HomeBrew, MacPorts, Fink **
https://www.youtube.com/watch?v=gBjKJkgmvFQ

** iMac 2008 SSD upgrade in 2020. Is it EASY? **
https://www.youtube.com/watch?v=afhDuGzRceo

** Clover Tutorial: Booting Windows/Linux on Mac. No need to install BootLoader **
https://www.youtube.com/watch?v=OWf80ebhy5M

** IntelliJ IDEA: WebDriver Web Testing with Page Objects in 15 minutes **
https://www.youtube.com/watch?v=rirMN72XDr0

** Windows 98 from a Flash Drive. Good Retro Gaming option? **
https://www.youtube.com/watch?v=menomUUriG0

** HOW to make money writing on Medium **
https://www.youtube.com/watch?v=L_dyCz5h5tg

** HOW I LOST 100 POUNDS IN 3 MONTHS. MY STORY **
https://www.youtube.com/watch?v=gewfLw3rhbg

📚My Medium articles:

💻Who is responsible for quality of software testing - https://medium.com/@nomadic.dmitry/who-is-responsible-for-the-quality-of-application-testing-cef91db32f74
🎴Relax. Travel doesn't solve any of your problems - https://medium.com/@nomadic.dmitry/relax-travel-doesnt-solve-any-of-your-problems-ff5e4dcf77e3
🗺How location independence changed my mindset - https://medium.com/@nomadic.dmitry/how-location-independence-changed-my-mindset-4ea95ab6c2b1
👎The power of saying "No" - https://medium.com/@nomadic.dmitry/the-power-of-saying-no-b164e0fa40d9
🗺3 rules for following nomadic travel dream - https://medium.com/@nomadic.dmitry/3-rules-for-following-a-nomadic-travel-dream-511d5cb23c1c
😉Why being yourself is the best thing you could do - https://medium.com/@nomadic.dmitry/why-being-yourself-is-the-best-thing-you-could-do-cdbbb66f5d4
💻Android Automation. Simple Espresso tutorial - https://medium.com/@nomadic.dmitry/android-automation-a-super-simple-guide-to-create-your-first-espresso-test-395963c77a40

Loading comments...