Originally created by @alicemtoyama on GitHub (Apr 29, 2021).
Hi,
When Big Sur finishes the installation, it does not appear MacOS Data, only MacOS Install.
Are there any restrictions for AMD Ryzen 9 processors?
Originally created by @alicemtoyama on GitHub (Apr 29, 2021).
Hi,
When Big Sur finishes the installation, it does not appear MacOS Data, only MacOS Install.
Are there any restrictions for AMD Ryzen 9 processors?
i also have the same problem, my processor is i5 8400 and does not show the MacOS Data option.
I tried several times, but it doesn't appear.
Version: Ubuntu 20.04 and docker 19.03..8
Thanks
@vicmagpac commented on GitHub (May 3, 2021):
Hi,
i also have the same problem, my processor is i5 8400 and does not show the MacOS Data option.
I tried several times, but it doesn't appear.
Version: Ubuntu 20.04 and docker 19.03..8
Thanks
Mine is an AMD Ryzen 9 ubuntu 20.04 64Bits and does not show MAC Data, only Install and does not leave the install screen. But I'm in no hurry for that, thank you all.
@alicemtoyama commented on GitHub (May 3, 2021):
Mine is an AMD Ryzen 9 ubuntu 20.04 64Bits and does not show MAC Data, only Install and does not leave the install screen. But I'm in no hurry for that, thank you all.
Mine is an AMD Ryzen 9 ubuntu 20.04 64Bits and does not show MAC Data, only Install and does not leave the install screen. But I'm in no hurry for that, thank you all.
@vicmagpac commented on GitHub (May 3, 2021):
> Mine is an AMD Ryzen 9 ubuntu 20.04 64Bits and does not show MAC Data, only Install and does not leave the install screen. But I'm in no hurry for that, thank you all.
I used with Catalina and it worked!
```bash
docker run -it \
--device /dev/kvm \
-p 50922:10022 \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e "DISPLAY=${DISPLAY:-:0.0}" \
sickcodes/docker-osx:latest
```
Now i am upgrade to bigsur.
@sickcodes commented on GitHub (May 4, 2021):
Please add the following lines and you will be able to boot Big Sur!
```
-e GENERATE_UNIQUE=true \
-e MASTER_PLIST_URL=https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist \
```
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.
Originally created by @alicemtoyama on GitHub (Apr 29, 2021).
Hi,
When Big Sur finishes the installation, it does not appear MacOS Data, only MacOS Install.
Are there any restrictions for AMD Ryzen 9 processors?
@alicemtoyama commented on GitHub (Apr 30, 2021):
ok
@sickcodes commented on GitHub (May 1, 2021):
I also have Ryzen 9, and there are no issues, is everything ok now?
@vicmagpac commented on GitHub (May 3, 2021):
Hi,
i also have the same problem, my processor is i5 8400 and does not show the MacOS Data option.
I tried several times, but it doesn't appear.
Version: Ubuntu 20.04 and docker 19.03..8
Thanks
@alicemtoyama commented on GitHub (May 3, 2021):
Mine is an AMD Ryzen 9 ubuntu 20.04 64Bits and does not show MAC Data, only Install and does not leave the install screen. But I'm in no hurry for that, thank you all.
@vicmagpac commented on GitHub (May 3, 2021):
I used with Catalina and it worked!
Now i am upgrade to bigsur.
@sickcodes commented on GitHub (May 4, 2021):
Working on it here: https://github.com/sickcodes/osx-serial-generator/pull/12
@sickcodes commented on GitHub (May 4, 2021):
Please add the following lines and you will be able to boot Big Sur!