File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Open diff view settings
Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Open diff view settings
Original file line number Diff line number Diff line change 10831083 <key >PasswordSalt </key >
10841084 <data ></data >
10851085 <key >ScanPolicy </key >
1086- <integer >0 </integer >
1086+ <integer >17761027 </integer >
10871087 <key >SecureBootModel </key >
10881088 <string >Disabled </string >
10891089 <key >Vault </key >
17951795 <key >ReplaceTabWithSpace </key >
17961796 <false />
17971797 <key >Resolution </key >
1798- <string >1344x840 @32 </string >
1798+ <string >1920x1080 @32 </string >
17991799 <key >SanitiseClearScreen </key >
18001800 <false />
18011801 <key >TextRenderer </key >
Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ help (pull-requests!) with the following work items:
4343
4444### Requirements
4545
46- * A modern Linux distribution. E.g. Ubuntu 22 .04 LTS 64-bit or later.
46+ * A modern Linux distribution. E.g. Ubuntu 24 .04 LTS 64-bit or later.
4747
48- * QEMU >= 6 .2.0
48+ * QEMU >= 8 .2.2
4949
5050* A CPU with Intel VT-x / AMD SVM support is required (` grep -e vmx -e svm /proc/cpuinfo ` )
5151
@@ -62,9 +62,9 @@ processors work just fine (even for macOS Sonoma).
6262* Install QEMU and other packages.
6363
6464 ```
65- sudo apt-get install qemu uml-utilities virt-manager git \
65+ sudo apt-get install qemu-system uml-utilities virt-manager git \
6666 wget libguestfs-tools p7zip-full make dmg2img tesseract-ocr \
67- tesseract-ocr-eng genisoimage -y
67+ tesseract-ocr-eng genisoimage vim net-tools screen -y
6868 ```
6969
7070 This step may need to be adapted for your Linux distribution.
@@ -137,7 +137,7 @@ processors work just fine (even for macOS Sonoma).
137137 6. Ventura (13) - RECOMMENDED
138138 7. Sonoma (14)
139139
140- Choose a product to download (1-6 ): 6
140+ Choose a product to download (1-7 ): 6
141141 ```
142142
143143 Note: Modern NVIDIA GPUs are supported on HighSierra but not on later
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ These steps will need to be adapted for your particular setup. A host machine
8282with IOMMU support is required. Consult [ this Arch Wiki article] ( https://wiki.archlinux.org/title/PCI_passthrough_via_OVMF )
8383for general-purpose guidance and details.
8484
85- I am running Ubuntu 20 .04.2 LTS on Intel i5-6500 + ASUS Z170-AR motherboard +
86- AMD RX 570 GPU (May 2021 ).
85+ I am running Ubuntu 22 .04.4 LTS on Intel i5-6500 + ASUS Z170-AR motherboard +
86+ AMD RX 6600 GPU (April 2024 ).
8787
8888- Blacklist the required kernel modules.
8989
@@ -213,7 +213,8 @@ to dump the AMD GPU bios, and pass on to QEMU. This is especially required if
213213your AMD GPU is not starting up properly (resulting in "no signal" on the
214214monitor).
215215
216- Tested GPUs: ZOTAC GeForce GT 710 DDR3 (<= Big Sur), Sapphire Radeon RX 570.
216+ Tested GPUs: Sapphire AMD RX 6600 (RECOMMENDED!), ZOTAC GeForce GT 710 DDR3 (<=
217+ Big Sur), Sapphire Radeon RX 570.
217218
218219UPDATE: Project sponsors get access to the ` Private OSX-KVM repository ` , and
219220direct support. This private repository has a playbook to automate 95% of this
You can’t perform that action at this time.
0 commit comments