Does not start the system #178

Closed
opened 2025-12-29 05:23:59 +01:00 by adam · 7 comments
Owner

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?
adam closed this issue 2025-12-29 05:23:59 +01:00
Author
Owner

@alicemtoyama commented on GitHub (Apr 30, 2021):

ok

@alicemtoyama commented on GitHub (Apr 30, 2021): ok
Author
Owner

@sickcodes commented on GitHub (May 1, 2021):

I also have Ryzen 9, and there are no issues, is everything ok now?

@sickcodes commented on GitHub (May 1, 2021): I also have Ryzen 9, and there are no issues, is everything ok now?
Author
Owner

@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

@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
Author
Owner

@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.

@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.
Author
Owner

@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!

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.

@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.
Author
Owner

@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): Working on it here: https://github.com/sickcodes/osx-serial-generator/pull/12
Author
Owner

@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 \
@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 \ ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX-sickcodes#178