Coder Social home page Coder Social logo

Comments (10)

au10tic avatar au10tic commented on August 18, 2024

i was able to start my mojave installation by adding the below lines to my .vmx config file, but the installation fails almost at the end with An error occurred validating the installer data. The download is either damaged or incomplete. Redownload the installer and try again.

I also must say i have an AMD Ryzen 5 2200G CPU

smc.version = "0"
cpuid.0.eax = "0000:0000:0000:0000:0000:0000:0000:1011"
cpuid.0.ebx = "0111:0101:0110:1110:0110:0101:0100:0111"
cpuid.0.ecx = "0110:1100:0110:0101:0111:0100:0110:1110"
cpuid.0.edx = "0100:1001:0110:0101:0110:1110:0110:1001"
cpuid.1.eax = "0000:0000:0000:0001:0000:0110:0111:0001"
cpuid.1.ebx = "0000:0010:0000:0001:0000:1000:0000:0000"
cpuid.1.ecx = "1000:0010:1001:1000:0010:0010:0000:0011"
cpuid.1.edx = "0000:1111:1010:1011:1111:1011:1111:1111"
featureCompat.enable = "FALSE"

from auto-unlocker.

chppppp avatar chppppp commented on August 18, 2024

I have the same issue as the OP. @au10tic's suggestion did not work for me. appending that data to my vmx results in Failed to start virtual machine. I have a Ryzen 7 3700X. All my virtualization stuff is enabled in my bios (whatever its called for amd).

thanks

from auto-unlocker.

au10tic avatar au10tic commented on August 18, 2024

what VMware workstation are you trying? and are you installing macOS or spinning up an existing one?

from auto-unlocker.

chppppp avatar chppppp commented on August 18, 2024

Hey @au10tic. I am on 15.5.5 build-16285975. Glad i tested this on workstation before fucking up my esxi ;) I am spinning up new macOS.

I found this youtube link https://www.youtube.com/watch?v=9MUi00wiHWI , which appears to have some useful comments. Apparently with the new Ryzen CPU's this only works on a specific flavor of Workstation.

from auto-unlocker.

au10tic avatar au10tic commented on August 18, 2024

@chppppp yep! AMD doesn't get all the love 😏

from auto-unlocker.

Nolij avatar Nolij commented on August 18, 2024

Ryzen 9 3900x here. I'll check that video out. Thanks!

from auto-unlocker.

chppppp avatar chppppp commented on August 18, 2024

@xdMatthewbx if you find a download link for Workstation 15.0.3, post it here and save us some google time :)

from auto-unlocker.

Nolij avatar Nolij commented on August 18, 2024

@xdMatthewbx if you find a download link for Workstation 15.0.3, post it here and save us some google time :)

https://my.vmware.com/web/vmware/details?downloadGroup=WKST-1503-WIN&productId=799

If this doesn't work I'll just use another solution as I can't find a download on google that doesn't get 500 detections on virustotal.

from auto-unlocker.

 avatar commented on August 18, 2024

Use this Guide to install Catalina on VMWare

https://amd-vm.hackintosh-guides.ml/

from auto-unlocker.

Avasam avatar Avasam commented on August 18, 2024

I managed to get MacOS to install by doing the following:

  1. Install VMWare 15.0.3 (see above link)
  2. Run the auto unlocker
  3. Create a new VM targeting macOS 10.4
  4. Add the following to the .vmx file:
    4.1. To get it started
smbios.reflectHost = "TRUE"
hw.model = "MacBookPro14,3"
board-id = "Mac-551B86E5744E2388"
smc.version = "0"

_ _ _ 4.2. Mask the CPU

cpuid.0.eax = "0000:0000:0000:0000:0000:0000:0000:1011"
cpuid.0.ebx = "0111:0101:0110:1110:0110:0101:0100:0111"
cpuid.0.ecx = "0110:1100:0110:0101:0111:0100:0110:1110"
cpuid.0.edx = "0100:1001:0110:0101:0110:1110:0110:1001"
cpuid.1.eax = "0000:0000:0000:0001:0000:0110:0111:0001"
cpuid.1.ebx = "0000:0010:0000:0001:0000:1000:0000:0000"
cpuid.1.ecx = "1000:0010:1001:1000:0010:0010:0000:0011"
cpuid.1.edx = "0000:1111:1010:1011:1111:1011:1111:1111"
featureCompat.enable = "FALSE"

_ _ _ 4.3. Also update virtualHW.version to 10

virtualHW.version = "10"
  1. I also had to set "USB compatibility" to 2.0 to get my mouse and keyboard working:
    image

from auto-unlocker.

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.