From 2ceb542c1dc50391302bbda5f3a98298f8572185 Mon Sep 17 00:00:00 2001 From: Dhiru Kholia Date: Tue, 2 Nov 2021 12:13:59 +0530 Subject: [PATCH] OSX-KVM - November 2021 Batch Update #1 --- References.md | 4 ++++ notes.md | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/References.md b/References.md index 34b1c23..79e06fa 100644 --- a/References.md +++ b/References.md @@ -13,3 +13,7 @@ * https://github.com/ofawx/VmAssetCacheEnable * https://dortania.github.io/OpenCore-Install-Guide/troubleshooting/extended/post-issues.html + +- https://wiki.archlinux.org/title/QEMU#UNIX_socket + +- https://wiki.archlinux.org/title/PCI_passthrough_via_OVMF#USB_controller diff --git a/notes.md b/notes.md index 33cc95b..264f10a 100644 --- a/notes.md +++ b/notes.md @@ -170,6 +170,17 @@ AMD RX 570 GPU (May 2021). * To reuse the keyboard and mouse devices from the host, setup "Automatic login" in System Preferences in macOS and configure Synergy software. +Note: On `Pop!_OS`, use the `kernelstub` command to change the kernel boot +arguments. + +Note 2: Use [AMD VBFlash](https://www.techpowerup.com/download/ati-atiflash/) +to dump the AMD GPU bios, and pass on to QEMU. This is especially required if +your AMD GPU is not starting up properly (resulting in "no signal" on the +monitor). + +Tested GPUs: ZOTAC GeForce GT 710 DDR3 (<= Big Sur), Sapphire Radeon RX 570. + + UPDATE: Project sponsors get access to the `Private OSX-KVM repository`, and direct support. This private repository has a playbook to automate 95% of this work in a rugged, consistent manner.