1 Star 0 Fork 0

不好听 / OSX-KVM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
run_offline.md 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
Dhiru Kholia 提交于 2023-04-08 06:50 . Batch Update 2 - September 2023

How to run the Installation offline without macOS

  • Download the Ventura installer (InstallAssistant.pkg) from https://mrmacintosh.com/macos-ventura-13-full-installer-database-download-directly-from-apple/

  • Create an ISO file InstallAssistant.iso with the InstallAssistant.pkg and scripts/run_offline.sh files.

    mkisofs -allow-limited-size -l -J -r -iso-level 3 -V InstallAssistant -o InstallAssistant.iso path/to/InstallAssistant.pkg scripts/run_offline.sh
  • Add the following to your OpenCore-Boot.sh

    -drive id=MacDVD,if=none,file="$REPO_PATH/InstallAssistant.iso",format=raw
    -device ide-hd,bus=sata.5,drive=MacDVD
  • Run ./OpenCore-Boot.sh from the terminal

  • Use the Disk Utility tool within the macOS installer to partition, and format the virtual disk attached with name macOS

  • When completed, close Disk Utility

  • Go to the Terminal in your virtual machine, Click Utilities, select Terminal

  • Run the sh /Volumes/InstallAssistant/run_offline.sh command

  • Wait for a few minutes for the installation window to appear

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bbop/OSX-KVM.git
git@gitee.com:bbop/OSX-KVM.git
bbop
OSX-KVM
OSX-KVM
master

搜索帮助