Macos Catalina Patcher Tool For Unsupported Macs

Two Birds With One Stone

So I have this old secondhand MacBook Pro 7, 1 that won’t run MacOS later than 10.13.x. I have some uses for the Mac side, namely in the name of mobility, but would also love to get an install of Kali Linux installed so I can play around with it. I saw a comment on Reddit referencing a tool named “Patcher” that would allow for newer versions of MacOS on older Mac hardware. I immediately went down the rabbit hole and here we are.

Outlined below are the steps I took to get Catalina installed, a custom boot manager installed, and Kali Linux running in a dual boot setup. There are 3 main segments to this:

  1. Create a bootable Catalina USB installer using Patcher then installing Catalina on my unsupported machine.
  2. Install a custom boot loader onto my machine.
  3. Copy a Kali Linux iso to a USB drive, then install it onto my machine.

Aug 02, 2021 The video below demonstrates a tutorial walking through the process of using the DosDude Catalina patcher tool to install the macOS 10.15 system software on an unsupported Mac. If you’re going to attempt to install MacOS Catalina on an unsupported Mac, do so at your own risk, and let us know how it goes in the comments below. MacOS Patcher is a command line tool for running macOS on unsupported Macs. Catalina Unus is a command line tool for running macOS Catalina on one HFS or APFS volume. It's integrated into macOS Patcher so you if you have a Mac supported by it, you can use it by running sudo./macOS Patcher.sh -unus. MacOS Catalina Patcher (formerly macOS Mojave Patcher, macOS High Sierra Patcher and macOS Sierra Patcher) is a small yet powerful tool that can help you create a bootable USB drive that can be used to install macOS Catalina on Mac computers older than mid 2012, basically acting as a macOS Mojave patch for unsupported Macs.

Macos catalina patcher tool for unsupported macs files

Patcher – Run Newer MacOS on Unsupported Hardware

Prerequisites – Here’s all you need to get started with Patcher:

  • Patcher for Catalina: http://dosdude1.com/catalina/
  • An unsupported Mac with a hard drive we can wipe.
  • A USB thumb drive larger than 10Gb

Getting this going is super easy as the Patcher app does just about everything for you. USB installer creation can be performed on any machine. Once Patcher was downloaded I performed the following steps:

  1. Open the Patcher DMG and run macOS Catalina Patcher.app.
  2. Click Continue until you are prompted to either browse for a copy of Apple’s Catalina installer or download a fresh copy. It is imported to note that at the time of this writing 10.15.4 has been released but Patcher and 10.15.4 isn’t working on most machines. Therefore you should use Patcher’s “Download a Copy” feature to grab a copy of 10.15.3, which works.
  3. Insert your USB.
  4. Once Catalina is downloaded click the orange external drive icon to “Create a Bootable Installer”.
  5. Select your USB drive, then click start.
  6. Enter your password when prompted to begin.
  7. Once done your USB drive is ready to rock.
  8. Plug the USB into your unsupported Mac, hold option to bring up the boot picker, and select the Patcher USB.
  9. Once booted you’ll be presented with a list of options. Highlight Disk Utility and then click continue.
  10. We need to leave some space for Kali. Above the left pane click View–>Show All Devices.
  11. Highlight the internal HDD and then click the partition button.
  12. Create 2 partitions, an APFS partition for our Catalina install and another for Kali. It is up to you to decide how large you wish these to be. I set the Kali partition to be HFS nut this shouldn’t matter since it will be reformatted when we install Kali.
  13. Close Disk Utility, highlight reinstall macOS, click Continue, agree to terms, select your newly created APFS volume, then click install.
  14. Once done reboot back into the Patcher USB.
  15. Click macOS Post Install
  16. Leave checkboxes alone and click to install patches.
  17. Allow system to reboot, then boot back into the Patcher USB.
  18. While were at it, let’s disable SIP. We’ll need to do this in order to install Kali. Click Utilities on the upper toolbar then disable SIP with the following command:
  19. Reboot and setup Catalina for your use.

Installing rEFInd – Custom Bootloader

Prerequisites – Here’s all you need to get rEFInd onto your machine:

  • Your Mac
  • The latest version of rEFInd: https://sourceforge.net/projects/refind/

Despite involving some terminal commands this is really quite simple. We’ll mount the EFI volume on the Mac then throw the rEFInd files onto it. It involves a few terminal command but again, quite simple.

  1. Verify your architecture with the following command:
  2. You should get something similar to the following:
    This indicates 64bit.
  3. Run the following command to verify where the EFI partition lives:
  4. Take note of the identifier as indicated in the below screenshot:
  5. Run the following commands to create a directory with which we can mount the EFI volume to, mount it, and create a directory for rEFInd. EFI should be at disk0s1 but if it is different for you then modify the command below appropriately.
  6. Download rEFInd and unzip it.
  7. Copy the contents of the refind subdirectory to the refind directory we created in the above command.
  8. More than likely you are running 64bit EFI. Delete the following to avoid conflicts:
  9. Delete the following drivers, also to avoid both conflicts and slow boot times:
  10. Rename refind.conf-sample to refind.conf.
  11. Now we must bless all things holy in order to boot to our new loader:
  12. Reboot the machine and you should be presented with the rEFInd bootloader, which should look like this:

Kali Linux – Installation Time

Now that we have our machine prepped we can create a Kali USB installer, boot to it, and install Kali onto our Mac. This part is pretty simple too but you need to be careful when formatting an installation partition, lest you nuke your macOS install. Here’s what you need:

  • Your Mac
  • Kali iso: https://www.kali.org/downloads/
  • A USB thumb drive large enough to house the Kali iso
  • Etcher : https://www.balena.io/etcher/

Here’s what I did:

Dosdude1 catalina recovery
  1. Open Etcher.
  2. Select the iso you downloaded, select your USB drive, click “Flash”.
  3. Plug your Kali USB into your destination Mac and boot it.
  4. Your USB should show up as:
    Boot Legacy OS from whole disk volume
  5. Once booted select “Graphical Install” and proceed with setting up machine name, username, etc.
  6. When prompted to manage disks/partitions choose “Manual”.
  7. Select the HFS volume you created earlier and delete the partition.
  8. This will now show up as free space.
  9. Go back to Guided Partitioning and select “use the largest continuous free space”.
  10. Select your desired partitioning schema. I just used the whole partition for all files, nothing fancy.
  11. Elect to write the changes to disk.
  12. Kali will now install, I am not sure if Grub is required but I installed it on my HDD when prompted.
  13. Profit.

I imagine you could do this with any Linux flavor, not just Kali. I haven’t attempted to play around with Debian or CentOS or anything but I see no reason why it wouldn’t work for any other Linux distributions.

I’m just a normal sysadmin type guy who likes cybersecurity a lot.

So I was trying to install Catalina, from my 2011 Mac mini running high Sierra. Was able to get all the way to where you need to open disk utility and and change the drive over to a APFS. When I went to then click reinstall Mac OS, I get the error: “This copy of the install macOS Catalina application is damaged, and can’t be used to install.

Helps you create a bootable USB drive for macOS Catalina which will work with older Macs, not officially supported by the operating system

  1. I have a MacPro 3,1 running High Sierra ( using the macOS High Sierra Patcher.app ) with a NVIDIA 1050Ti card installed I’m hopeful that a ‘new’ Mojave Patcher.app will become available soon. And like most of the comments here, I’m wondering what exactly ‘Metal compatible GPU’ really means?
  2. MacOS Catalina Patcher (formerly macOS Mojave Patcher, macOS High Sierra Patcher and macOS Sierra Patcher) is a small yet powerful tool that can help you create a bootable USB drive that can be used to install macOS Catalina on Mac computers older than mid 2012, basically acting as a macOS Mojave patch for unsupported Macs.

What's new in macOS Catalina Patcher 1.4.4:

  • Fixed compatibility with Catalina version 10.15.5
Read the full changelog

Install wine on mac. macOS Catalina Patcher (formerly macOS Mojave Patcher, macOS High Sierra Patcher and macOS Sierra Patcher) is a small yet powerful tool that can help you create a bootable USB drive that can be used to install macOS Catalina on Mac computers older than mid 2012, basically acting as a macOS Mojave patch for unsupported Macs.

The tool extends the list of compatible hardware to the Mac Pro, iMac and MacBook Pro computers released in early 2008, Aluminum Unibody MacBooks or MacBooks Air manufactured in late 2008, or white MacBooks and Mac Minis produced in early 2009.

Get the macOS Catalina Installer app and make sure you have access to a compatible USB drive

To be able to use the app you must make sure that you have a USB drive that has at least 8 GB available, and that you have the macOS 10.15 Catalina installer app on your Mac.

Note that you can download the macOS image from the Mac App Store application only on a machine that supports Catalina: otherwise, you must find an alternative solution.

For your convenience, macOS Catalina Patcher offers you the possibility to download the image through its interface: just navigate to the Tools menu.

Macos High Sierra Patcher Tool For Unsupported Macs

Adobe reader plugin chrome. At the same time, you must prepare the USB drive with the help of the built-in Disk Utility application: just format the disk using the Mac OS Extended (Journaled) standard.

Mac Os High Sierra Patcher Tool For Unsupported Macs

Easy to configure patcher tool that can create bootable macOS Catalina USBs

Within the main window, you must simply load the macOS 10.15 image you want to use and select the target USB drive. The app will verify the image to make sure everything is OK, and all you have to do is press the Start Operation button.

You have the option to monitor the process in the macOS Catalina Patcher main window, and the utility lets you know when the task is complete.

Worth mentioning is that after you install the OS by using the macOS Catalina Patcher bootable drive, you must launch the macOS Post Install utility to get access to patches specifically designed for your Mac’s model.

Make a bootable drive that allows you to install Catalina on unsupported Macs

Bottom line, if your Mac has been manufactured before early 2008, chances are that you will not be able to install macOS Catalina on your computer.

All things considered, macOS Catalina Patcher is a small and user-friendly utility designed to help you bypass this limitation if your Mac is not in macOS Catalina's compatibility list, created to be used as an unsupported Mac Mojave patch.

Filed under

Tool

How To Update Catalina On Unsupported Mac

macOS Catalina Patcher was reviewed by Sergiu Gatlan
4.5/5
SYSTEM REQUIREMENTSMacos Catalina Patcher Tool For Unsupported Macs

Dosdude1 Catalina Recovery

  • 64-bit processor
  • 16 GB USB drive
  • macOS Mojave Installer App
  • Early-2008 or newer Mac Pro, iMac, or MacBook Pro
  • Late-2008 or newer MacBook Air or Aluminum Unibody MacBook
  • Early-2009 or newer Mac Mini or white MacBook
  • Early-2008 or newer Xserve
This enables Disqus, Inc. to process some of your data. Disqus privacy policy

Macos Catalina Patcher Tool For Unsupported Macs Os

macOS Catalina Patcher 1.4.4

Tooladd to watchlistsend us an update
runs on:
Mac OS X 10.6 or later (Intel only)
file size:
223.4 MB
filename:
macOS Catalina Patcher.dmg
main category:
System Utilities
developer:
visit homepage

Macos Catalina Patcher Tool For Unsupported Macs Files

top alternatives FREE

top alternatives PAID