GithubHelp home page GithubHelp logo

stephen-fox / mic Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 0.0 69 KB

mic (macOS ISO Creator) creates macOS installer .iso files.

License: MIT License

Go 100.00%
macos sierra macos-installer iso high-sierra osx osx-setup

mic's Introduction

mic (macOS ISO Creator)

What is it?

An application that generates macOS installer .iso files from the installers found in the macOS App Store.

Issues with High Sierra and later

Minimal App Store installers

Starting with High Sierra, Apple sometimes provides "minimal" macOS installers through the App Store. These installers are usually less than 1 GB in size. Otherwise, they appear the same as a normal installer. Make sure to verify the installer before using this tool. The tool does not support minimal installers.

For more information, refer to this forum post.

VirtualBox EFI errors

If you plan to use a High Sierra .iso in VirtualBox, you may encounter EFI errors after the macOS installation process completes. If this occurs, VirtualBox will automatically boot you into the EFI shell. You can work around this problem by executing the following commands in the EFI shell:

fs1:
cd "macOS Install Data"
cd "Locked Files"
cd "Boot Files"
boot.efi

How do I use it?

First, download a macOS installer from the App Store. Once the download is complete, execute:

./mic -i '/Applications/<installer-name>.app' -o ~/Desktop/macos.iso

Where do I download the tool?

Since this is a Go (Golang) application, the preferred method of installation is using go install. This automates downloading and building Go applications from source in a secure manner. By default, this copies applications into ~/go/bin/.

You must first install Go. After installing Go, simply run the following command to install the application:

go install github.com/stephen-fox/mic/cmd/mic@latest
# If successful, the exectuable should be in "~/go/bin/".

mic's People

Contributors

stephen-fox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.