69f6e7d Update README.md to add troubleshooting steps for Apple ID/iMessage/iCloud login issues in macOS VM.
b282993 Add detailed guide for fixing Apple ID login issues in macOS VMs, including kernel patching methods and a new utility script for applying patches.
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.
## 📋 Pull Request Information
**Original PR:** https://github.com/sickcodes/Docker-OSX/pull/880
**Author:** [@akshaynexus](https://github.com/akshaynexus)
**Created:** 4/29/2025
**Status:** ✅ Merged
**Merged:** 6/6/2025
**Merged by:** [@sickcodes](https://github.com/sickcodes)
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (4)
- [`69f6e7d`](https://github.com/sickcodes/Docker-OSX/commit/69f6e7d0cf7ad3a749856ab364c3708ca23f582c) Update README.md to add troubleshooting steps for Apple ID/iMessage/iCloud login issues in macOS VM.
- [`b282993`](https://github.com/sickcodes/Docker-OSX/commit/b282993a4a3bf6cb379cbcf406cc81c8d7582fe2) Add detailed guide for fixing Apple ID login issues in macOS VMs, including kernel patching methods and a new utility script for applying patches.
- [`74d8498`](https://github.com/sickcodes/Docker-OSX/commit/74d8498ea679f7122635846d1c0f67ec587a6c75) fix: remove unecessary change added
- [`fa7baa5`](https://github.com/sickcodes/Docker-OSX/commit/fa7baa5fc8be0e6c37b82885fa8cec5f8963169e) fix: use curl instead of wget
### 📊 Changes
**2 files changed** (+271 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `FAQ.md` (+179 -0)
➕ `scripts/apply_appleid_kernelpatch.py` (+92 -0)
</details>
### 📄 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
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.