mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
[PR #880] [MERGED] Add Apple ID/iCloud troubleshooting for macOS Container #810
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/880
Author: @akshaynexus
Created: 4/29/2025
Status: ✅ Merged
Merged: 6/6/2025
Merged by: @sickcodes
Base:
master← Head:master📝 Commits (4)
69f6e7dUpdate README.md to add troubleshooting steps for Apple ID/iMessage/iCloud login issues in macOS VM.b282993Add detailed guide for fixing Apple ID login issues in macOS VMs, including kernel patching methods and a new utility script for applying patches.74d8498fix: remove unecessary change addedfa7baa5fix: use curl instead of wget📊 Changes
2 files changed (+271 additions, -0 deletions)
View changed files
📝
FAQ.md(+179 -0)➕
scripts/apply_appleid_kernelpatch.py(+92 -0)📄 Description
The latest macos docker image of sequoia wasnt allowing me to login to apple id
I tried changing the smbios data,serial number,vmhide
none of these solutions worked
then this solution ended up working
source is from here
https://forum.proxmox.com/threads/anyone-can-make-bluetooth-work-on-sonoma.153301/#post-697832
Hopefully this helps others who have this issue not have it anymore
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.