From ef20641b47e7af3f941aca9443fbe45580eb3b16 Mon Sep 17 00:00:00 2001 From: Liam <33645555+lj3954@users.noreply.github.com> Date: Sun, 30 Mar 2025 20:19:39 -0700 Subject: [PATCH] Add information about Apple ID login --- 03-Create-macOS-virtual-machines.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/03-Create-macOS-virtual-machines.md b/03-Create-macOS-virtual-machines.md index bf42730..2752238 100644 --- a/03-Create-macOS-virtual-machines.md +++ b/03-Create-macOS-virtual-machines.md @@ -121,6 +121,12 @@ There are some considerations when running macOS via Quickemu. webdavd](https://gitlab.gnome.org/GNOME/phodav/-/merge_requests/24). - Copy/paste via SPICE agent is **not available on macOS**. +# Apple ID Login + +macOS VMs will usually be blocked from logging in with Apple IDs by default, due to the Serial, MAC Address, and other information being shared between multiple VMs. + +To fix this, you can use the [qe_mac_apid](https://github.com/quickemu-project/qe_mac_apid) tool to replace or randomize these values in the bootloader. + # macOS App Store If you see *"Your device or computer could not be verified"* when you try to login to the App Store, make sure that your wired ethernet device is `en0`. Use `ifconfig` in a terminal to verify this.