Add notes to work around MacOS App Store logins #474

This work around may work in some situations.
pull/534/head
Martin Wimpress 2 years ago
parent 477d35dad7
commit 94ee99a48e
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 16
      README.md

@ -389,6 +389,22 @@ There are some considerations when running macOS via Quickemu.
webdavd](https://gitlab.gnome.org/GNOME/phodav/-/merge_requests/24). webdavd](https://gitlab.gnome.org/GNOME/phodav/-/merge_requests/24).
- Copy/paste via SPICE agent is **not available on macOS**. - Copy/paste via SPICE agent is **not available on macOS**.
### 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.
If the wired ethernet device is not `en0`, then then go to *System Preferences* -> *Network*,
delete all the network devices and apply the changes. Next, open a terminal and
run the following:
```bash
sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
```
Now reboot, and the App Store should work.
## Windows 8.1, 10 & 11 Guests ## Windows 8.1, 10 & 11 Guests
`quickget` can automatically download Windows 8.1, [Windows `quickget` can automatically download Windows 8.1, [Windows

Loading…
Cancel
Save