TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

135 点作者 busterc超过 7 年前

11 条评论

beefhash超过 7 年前
If you&#x27;re interested in this, you may also be interested in OSX-KVM[1], which handles all the steps necessary to create an installation image that works with qemu&#x2F;kvm.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;kholia&#x2F;OSX-KVM&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kholia&#x2F;OSX-KVM&#x2F;</a>
bo0mb超过 7 年前
Couldn&#x27;t you just use createinstallmedia that comes bundled with those Installers instead of using a 3rd party tool?<p><a href="https:&#x2F;&#x2F;support.apple.com&#x2F;en-us&#x2F;HT201372" rel="nofollow">https:&#x2F;&#x2F;support.apple.com&#x2F;en-us&#x2F;HT201372</a>
评论 #15639141 未加载
评论 #15640389 未加载
cjensen超过 7 年前
Disk Maker X [1] is a GUI which has been around a long time and does this. That said, it&#x27;s closed source which could make a person justifiably twitchy when manipulating the installer.<p>[1] <a href="http:&#x2F;&#x2F;diskmakerx.com" rel="nofollow">http:&#x2F;&#x2F;diskmakerx.com</a>
评论 #15639500 未加载
评论 #15642284 未加载
ilikepi超过 7 年前
From the README:<p>&gt; [...list of macOS installer apps...]<p>&gt; Mac users can download theses files from the App Store.<p>This isn&#x27;t really accurate. It&#x27;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&#x27;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.<p>EDIT: formatting; clarification
评论 #15640217 未加载
评论 #15643169 未加载
评论 #15640668 未加载
abrowne超过 7 年前
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.
feelin_googley超过 7 年前
Would this allow a user to have a &quot;diskless&quot; Mac?<p>I create bootable media, e.g. USB sticks or SD cards, for PCs and RPis and I can thus run &quot;diskless&quot;; no disk access is required and the full system fits in RAM.<p>I can insert the media into any available PC and use the computer, without disturbing anything on its HDD.<p>This can also be very useful for emergencies where a computer with a HDD will not boot due to some problem with what is on the drive.<p>Is this flexibilty possible with today&#x27;s MacIntosh?
评论 #15640946 未加载
评论 #15641412 未加载
maxscam超过 7 年前
Does this support non osx hardware like a windows machine?
评论 #15639115 未加载
评论 #15638680 未加载
neals超过 7 年前
And then I can run it on a Virtual Box on Windows?
评论 #15642351 未加载
wl超过 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.
评论 #15639200 未加载
评论 #15639414 未加载
rulusidaze超过 7 年前
It&#x27;s not clear to me why this was made. We&#x27;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.<p>You can skip a lot of the convert&#x2F;copy&#x2F;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.<p>As mentioned elsewhere, Disk Maker X is the way to go. Thanks for sharing your work though, even if it&#x27;s a bit over-built.
评论 #15640687 未加载
em3rgent0rdr超过 7 年前
I find it a little absurd and obscene that Apple users will have to code free software projects for the sole purpose of satisfying basic user needs such as creating a bootable ISO. At some point it makes sense to leave the abusive relationship with apple and switch to an FOSS OS.
评论 #15642357 未加载
评论 #15642369 未加载
评论 #15642349 未加载
评论 #15642262 未加载