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

Failing to install Sonoma (Ventura installer gives me the Sonoma installer instead) #30

Closed
paatchii opened this issue Nov 16, 2023 · 4 comments · Fixed by #33
Closed
Labels
Bug Something isn't working Completed The issue was resolved. Known Issue This issue has been identified and is being investigated.

Comments

@paatchii
Copy link

So I have been trying to get this to work but I keep getting the following error
image
I have tried different file systems, trying to use Ventura instead but for some reason when I choose Ventura it downloads Sonoma instead. (This also happens with OSX-KVM)

Monterey does work but I get similar errors when trying to update to Sonoma within MacOS.

My setup:
Latest Arch Linux with zen kernel
Ryzen 7 3800x
32GB RAM
GTX 1080

@Coopydood Coopydood added Bug Something isn't working Known Issue This issue has been identified and is being investigated. Investigating The reported issue is under investigation labels Nov 17, 2023
@Coopydood
Copy link
Owner

So I have been trying to get this to work but I keep getting the following error

image

I have tried different file systems, trying to use Ventura instead but for some reason when I choose Ventura it downloads Sonoma instead. (This also happens with OSX-KVM)

Monterey does work but I get similar errors when trying to update to Sonoma within MacOS.

My setup:

Latest Arch Linux with zen kernel

Ryzen 7 3800x

32GB RAM

GTX 1080

I myself have experienced both issues also, and I'm actively investigating both.

As for Ventura, vit9696's script is currently broken due to an Apple server change, so I'll patch it as soon as it becomes available.

The best way to get Ventura right now is a bit tedious, as downloading the latest version of Ventura from within Monterey actually serves up the Apple Silicon only version. The way I've done it is by specifically downloading 13.6.1 which is universal.

If you'd still like Ventura, for the time being, use this link to download 13.6.1 from within Monterey, and perform a system upgrade: https://swcdn.apple.com/content/downloads/14/43/042-82952-A_GEJ3YDGEVG/cxed0qvmvtdvuix3xskr6zz1o4nc8fwry0/InstallAssistant.pkg

Thanks a lot for taking the time to report this issue and using my project, I appreciate it!

@paatchii
Copy link
Author

Thanks for the response! Doing the system upgrade indeed got me to Ventura so thanks a lot for that. And glad to hear that I'm not the only one with the Sonoma problems. I was pulling my hair out for 2 days haha. Hopefully it can be resolved in the future.

@Coopydood Coopydood pinned this issue Nov 20, 2023
@Coopydood
Copy link
Owner

Coopydood commented Nov 23, 2023

Hi, if you used AutoPilot to create the VM, would you mind submitting your latest AutoPilot log? It's located in [repo]/logs.

@Coopydood Coopydood added Completed The issue was resolved. and removed Investigating The reported issue is under investigation labels Dec 3, 2023
@Coopydood Coopydood unpinned this issue Dec 5, 2023
@Coopydood Coopydood linked a pull request Dec 5, 2023 that will close this issue
@Gucan
Copy link

Gucan commented Dec 7, 2023

There are two problems with installing Sonoma.
First, you need to change the -cpu parameter to host, otherwise it will restart indefinitely when you try to start it after installation.
Second, during online installation, I don’t know why the recovery environment will try to download the installation resources of the arm series, resulting in an error that it cannot be found. bootbase.efi, just execute the following command after the disk tool formats the partition.

mkdir -p /Volumes/'partition name'/private/tmp
cp -R "/Install macOS Sonoma.app" /Volumes/'partition name'/private/tmp/
mkdir "/Volumes/'partition name'/private/tmp/Install macOS Sonoma.app/Contents/SharedSupport"
curl -L -o "/Volumes/'partition name'/private/tmp/Install macOS Sonoma.app/Contents/SharedSupport/SharedSupport.dmg" https://swcdn.apple.com/content/downloads/24/37/052-09398-A_DIKZGBNOM0/y4rz9dued01dtyl65nxqgd08wj2ar5cr6v/InstallAssistant.pkg
"/Volumes/'partition name'/private/tmp/Install macOS Sonoma.app/Contents/MacOS/InstallAssistant_springboard"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Completed The issue was resolved. Known Issue This issue has been identified and is being investigated.
Projects
Status: Completed
Development

Successfully merging a pull request may close this issue.

3 participants