✍️
OpenCore Visual Beginners Guide
  • 📗Step-by-Step
    • Intro & Hardware
    • Create EFI & Config - OCAuxiliaryTools
    • Create macOS Installer - OCLP
    • Install & Postinstall
      • USB Port Mapping
    • Use Debug Versions
    • Upgrade OpenCore
    • Hackintosh Checklist
    • Tools and Boot Keys
  • 📙Alternatives
    • Create macOS Installer - TINU
    • USB Mapping on Windows
  • 📘Advanced Topics
    • Open Core Legacy Patcher (OCLP)
      • Broadcom Wifi on macOS Sequoia
    • Using Alder Lake (or Raptor Lake)
    • BIOS Settings Explained
    • OpenCore UEFI Shell
      • acpiview - command
    • Dual-Boot Options
      • Dual-Boot on Single Disk
      • Create rEFInd BOOTer
    • Common Boot Args for macOS
    • Block Update Notifications
    • Low End GPUs
    • Tips & Tricks (WIP)
  • Hackintosh Opinions
    • Olarila - Not Recommended
    • Hack Studio SFF
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Alternatives

Create macOS Installer - TINU

Alternative GUI method, if you need older macOS installer

PreviousTools and Boot KeysNextUSB Mapping on Windows

Last updated 5 months ago

Was this helpful?

Create a bootable installer for macOS with TINU

TINU is a very useful opensource GUI for the createinstallmedia command, together with some useful tools such as an EFI mounter, the macOS Downloader and the OpenCore EFI-folder integration. It can currently download Mac OS X Lion (10.7.5) to macOS Big Sur (11.6) using App Store links and Apple CDN links. It can be launched from many versions of macOS, including Sequoia.

Another good alternative for downloading macOS is which can download Mac OS X Lion (10.7.5) to macOS Sequoia (15.1.1) and beyond.

  • Download

  • Plug in a 16GB+ USB-stick

  • Launch TINU and click Create a bootable macOS installer

  • Click on Proceed and choose the target USB-stick. Then click Next

  • Click on Get Installer

  • Try to download Big Sur from the App Store by using the provided link within TINU.

  • mkdir -p ~/macOS-installer && cd ~/macOS-installer && curl https://raw.githubusercontent.com/munki/macadmin-scripts/main/installinstallmacos.py > installinstallmacos.py && sudo python installinstallmacos.py
    • Once finished, you’ll find a DMG in your ~/macOS-Installer/ folder containing the macOS Installer, called Install_macOS_11.5.2-20G95.dmg for example. Mount it and you’ll find the installer application.

  • Open the installer application for macOS Big Sur inside TINU and click Next

  • Click Options and add the EFI folder which you previously created in OCAuxiliaryTools from the Desktop

  • Click Done and start creating the macOS installer by clicking on Yes, I understand.

  • This will take a number of minutes. You can check the log for details.

This step completes the creation of a hackintosh bootable USB drive with the macOS installer and the OpenCore EFI folder on it. - You may want to add some tools such as OCAuxiliaryTools and EFI-Agent to the USB drive, as these will be useful during post-install configuration.

If you are unable to download from the App Store, follow , by using the following command in the Terminal (you will need at least 50GB of available disk space):

Next follow the steps on the page!

Except where otherwise noted, content on this site is licensed under the license. Attribution by link to .

📙
Making the installer in macOS
Install & Postinstall
Mist
TINU: The open tool to create bootable macOS installers.
Creative Commons — Attribution-NonCommercial 4.0 International — CC BY-NC 4.0
chriswayg · GitHub