Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign in error "The maximum number of free accounts have been activated on this mac" #98

Open
ToanTNM opened this issue Oct 16, 2024 · 2 comments

Comments

@ToanTNM
Copy link

ToanTNM commented Oct 16, 2024

Operating system

Ubuntu 22.04 WSL

Description

After install Big Sur, i sign-in with my account and it throw error: "MOBILEME_CREATE_UNAVAILABLE_MAC"

I upgrade to newest version and sign-in again, and it throw: "The maximum number of free accounts have been activated on this mac".

Maybe it the same issuse here sickcodes/Docker-OSX#727

How can I fix it.

Docker compose

services:
  macos:
    image: dockurr/macos
    container_name: macos
    environment:
      VERSION: "big-sur"
      DISK_SIZE: "256G"
      CPU_CORES: "4"
      ARGUMENTS: "-device usb-host,vendorid=0x1234,productid=0x1234"
    devices:
      - /dev/kvm
      - /dev/bus/usb
    volumes:
      - /var/osx:/storage
    cap_add:
      - NET_ADMIN
    ports:
      - 8006:8006
      - 5900:5900/tcp
      - 5900:5900/udp
    stop_grace_period: 2m

Docker log

No log

Screenshots (optional)

No response

@war1644
Copy link

war1644 commented Nov 12, 2024

modify MLB,SystemSerialNumber,SystemUUID。
For details, see OpenCore smbios Generation

@kroese
Copy link
Contributor

kroese commented Nov 16, 2024

This is fixed in v1.16 now. If you create a fresh install it will generate unique machine serials.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants