Live data from Hacker News

Show HN: OSX-ISO – Create a bootable ISO of macOS from the installation app file

github.com

11–20 of 48 posts

Re: Show HN: OSX-ISO – Create a bootable ISO of macOS from the installation app file

#11
I just run the installer pointed at an external hard drive partition. You can boot from that and run the OS installers for the same or later versions but you also have the full OS if needed, including extra apps like Carbon Copy Cloner or whatever, not just the recovery environment.

Re: Show HN: OSX-ISO – Create a bootable ISO of macOS from the installation app file

#12
post #6

Disk Maker X [1] is a GUI which has been around a long time and does this. That said, it's closed source which could make a person justifiably twitchy when manipulating the installer. [1] http://diskmakerx.com

> closed source

Open the .app in Script Editor. It's pure AppleScript, albeit with some do shell scripts.

Re: Show HN: OSX-ISO – Create a bootable ISO of macOS from the installation app file

#13
It's not clear to me why this was made. We'll ignore the question of why you would want an ISO (you can write a DMG direct to USB, and Jamf, DeployStudio, etc, require a PKG...), and move on to optimization.

You can skip a lot of the convert/copy/asr steps by just using the hdiutil -srcfolder command, targeted to the createinstallmedia DMG, in conjunction with your target format. (This can be reproduced in Disk Utility as well, by the way.) As far as I can tell, you need about 3 commands here, and not a 189 line bash program with functions.

As mentioned elsewhere, Disk Maker X is the way to go. Thanks for sharing your work though, even if it's a bit over-built.

Re: Show HN: OSX-ISO – Create a bootable ISO of macOS from the installation app file

#14
post #10
post #7

Code point U+F8FF is in the private use area. It only displays the Apple logo on Apple devices. Please do not use it on the web.

Point taken. FWIW, I used the "post to HN" bookmarklet to add the link and didn't think twice about removing it.

We'll take it out.

Re: Show HN: OSX-ISO – Create a bootable ISO of macOS from the installation app file

#15
From the README:

> [...list of macOS installer apps...]

> Mac users can download theses files from the App Store.

This isn't really accurate. It's not possible to find and download macOS releases older than the current release. The only exception I was able to find a few months ago is if you've already downloaded them once previously while signed into the App Store on a different machine. I believe in that case an old release can be downloaded on a new machine from the Purchased list after signing in under the same account.

EDIT: formatting; clarification

Re: Show HN: OSX-ISO – Create a bootable ISO of macOS from the installation app file

#16
post #15

From the README: > [...list of macOS installer apps...] > Mac users can download theses files from the App Store. This isn't really accurate. It's not possible to find and download macOS releases older than the current release. The only exception I was able to find a few months ago is if you've already downloaded them once previously while signed into the App Store on a different machine. I believe in that case an ol…

I just downloaded El Capitan today from the App Store from the same machine I installed from.

Re: Show HN: OSX-ISO – Create a bootable ISO of macOS from the installation app file

#17
post #15

From the README: > [...list of macOS installer apps...] > Mac users can download theses files from the App Store. This isn't really accurate. It's not possible to find and download macOS releases older than the current release. The only exception I was able to find a few months ago is if you've already downloaded them once previously while signed into the App Store on a different machine. I believe in that case an ol…

I just downloaded El Capitan today from the App Store from the same machine I installed from.

Yes, releases older than Sierra can still be found if you had previously downloaded them, but Sierra is gone and presumably High Sierra will be as well once it’s been replaced.

Re: Show HN: OSX-ISO – Create a bootable ISO of macOS from the installation app file

#18
post #9
post #7

Code point U+F8FF is in the private use area. It only displays the Apple logo on Apple devices. Please do not use it on the web.

I get the Klingon symbol.

On Windows I get the lowercase eth (ð)

Re: Show HN: OSX-ISO – Create a bootable ISO of macOS from the installation app file

#19
post #4

Couldn't you just use createinstallmedia that comes bundled with those Installers instead of using a 3rd party tool? https://support.apple.com/en-us/HT201372

This is basically a wrapper that handles the mounting process, different mac versions, etc.

Re: Show HN: OSX-ISO – Create a bootable ISO of macOS from the installation app file

#20

Earlier quoted context omitted.

I just downloaded El Capitan today from the App Store from the same machine I installed from.

Yes, releases older than Sierra can still be found if you had previously downloaded them, but Sierra is gone and presumably High Sierra will be as well once it’s been replaced.

How to download macOS Sierra

https://support.apple.com/en-us/HT208202

https://itunes.apple.com/us/app/macos-sierra/id1127487414?ls...

Post reply on HN