Code Monkey home page Code Monkey logo

Comments (4)

Coopydood avatar Coopydood commented on July 20, 2024 1

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!

from ultimate-macos-kvm.

paatchii avatar paatchii commented on July 20, 2024 1

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.

from ultimate-macos-kvm.

Coopydood avatar Coopydood commented on July 20, 2024

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

from ultimate-macos-kvm.

Gucan avatar Gucan commented on July 20, 2024

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"

from ultimate-macos-kvm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.