> For the complete documentation index, see [llms.txt](https://dredhorse.gitbook.io/snowwhite-a-hackintosh-story/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dredhorse.gitbook.io/snowwhite-a-hackintosh-story/install-log/macos-catalina/bootstick-macos-catalina-10.15.4.md).

# Bootstick macOS Catalina 10.15.4

And so it begins.

Like before grab [all the stuff ](/snowwhite-a-hackintosh-story/this-and-that/resources.md)you need before proceeding (which also means the [Bios)](/snowwhite-a-hackintosh-story/install-log/bios-configuration-guide.md)

## Creating the Bootstick

There are several ways to create a boot stick for macOS installation. As I have an old High Sierra Hackintosh, kept back in the dark ages by nVidia, I was able to use Tinu.

{% hint style="info" %}
Tinu 3.0 BETA 2 (68) will not work in macOS Catalina <https://github.com/ITzTravelInTime/TINU/issues/14>
{% endhint %}

You can download the macOS ISO via the AppStore or you can use [gibMacOS](https://github.com/corpnewt/gibMacOS) and put it somewhere. You then need to point Tinu to the correct location.

After you created the boot stick you then need to mount the EFI partition, either with Tinu, Clover Configurator, ESP Mounter Pro, [MountEFI](https://github.com/Andrej-Antipov/MountEFI), or other.

Unpack the OpenCore zip from AudioGod (I did use version OpenCore 058 Z390 Master 1,1 040520 ) and copy the EFI folder to a save place.

Duplicate the config.plist file in /EFI/OC

Rename the duplicated one into something like config.plist\_org

Run GENSMBIOS and install MacSerial if necessary

![](https://3913412347-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4_PyzqCnCCp8sgCJbj%2F-M8LLzSWRmLBJYkVDVCG%2F-M8LMFtpxly5Ni5o4Gqe%2FGenSMBIOS%202020-05-12%2012-24-18.png?alt=media\&token=5e56b735-c01d-4f07-a9fa-d068431ca03f)

{% hint style="info" %}
This will generate unique information for your install which is required to make iMessage and other Apple products work.
{% endhint %}

Link to config.plist from open core

![](https://3913412347-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4_PyzqCnCCp8sgCJbj%2F-M8LLzSWRmLBJYkVDVCG%2F-M8LMPOixl6l1d7oZkY-%2FGenSMBIOS%202020-05-12%2012-25-17.png?alt=media\&token=54c9dd78-9b3b-4bfb-a295-7bbe0747d76f)

![](https://3913412347-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4_PyzqCnCCp8sgCJbj%2F-M8LLzSWRmLBJYkVDVCG%2F-M8LMVbUr7xBt4lFD7QE%2FGenSMBIOS%202020-05-12%2012-26-12.png?alt=media\&token=09c072fd-7291-4623-a327-a11fc19c7b04)

Generate SMBIOS using iMacPro1,1 (as this is the config I'm using)

![](https://3913412347-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4_PyzqCnCCp8sgCJbj%2F-M8LLzSWRmLBJYkVDVCG%2F-M8LMcNuvNvvovJLOrRH%2FGenSMBIOS%202020-05-12%2012-30-07.png?alt=media\&token=0bdda92c-9d18-462f-955d-08aa19b8d308)

{% hint style="info" %}
You can check your SerialNumber on <https://checkcoverage.apple.com/>&#x20;

You should get an error saying that the SerialNumber does NOT exist. If it does exist you need to generate a new SerialNumber
{% endhint %}

Generate UUID

![](https://3913412347-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4_PyzqCnCCp8sgCJbj%2F-M8LLzSWRmLBJYkVDVCG%2F-M8LMhK4U7y0Ap5pOAPi%2FGenSMBIOS%202020-05-12%2012-37-40.png?alt=media\&token=d77f49d9-a40e-46e5-8cdf-0b2ab0acb901)

quit GenSMBIOS

You can use PlistEditPro to check the values.

![](https://3913412347-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4_PyzqCnCCp8sgCJbj%2F-M8LLzSWRmLBJYkVDVCG%2F-M8LMmHUsO1ckRaErP8S%2Fconfig.plist%202020-05-12%2012-40-19.png?alt=media\&token=9c3e3496-0067-4bb4-b54a-58dfa91a63e2)

Also, change the following Value in Root/NVRAM/Add/7c…..82/

prev-lang:kbd 656E2D55 533A30

![](https://3913412347-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4_PyzqCnCCp8sgCJbj%2F-M8LMtdmg2xUOIjZxbIS%2F-M8LN0xABf41-GRB1s7u%2Fconfig.plist%202020-05-12%2013-56-05.png?alt=media\&token=051af695-f057-482e-8985-ef66d4a36bca)

{% hint style="info" %}
This can fix an issue where the install process is in Russian when you are not looking.
{% endhint %}

Create a Readme file inside the EFI folder with information about what you did install with this EFI folder, like OC version etc.&#x20;

Duplicate the config.plist file and name it like config.plist\_date\_time&#x20;

Copy the EFI folder on to the EFI Partition of your BootStick.

You are done.

{% hint style="info" %}
I also found some interesting approaches to keep track of the EFI folder in git which I describe [a little bit later](/snowwhite-a-hackintosh-story/this-and-that/tracking-efi-folder-in-git.md).
{% endhint %}
