Giter VIP home page Giter VIP logo

osx-iso's Introduction

OSX-ISO

Create a bootable ISO of OS X / macOS, from the installation app file.

Prerequisites

The appropriate installation app file(s) must be located in /Applications i.e.

/Applications/Install macOS Monterey.app
/Applications/Install macOS Big Sur.app
/Applications/Install macOS Catalina.app
/Applications/Install macOS Mojave.app
/Applications/Install macOS High Sierra.app
/Applications/Install macOS Sierra.app
/Applications/Install OS X El Capitan.app
/Applications/Install OS X Yosemite.app
/Applications/Install OS X Mavericks.app

Mac users can download theses files from the App Store.

Install with Homebrew

$ brew tap busterc/tap
$ brew install osx-iso

Usage

$ osxiso

1) macOS Monterey  4) macOS Mojave       7) OS X El Capitan  10) Quit
2) macOS Big Sur   5) macOS High Sierra  8) OS X Yosemite
3) macOS Catalina  6) macOS Sierra       9) OS X Mavericks

Select OS or Quit:

License

ISC License (ISC)

Copyright © 2015-2021, Buster Collings

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

osx-iso's People

Contributors

busterc avatar erdnussflips avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

osx-iso's Issues

monterey 12.1 broken ?

hi,

has monterey 12.1 successfully being tested ?

i first got an error (ufortunately didn't remember what exact) while creating the iso and then by trying to troubleshoot the error , for my curiosity it worked after i added "set -x" to the script. it also worked after removing set -x , i.e. i could not reproduce the error.

iso got created and i can select to boot from the iso with my iodd/zalman external hdd , but then i got no-parking-sign (crossed out circle) with "support.apple.com/mac/startup" underneath

thanks

Xcode High Sierra

Error: Your Xcode (8.0) is too outdated.
Please update to Xcode 10.1 (or delete it).
Xcode can be updated from the App Store.

Hardware is an iMac 2010!

running 'osxiso' creates deps/osxiso/package.json only

Hi--hope you can help me with this. I installed bpkg, confirmed that it worked by using it to install term. Then I executed the following:

gw-mac-pro:~ gr$ bpkg install busterc/osx-iso

    info: Install /busterc/osx-iso/master from remote https://raw.githubusercontent.com [https://github.com]
gw-mac-pro:~ gr$ osxiso Mavericks
-bash: osxiso: command not found
gw-mac-pro:~ gr$

I searched my computer for "osxiso" and found the single file deps/osxiso/package.json.

I tried the install and run commands again (because I didn't know what else to try), with the same lack of result.

Any ideas? Thanks!

<sudo> /Volumes/install_build is not large enough for install media

/Volumes/install_build is not large enough for install media error if using big sur or monterey latest

tricky

iso_size="8125m"
if [[ "$apps_large" == *"|$1|"* ]]; then
  iso_size="13750m"
fi

change size value to

iso_size="8192m"
if [[ "$apps_large" == *"|$1|"* ]]; then
  iso_size="13975m"
fi

or

iso_size="8192m"
if [[ "$apps_large" == *"|$1|"* ]]; then
  iso_size="14336m"
fi

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.