From 0ea39b4c3c629c45788cb5a3f1cd17b4b14af39e Mon Sep 17 00:00:00 2001 From: Dhiru Kholia Date: Thu, 27 Oct 2022 07:27:24 +0530 Subject: [PATCH] October-2022 Batch Update 2 --- README.md | 17 ++++++----------- fetch-macOS-v2.py | 5 +++-- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 22c504e..ba7d6c6 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,9 @@ help (pull-requests!) with the following work items: ### Requirements -* A modern Linux distribution. E.g. Ubuntu 20.04 LTS 64-bit or later. +* A modern Linux distribution. E.g. Ubuntu 22.04 LTS 64-bit or later. -* QEMU >= 4.2.0 +* QEMU >= 6.2.0 * A CPU with Intel VT-x / AMD SVM support is required (`grep -e vmx -e svm /proc/cpuinfo`) @@ -127,10 +127,11 @@ Phenom II X3 720 does not. Ryzen processors work just fine. 1. High Sierra (10.13) 2. Mojave (10.14) 3. Catalina (10.15) - 4. Big Sur (11.6) - RECOMMENDED - 5. Monterey (latest) + 4. Big Sur (11.7) - RECOMMENDED + 5. Monterey (12.6) + 6. Ventura (13) - Choose a product to download (1-5): 4 + Choose a product to download (1-6): 4 ``` Note: Modern NVIDIA GPUs are supported on HighSierra but not on later @@ -142,12 +143,6 @@ Phenom II X3 720 does not. Ryzen processors work just fine. dmg2img -i BaseSystem.dmg BaseSystem.img ``` - OR - - ``` - qemu-img convert BaseSystem.dmg -O raw BaseSystem.img # can be problematic on newer systems - ``` - * Create a virtual HDD image where macOS will be installed. If you change the name of the disk image from `mac_hdd_ng.img` to something else, the boot scripts will need to be updated to point to the new image name. diff --git a/fetch-macOS-v2.py b/fetch-macOS-v2.py index a8a16e0..0905131 100755 --- a/fetch-macOS-v2.py +++ b/fetch-macOS-v2.py @@ -463,8 +463,9 @@ def main(): {"name": "High Sierra (10.13)", "b": "Mac-7BA5B2D9E42DDD94", "m": "00000000000J80300", "short": "high-sierra"}, {"name": "Mojave (10.14)", "b": "Mac-7BA5B2DFE22DDD8C", "m": "00000000000KXPG00", "short": "mojave"}, {"name": "Catalina (10.15)", "b": "Mac-00BE6ED71E35EB86", "m": "00000000000000000", "short": "catalina"}, - {"name": "Big Sur (11.6) - RECOMMENDED", "b": "Mac-2BD1B31983FE1663", "m": "00000000000000000", "short": "big-sur"}, - {"name": "Monterey (latest)", "b": "Mac-7BA5B2D9E42DDD94", "m": "00000000000000000", "os_type": "latest", "short": "monterey"} + {"name": "Big Sur (11.7) - RECOMMENDED", "b": "Mac-2BD1B31983FE1663", "m": "00000000000000000", "short": "big-sur"}, + {"name": "Monterey (12.6)", "b": "Mac-B809C3757DA9BB8D", "m": "00000000000000000", "os_type": "latest", "short": "monterey"}, + {"name": "Ventura (13)", "b": "Mac-7BA5B2D9E42DDD94", "m": "00000000000000000", "os_type": "latest", "short": "ventura"} ] for index, product in enumerate(products):