From 9b7490eb41b1fcbf0e4ad0dae7adb9005ba7ff31 Mon Sep 17 00:00:00 2001 From: Kwadwo Kyeremeh Date: Sun, 10 Sep 2023 00:17:18 +0000 Subject: [PATCH] Update run_offline.md Added cmd to generate .iso file --- run_offline.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/run_offline.md b/run_offline.md index 4fada08..e1bc5e0 100644 --- a/run_offline.md +++ b/run_offline.md @@ -2,6 +2,18 @@ - Download the ventura file (InstallAssistant.pkg) from https://mrmacintosh.com/macos-ventura-13-full-installer-database-download-directly-from-apple/(https://mrmacintosh.com/macos-ventura-13-full-installer-database-download-directly-from-apple/) - Create an iso file `InstallAssistant.iso` with the downloaded InstallAssistant.pkg and `run_offline.sh` in the `scripts/run_offline.sh` files +``` +mkisofs -allow-limited-size -l -J -r -iso-level 3 -V InstallAssistant -o + +mkisofs -allow-limited-size -l -J -r -iso-level 3 -V InstallAssistant -o InstallAssistant.iso path/to/InstallAssistant.pkg path/to/OSX-KVM/scripts/run_offline.sh +``` +#### or +``` +genisoimage -allow-limited-size -l -J -r -iso-level 3 -V InstallAssistant -o + +genisoimage -allow-limited-size -l -J -r -iso-level 3 -V InstallAssistant -o InstallAssistant.iso path/to/InstallAssistant.pkg path/to/OSX-KVM/scripts/run_offline.sh +``` +- ***On windows, use poweriso*** - Add the following to your `OpenCore-Boot.sh` ```