October-2022 Batch Update 2

This commit is contained in:
Dhiru Kholia 2022-10-27 07:27:24 +05:30 committed by Dhiru Kholia
parent 199fb92a81
commit 0ea39b4c3c
2 changed files with 9 additions and 13 deletions

View file

@ -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.

View file

@ -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):