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

"Unable to sign you in to your Apple ID. Try again later." #564

Open
512yottabytes opened this issue May 18, 2022 · 11 comments
Open

"Unable to sign you in to your Apple ID. Try again later." #564

512yottabytes opened this issue May 18, 2022 · 11 comments

Comments

@512yottabytes
Copy link

Hello,
Successfully installed Monterey and imported it to the Virt-Manager, but can't use App Store, getting the message: "Unable to sign you in to your Apple ID. Try again later."
I've found similar issue, but it was about using Clover, but, as far as I know, nowadays we use OpenCore, so we need solution for OpenCore.
Can you give me piece of advice how to solve it?
Thank you
Зняток екрана як 2022-05-17 11-13-18
.

@512yottabytes
Copy link
Author

512yottabytes commented May 18, 2022

Solution:

  1. Poweroff the VM.

  2. Convert qcow2 to raw img to make editing files inside image easier from Linux:
    qemu-img convert /var/lib/libvirt/images/macos_12_template_opencore.qcow2 /var/lib/libvirt/images/macos_12_template_opencore.raw
    mv -v /var/lib/libvirt/images/macos_12_template_opencore.raw /var/lib/libvirt/images/macos_12_template_opencore.raw.img

  3. Change disk file in virt-manager from /var/lib/libvirt/images/macos_12_template_opencore.qcow2 to /var/lib/libvirt/images/macos_12_template_opencore.raw.img.

  4. Loopback the image file and mount it's 1-st partition (EFI):
    losetup -Pf /var/lib/libvirt/images/macos_12_template_opencore.raw.img
    mount /dev/<YOUR_LOOP>p1 /mnt

  5. Edit ./OC/config.plist according to https://dortania.github.io/OpenCore-Post-Install/universal/iservices.html#fixing-en0. Save the config.

  6. umount -v /mnt && sync

  7. Poweron the VM

  8. Inside VM open bash. Type ifconfig.
    If you have en1, en2 or en<ANY_OTHER_NUMBER> instead of en0 type:
    sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist && sudo rm /Library/Preferences/SystemConfiguration/preferences.plist

  9. Then reboot the VM.

Now App Store works.

@512yottabytes
Copy link
Author

App Store works, but iCloud still isn't. So I reopen the issue.
Зняток екрана як 2022-05-18 13-13-51
Maybe I'll find the solution, but I'm not interested in iCloud so much as in App Store.
.

@notAperson535
Copy link

@512yottabytes Why are you using opencore? My guide for opencore on my repository is here

@512yottabytes
Copy link
Author

512yottabytes commented May 20, 2022

@notAperson535, opencore is out of the box in this repo. Is there any benefit of changing it?
Tried you guide. Still can not use:

  • iMessages ("An unknown error occured.")
  • FaceTime ("An error occured during authentication.")
  • iCloud ("Could not communicate with the server.")

@notAperson535
Copy link

notAperson535 commented May 20, 2022

@512yottabytes I thought this repo used clover. I specifically forked it and made my own to add opencore.

@512yottabytes
Copy link
Author

AFAIK it used to use Clover year or 2 years ago.

@notAperson535
Copy link

@512yottabytes Try the clvoer fix, as this repository is based on clover, not opencore. You are on the macOS-Simple-KVM made by foxlet.

@Igor-Sanches
Copy link

I'm having the same problem, can anyone help me?

@notAperson535
Copy link

@notAperson535
Copy link

@oxygen that is the clover guide, the open core guide is here: https://oneclick-macos-simple-kvm.notaperson535.is-a.dev/docs/guide-Apple-ID/

@adipascu
Copy link

adipascu commented Apr 16, 2023

@notAperson535 I've managed to fix it by following your guide + making sure the network mac address is an Apple one and making the interface built-in

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

4 participants