Refind Macos Catalina



IMPORTANT! Newer Mac hardware (e.g. T2/M1 chips) do not run Linux well, or at all. This is true for Linux in general, not just Kali Linux.
The model & year of the device will determine how successful your experience will be.

  1. What Is The Latest Update For Macos Catalina
  2. Refind Macos Catalina Mac
  3. Install Refind Macos Catalina

This guide will show you to dual-boot macOS/OS X with Kali Linux using rEFInd boot manager. If you wish to replace macOS/OS X completely, please refer to our single boot Kali on Mac hardware guide.

  • However, if you wish to keep macOS/OS X, you will want to refer to our dual-boot guide instead. In our example, we will be installing Kali Linux on a Mac Mini (Mid 2011) using macOS High Sierra (10.13). The same procedure has also been tested on a Mac Book Air (Early 2014) using macOS Catalina (10.15). Installation Prerequisites.
  • MacOSをインストールする方法をご紹介してきたのですが、多数の記事に分散してしまっています。そこで、10.15 Catalinaをインストールするための参考になる関連記事へのポインタをまとめた総集編を作りました。.

Install Catalina to PC. This video has directions for making a Bootable Catalina install USB drive (untested by me). Note the BIOS settings required, etc. Once you have made a working USB drive, you can use RMPrepUSB - Drive-File to make a copy of the first large HFS partition to a new file - e.g.

By using using the 3rd party boot manager rEFInd(a fork of rEFIt) we are able to increase our control when booting over macOS/OS X OS’s default option. This makes it perfect for dual booting, as a keyboard shortcut does not need to be used every time the device is powered on to boot Kali Linux. rEFInd also has the advantage of helping older hardware to boot from USB devices that would not be able to otherwise (e.g. non-EFI). Once Kali Linux has been installed, rEFInd can be customized to be hidden during boot or removed completely.

In our example, we will be installing Kali Linux on a Mac Mini (Mid 2011) using macOS High Sierra (10.13). The same procedure has also been tested on a Mac Book Air (Early 2014) using macOS Catalina (10.15).

Installation Prerequisites

This guide will make the following assumptions:

  • You have read our single boot Kali Linux install guide, as this has the same Installation Prerequisites (System requirements & setup assumptions).
  • When downloading Kali Linux, pick the live image, rather than the installer option.
  • A single disk to install to (rather than a dedicated disk per operating system).
  • Currently running macOS/OS X 10.7 or higher (later versions are more preferred) as this means the hardware is Intel (and not a PowerPC CPU).
  • Depending on the Mac hardware model & year, you may find:
    • Different results when trying to boot by using either a CD/DVD or a USB drive.
      • You may be able to increase the chances of booting (especially older hardware and non-EFI) from a USB drive by having rEFInd pre-installed.
    • When using the graphical installer, you may notice the tracepad does not function (but will after Kali Linux is installed).
    • In-built wireless may not work, as firmware-b43-installer is not included in the default images.

We need to use a different image from the single boot Kali Linux install guide, as we need the live image. This is because we need to edit the disk structure without mounting any partitions (otherwise they would be in-use). After we have finished altering the disk layout, we can still install Kali Linux using the live image, but there will be a few differences such as:

  • Changing or removing the desktop environment.
  • Installing or removing any metapackages.

Both of these can be addressed post installation, as it saves swapping to the installer image (as you will need either multiple CD/DVD/USBs or to re-image half way though).

This installation has the potential to go wrong very easily as it involves editing existing partitions. Be aware of what partitions you are modifying and where you are installing Kali Linux to.
Having a backup of your macOS/OS X files available is a good idea in the event something goes wrong.

Resize macOS/OS X Procedure

Before we can install Kali Linux, there needs to be room on the hard disk. Depending on the format of the macOS/OS X partition, will depend on what method you need todo.

  • If macOS/OS X Sierra (10.12) and earlier, it will be Mac OS Extended (HFS+).
    • You can resize using GParted in from a Kali Linux live session
  • Since macOS/OS X High Sierra (10.13) and later, the default will be Apple File System (APFS).
    • You can resize in a normal macOS/OS X session, or in recovery mode (recommended).

HFS+/GParted

What Is The Latest Update For Macos Catalina

  1. To start resizing, make sure you insert your Kali Linux installation medium and power on the device. Immediately press and hold the Option (or Alt) ⌥ key until you see the boot menu (rEFInd if installed, else the default macOS/OS X).You may or may not have a Recovery HD depending on your macOS/OS X setup.
  1. When the boot menu appears, if everything works as expected, you should see two volumes:
  • EFI Boot - Newer hardware which support UEFI. It is common for GUID Partition Table (GPT) partitions to be used.
  • Windows - “Non-EFI” boot. This use on older hardware which uses BIOS. You often see Master Boot Record (MBR) partition tables here.

If you only see one volume (EFI Boot), then the installation media is not supported for this device. This could be because the age of the firmware on the device.
You may wish to install rEFInd, as it is a boot manager, and try again.

Even though Kali Linux is based on Debian, macOS/OS X always detects non-EFI boot media as Windows. We suggest that you select the EFI Boot volume to continue. However, if the installation hangs at this point, power cycle and select Windows (Being Kali Linux non-EFI/BIOS). The success depends on the Mac hardware’s model & year.

  1. You should be greeted with the Kali Linux boot screen. Select Live, and you should be booted into the Kali Linux default desktop.
  1. Now launch GParted, which we’ll use to shrink the existing macOS/OS X partition to give us enough room to install Kali Linux in the free space.
  1. Once GParted has opened, select your macOS/OS X partition & resize it leaving enough space (we recommend at least 20 GB) for the Kali Linux installation.

Depending on your setup, it is often the second option (the largest partition). In our example, there are three partitions:

  • The EFI upgrade partition (/dev/sda1)
  • macOS/OS X’s main operating system (/dev/sda2)
  • System Recovery (/dev/sda3)

If you are moving past into any non-white in the partition then you are editing a section that is in use.
Only remove from the area of the partition that is not in use.
It is alright to leave the third partition (/dev/sda3), and only shrink the actual install (/dev/sda2).

If you wish to organize the partition to group all the macOS/OS X partitions together, placing the free space at the end, you may do so.

  1. Once you have resized your macOS/OS X partition, ensure you “Apply All Operations” on the hard disk. Exit gparted and reboot.

APFS/Recovery

This can be doing using either the command line, or graphical (using Disk Utility). Both option support resizing in a “normal” session, or booting into recovery mode. Using recovery mode, means the drive is not in use, so would reduce of the chances of issues. We would also recommend using the command line method, as it allows for a empty partition to be created which simplifies the setup process later on.

  1. To get to command line access: Spotlight->Terminal

  2. By using diskutil list, we can see our disk we want to resize is disk0s2, and it is ~500GB.

  1. We want to reduce the 500GB to be 400GB. This would give Kali Linux 100GB (we recommend at least 20 GB).
  1. Quickly checking diskutil list again, we can see it has been successful.

Kali Linux Installation Procedure

  1. The installation procedure from this point onwards is similar to a Kali Linux Hard Disk install, until the point of the partitioning.At this point, you need to select “Guided - use the largest continuous free space(rather than “Guided - the entire disk”) which got created earlier with gparted.

Do not forget you may need to press and hold the Option (or Alt) ⌥ key during the startup to see the boot menu (unless you have rEFInd installed).

  1. You can carry on following the single boot Kali Linux install guide, expect you will not have the option to select desktop environment or metapackages as you are using the live image. Once the installation is done, reboot.

By default, macOS/OS X will boot into itself, rather than any other operating system/install media. As we have done it already a few times, you need to hold the Option (or Alt) ⌥ key. Whilst this “works”, but its not ideal as it is easy to not boot anything other tha macOS/OS X. Enter rEFInd, a replacement boot manager (which can also have themes applied).

Installing rEFInd

rEFInd is a boot manager, replacing the limiting default one with macOS/OS X, allowing for greater options. It can be installed either before or after Kali Linux’s installation, as well as from macOS/OS X or Kali Linux.

Since the release of macOS/OS X El Capitan (10.11), an additional security feature got introduced, System Integrity Protection (SIP). To install rEFInd using macOS/OS X, this first needs to be one-time bypassed (recommended), or disabled. Alternatively rEFInd can be installed using Kali Linux (we recommended todo so after when Kali Linux is installed rather than using live mode).

Installing rEFInd using macOS/OS X

rEFInd cannot easily be downloaded when in recovery mode, as there is limited space and tools/libraries available (e.g. curl does not support https). As a result, we will download rEFInd inside of a normal macOS/OS X session and afterwards reboot to recovery mode to install.

At the time of this writing, the latest version of rEFInd is 0.12.0.

  1. We will start off by downloading rEFInd, check its a valid zip file, and then extract.
  1. We are going to restarting macOS/OS X, and press the Command (⌘) and R keys at the same time, until you see a boot logo. At this point, if there is a firmware password, you will need to enter it in order to continue.

This will bypass SIP by using macOS/OS X’s Recovery System version which is in-built to the firmware (so no Internet connection is required).

  1. When recovery mode has fully loaded, from the menu: Utilities->Terminal.
  1. Afterwards, we need to navigate to the extracted folder.

The path will be different, as its based on the label of the hard disk (in our case, Macintosh HD) and username (username) and version of rEFInd (0.12.0)

  1. Execute shell script refind-install.

Even though we are in recovery, where SIP is not running, rEFInd still believes it is. We will overwrite this.

  1. Reboot macOS/OS X. From the menu: Apple->Restart.
  1. Upon restart you should see the new boot manager, rEFInd.

Installing rEFInd using Kali Linux

rEFInd is also included with Kali Linux. We can quickly install it by doing the following:

During the installation, you will get a prompt saying about automatically running rEFInd. We recommend you press yes, otherwise you will need to run sudo dpkg-reconfigure refind (or sudo refind-install) afterwards.

Upon restart you should see the new boot manager, rEFInd.

Configuring rEFInd

If you wish, you can alter rEFInd in various ways now, including:

  • The default OS selection
  • Timeout for menu selection
  • Direct boot into the default OS (Note, by pressing Option (or Alt) ⌥ key during boot, you will have a one-time boot menu).
  • Adding custom icons/themes.

refind.conf

macOS/OS X El Capitan

If you wish to make any of these alterations, this can be done by editing rEFInd’s configuration file. If you are using macOS/OS X El Capitan (10.11) or later, you need to mount the EFI boot volume first to access the file. This is done by doing the following.

macOS/OS X Yosemite

If you are using macOS/OS X Yosemite (10.10) or earlier, the configuration file is located here as no mounting is required.

Kali Linux

On Kali Linux, the configuration file is found in the following location.

Post Installation

Now that you’ve completed installing Kali Linux, it’s time to customize your system.

The General Use section has more information and you can also find tips on how to get the most out of Kali Linux in our User Forums.

Download Free & Enjoy! No Advertisements or Surveys Required.

Please do not mirror link:

Valor (DSDT Patch Script & Modified Apple Drivers Package/Script for MacbookPro8,1) Download Link:

Valor & Valor Lite USB & ISO Mounting Setup Tutorial

There is a wonderful mythical law of nature that the three things we crave most in life—happiness, freedom, and peace of mind—are always attained by giving them to someone else.

Refind macos catalina mac

Donations are greatly appreciated!

VALOR & VALOR LITE
'Your New Bootcamp Assistant Replacement'

Valor Script: A Frankin-Mac Project

DSDT Patch to Enable Audio Drivers in EFI Installed Version of Windows 10, Blue Screen Of Death Fix, and more.

Macos

ALL THANKS GOES TO TGIK AND itayemi's METHODS! TGIK IS DA MAN! TGIK APPLE FOURM: https://discussions.apple.com/thread/250137979 AND itayemi's Windows Method (This without the script or drivers) (How to do this manually):http://www.itayemi.com/blog/2019/09/12/dual-booting-mac-osx-and-windows-on-macbookpro/ -THANKS AGAIN itayemi!

TGIK provided the full Mac/Clover bootloader version of creating and executing the DSDT patch, while itayemi provided a Windows alternative of creating and executing the DSDT patch. I'm the guy who took the two and made a script for Windows and added other needed and useful tools that is needed to make Windows 10 ver 1903 and higher to be compatible. This is the safest way without mistakenly bricking your MacBook and ruining your firmware. This is only targeted to MacBook Pro Early 2011 '13' inch models aka MacBookPro8,1.

I'M NOT RESPONSIBLE FOR ANY DAMAGES CAUSED TO YOUR MAC OR PC (NOT MEAN'T FOR PC USERS). IT IS THE USERS RESPONSIBILITY TO MAINTAIN PC AND REFORMAT WINDOWS IF DONE INCORRECTLY. SO IF YOU DON'T UNDERSTAND THESE TERMS, EXIT IMMEDIATELY!

Welcome to Valor!

Thanks for being here and giving this a spin!

1.) This is a script that will install a DSDT file to make your audio drivers work for your MacBook Pro Early 2011 in EFI mode. This is means if you want to install multiple Windows Partitions you can in EFI and you are no longer dependent on the DVD Rom.

2.) BootCamp drivers downloaded and changed as of 10/23/2019. The modifications are MacHaldriver.sys has been completely removed and through this script installs a MacHaldriver.inf instead to avoid Blue Screen Of Death with Windows 10 ver. 1903 or higher because of incompatibility. Untested on Mid 2011 and Late 2011 Macbooks, please provide feedback if there are any issues. This will be automatically executed when using the script.

3.) Legacy Windows essentials programs will be installed to ease user experience transitioning for Windows 7. Ninite will be executed to insure all users are setup with modern day browsers and including the must have tools to maintain this machine. Anti-Virus will be provided and other useful Microsoft programs including Windows Media Center-Port Over from Windows 7.

Please look into the Script Directory and ResourcesInstallers Directory to look over what will be installed or offered to be installed as you go through the script! Thanks again I hope you enjoy!

iFixit Pro Tech Toolkit - Electronics, Smartphone, Computer & Tablet Repair Kit
Need to buy?:https://amzn.to/2LdTVh5(USED https://bitly.com/ to shorten links) (What I have HIGHLY RECOMMENDED) (NEEDED FOR Project unless you have toolkit)

Fan Replacement Tutorial:https://www.youtube.com/watch?v=uArg6T7WWSc
Need to buy?:https://ebay.to/2Zui341(Where I've purchased from) (USED https://bitly.com/ to shorten links)

Battery Replacement Tutorial:https://www.youtube.com/watch?v=aQLov6ZaE9I
Need to buy?:https://ebay.to/30GDeBl(Where I've purchased from) (USED https://bitly.com/ to shorten links)

Ram Upgrade Tutorial:https://www.youtube.com/watch?v=_NIGiTIYQM0
Need to buy?: Links Below DO NOT USE OWC from Macsales.com (HARDWARE IS BAD I KNOW FROM EXPERIENCE)
8GB Total 4GBx2:https://www.crucial.com/usa/en/macbook-pro-%2813-inch%2C-early-2011%29/CT3309331(This is what I have)
16GB Total 8GBx2:https://www.crucial.com/usa/en/macbook-pro-%2813-inch%2C-early-2011%29/CT3373717

SSD Upgrade Tutorial:https://www.youtube.com/watch?v=cfiGF_pjqvM(MUST HAVE FOR MOJAVE AND WINDOWS 10 FOR BESTPERFORMANCE) (NEEDED FOR Project)
Need to buy?:https://bit.ly/2zvEawB(Sandisk website) (USED https://bitly.com/ to shorten links) (Where I've purchased from)

Rubber Feet (Bottom Case Feet) & Bottom Screws Replacement:
Need to buy?:https://ebay.to/2Hw4gE2(Where I've purchased from) (USED https://bitly.com/ to shorten links) Torrent photoshop cc 2019 mac download.

Sandisk Flash Drives (Recommended)
Need to buy?:https://bit.ly/32cotXn(Need 3-4 Flash Drives at least 64GB or 128GB or more for 1 Flash Drive. At least 16GB for the other 3 Flash Drives) (NEEDED FOR Project) (USED https://bitly.com/ to shorten links)

Refind Macos Catalina Mac

Aluminum 4 Port USB 3.0 Hub 5Gbps High Super Speed Adapter Cable For PC Laptop and Mac
Need to buy?:https://ebay.to/2ZvAERs(USED https://bitly.com/ to shorten links) (USE THIS HUB BECAUSE OF THE SPACE BETWEEN THE PORTS)

Super Drive Tutorial (Internal DVD ROM Replacement):https://www.youtube.com/watch?v=jbsycr-lSmI&t=9s
Need to buy?:https://ebay.to/2PjbWjm (USED https://bitly.com/ to shorten links)

AmazonBasics 4.7 GB 16x DVD-R (100-Pack Spindle) or Verbatim DVD-R 4.7GB 16x Recordable Media Disc - 10 Disc Box, Blue/Orange - 97957
Need to buy?:https://amzn.to/2Ue5o4w(USED https://bitly.com/ to shorten links) orhttps://amzn.to/32eg7Pc(USED https://bitly.com/ to shorten links)

LG Electronics 8X USB 2.0 Super Multi Ultra Slim Portable DVD Rewriter External Drive with M-DISC Support for PC and Mac, Black (GP60NB50) (MAKE SURE YOU HAVE PC WIN 7 OR NEWER WITH A DVD ROM BURNER IF NOT GRAB ONE OF THESE)
Need to buy?:
https://amzn.to/2PkKEZY

Install Refind Macos Catalina


*****Software and Operating Systems to Download for Project*****Remember this is for Macbook Pro Early 2011 13inch*****MacBookPRO 8,1*****A1278*****

Catalina Downloader & Patcher, Download Link:https://ipfs.io/ipfs/QmQc3do3KGKycojvXJeEubawkFvMiZP7MjApWhb1XTvF2f/macOS%20Catalina%20Patcher.dmg

or

Media Creation Tool (MICROSOFT OFFICAL ISO DOWNLOADER Windows 7 or Higher PC NEEDED), Download Link:https://www.techspot.com/downloads/downloadnow/6734/?evp=3e01b158e760f60b81b3624ec2ee5c32&file=
Web Virus Checker:https://www.virustotal.com/gui/file/65022a4f15b3e34419bbe4b14ad60a1887d6ac703d154bfaf73e9036e2fe2d5d/detection

ReFIND Bootloader for MacOS, Download Link:https://sourceforge.net/projects/refind/to know more about it?http://www.rodsbooks.com/refind/

FOR EXPERIENCE USERS ONLY! ALTERNATIVE BOOTCAMP ASSISTING TOOLS FOR WINDOWS, Download Links:http://www.forbootcamp.org