Very fast installation on my Ryzen 9 with 32GB RAM, NVME SSD and NVIDIA 1650 super. I wanted to use the Monterey installation from my real iMac but was too lazy to convert the actual boot USB to ISO and used this tutorial instead for one of my windows boxes in VMware. Did all the tweaks suggested by others and works fine. NOTE, don't expect super fast graphics with NVIDIA (Apple stopped support after High Sierra). You need an AMD GPU (like RX 580) to pass-through 3D acceleration OR use a GT 710 that is still supported OR build a Hackintosh with legacy patcher for older MACs (works great) or do a bare metal installation of either Proxmox/Linux KVM/Sosumi for new and fast systems. I hate the complexity of Proxmox, so this solution was my favorite. What I don't like about this Ventura ISO is that its beta, not final version so you have to update it or roll back to a Monterey distro. It has bugs and I also don't trust downloading an OS from some random server, its just for testing purposes inside a VM.
Edit if you get stuck on a boot loop find an iso of mac os Monterey and install that instead follow the exact same tutorial just replace the Ventura iso with the Monterey one and it should work 3:31
I get all the way to the point where it reboots after installing everything, then I get the message "Your computer restarted because of a problem." So I don't get to the first run wizard where you select language. I'm on a Ryzen 5 5600x. I followed some instructions in other tutorials to add the CPU masks and also set the virtualHW.version to 16. That at least got me to the point where I could boot the installer and start the installation. But no luck on a successful install.
@@NossyDrelich I gave up because it just wasn't working with an AMD CPU. There were lots of different workarounds, some of which don't even work in VMWare Workstation and are Parallels specific. Not sure why they even get mentioned if they don't work with Workstation. I think these tutorials are typically based on using Intel CPU's.
Does anyone know? it shows this error message, I am on Ryzen The CPU has been disabled by the guest operating system. Power off or reset the virtual machine.
you have to add this lines to the vmx file to make it run properly on AMD 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:0111:1000:1011:1111:1011:1111:1111" smbios.reflectHost = "TRUE" hw.model = "MacBookPro14,3" board-id = "Mac-551B86E5744E2388"
after ending of installtion, its in boot loop. please help how to fix this boot loop. I could able to complete almost whole process, but in the end getting this issue
It would be nice to have a list of Mac OS apps (like Apple Maps) that don't work correctly in a a PC-hosted Mac OS guest VMWare virtual machine. 3D graphics acceleration is not supported, so any Mac OS apps that relies on graphics metal will not work correctly.
One thing you did get wrong: Don't increase the processor count, but increase the core count. So, set the processor count to 1, and then adjust the core count for the amount of cores you want to allocate to the VM. Adding multiple processors will virtualize a system with multiple CPU's in different sockets.
Hello. i am facing an error on VMware saying "The CPU has been disabled by the guest operating system. Power off or reset the virtual machine." please help. what should I do?
you have to add this lines to the vmx file to make it run properly on AMD 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:0111:1000:1011:1111:1011:1111:1111" smbios.reflectHost = "TRUE" hw.model = "MacBookPro14,3" board-id = "Mac-551B86E5744E2388"
can someone help, i am having the error "The CPU has been disabled by the guest operating system" and i searched everywhere, went into my bios (AMD x64) and everything for virtualization is selected, i checked in the program packages the "hyper-V" and still didn't help. Some info about the problem: i am able to run Linux/Windows Operating Systems.
Went thru all the steps multiple times and have no problem with all the versions except 13 & 14. When in disk utility no "VMware virtual sata hard drive media" shows up. Nothing to erase or install on.
@@StargateMax Yeah. Having an AMD processor also messes with some graphic stuff on Monterey VMs and older, and if you go back to operating systems like Yosemite, graphics just bug out altogether. Even on Monterey some applications just don’t work because of graphics related things.
Hi. I'm trying to install Ventura 13.6.2 with my laptop (amd ryzen 7 4800h, windows 11, vmware pro 17). When I power on the vm, it is loops with a boot manager. It seem it cannot see the .iso file or something. Any ideas? Thank you.
Error massage during start up while the apple is on the screen. "The CPU has been disabled by the guest operating system power off or reset the virtual machine"
I'm assuming AMD CPU. Copy paste this to the bottom of the VMX file when you go to edit it for the first time when creating the machine. 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:0111:1000:1011:1111:1011:1111:1111" smbios.reflectHost = "TRUE" hw.model = "MacBookPro14,3" board-id = "Mac-551B86E5744E2388"
mine dosent work bro i followed all instructions and my stuff keep saying The CPU has been disabled by the guest operating system. Power off or reset the virtual machine.
@@cryptojunkie2472 what are your computer specs ? mine gets stuck at "16 minutes remaining or 13 minutes remaining" and vmware hangs and lags until then
@@ethannorris4912 no, you are wrong, it's a bootloop...Ventura requires a whole lot more memory to be allocated to the VM or it fails on startup. I can't get Ventura to boot up reliably with less than 14gb of RAM and 4 processors dedicated. It's a huge increase in resources from Catalina
not working on mine, Ventura setup is stuck at the very beginning because is not detecting any keyboard or mouse. I can connect the keyboard via VmWare but still not working.
Thank you for making this tutorial, I managed to install macOS on a virtual machine to see how my projects behave in different browsers Although I do have an issue, I cannot install the VMWare tools, whenever I click on VM → Install VMWare tools it says that: “This operation cannot proceed because your macOS guest is using the CD/DVD. Dismiss this message, eject the disc from inside the guest, and retry this operation.” Though I do not have any way to "eject the disk", if you'd be able to help me on this problem I'd be very grateful
I get this error "your computer restarted because of a problem", I have a virtual machine already running like Monterey and another one too, it's because I gave it 6 GB of ram, so be sure, explain it to me
One question... I have a legal vmware 16 pro, and I followed everything you said, but on the drop down menu, I don't see macos 12 or 13. I only see until macos 11.1. Why is that and how do I fix it?
Hi, great video. Thanks for sharing. I am facing one problem. I am not able to switch to the fullscreen mode in vmware workstation. When I am clicking on the install vmware tools from vmware menu tab, it failing. Could you please suggest anything for this?
I am getting this Error when i tried to start VM for the First Time Version mismatch with vmx86 driver: expecting 416.0, got 410.0. You have an incorrect version of driver 'vmx86.sys'. Try reinstalling VMware Workstation. Failed to initialize monitor device Then I Click OKAY Transport (VMDB) error -14: Pipe connection has been broken.
I am trying to erase the disk on Disk Utility to install the OS, but I got this error, what to do? The operation on file "C:\Users\mariu\OneDrive\Documents\Virtual Machines\macOS 13\macOS 13.vmdk" failed. If the file resides on a remote file system, make sure that the network connection and the server where this disk resides are functioning properly. If the file resides on removable media, reattach the media. Select Retry to attempt the operation again. Select Cancel to power off the virtual machine. Select Continue to forward the error to the guest operating system.
I would probably suggest changing the directory of where you are installing your VM. You are currently pointing to the OneDrive folder, which is technically a remote file system (as it's files reside online).
Hello thanks for this video Today I after some tries finally watched your tutorial and could install it. The problem was that in installation process remaining time stoped at 12 minutes and didn't move at all. And I tried some more times with the same thing.
you have to add this lines to the vmx file to make it run properly on AMD 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:0111:1000:1011:1111:1011:1111:1111" smbios.reflectHost = "TRUE" hw.model = "MacBookPro14,3" board-id = "Mac-551B86E5744E2388"
That's the issue i'm having with a different Ventura iso that I already had, retrying to redownload this Ventura beta iso used in this video to see if that solves it. My original iso said "install macOS Ventura" instead of "install macOS Beta"
I started installing and then there is an error. VMware Workstation unrecoverable error: (vcpu-4)(vcpu3) etc etc Exception 0xc0000005 (access violation) has occurred. I am running an i5-12500 with Integrated Graphics, I dont know if thats the problem. Does VM stil work with the wrong graphics card? I know only 10th gen Integrated graphics work on OS X. I am getting a new GPU in a few days MSI RX 580 and plan to dual boot mac and windows.
When erasing/formatting the Hard drive in the Disk utility will my files in windows 11 will be going to be affected or erased and will there be an issue using AMD Ryzen 5 5600G with Radeon Graphics as compared to intel
Excellent video....In my windows 11, already i have Ubuntu 20.04, and Kali Linux on Oracle Virtual Box, now i wish to install Mac OS on my VMware 17 workstation, which Mac version best suited please suggest me, my system HP pavilion 4GB RAM, 250GB SSD, i3 intel
Everything worked i just have some issues with the leading in the virtual machine when i wanted to type in my apple ID i was really slow and took me like an hour to just time in my name:( U have some tips ?
it's working great! i have an intel Intel Core i9-12900F Cpu - 16 Cores, with a 32GB DDR5, M.2 Gen 3rd 1tb, and it's running really well. i set the VM to 19GB ram, 80GB space. super nice!
you have to add this lines to the vmx file to make it run properly on AMD 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:0111:1000:1011:1111:1011:1111:1111" smbios.reflectHost = "TRUE" hw.model = "MacBookPro14,3" board-id = "Mac-551B86E5744E2388"
why did u use vmxnet13 as the ethernet controller ? i am using a usb wifi i dont have ethernet so what should I put for the ethernet controller instead of vmxnet3? Also I have a intel core i5-4570 cpu @ 3.20 Ghz with built in intel HD graphics 4600. Will vmware with ventura on my dell optiplex? When the installation was running and saying "15 minutes remaining" the screen automatically turned black and the installation restarted and I was restarted back on the installation screen. Can you help guide me where is it going wrong and what to do for next steps? Thank you Also there is a link to Auto-Unlocker v2.0.0a which is also in the description. So i used that. Everytime I start up the mac os ventura installation I get a notification at the bottom saying to install VM tools but how do I that when it says that I have to log out of the guest operating system and then download it. But, when I turn off the mac os VM, the option to install VM tools is grayed out. I have Hyper-V enabled in the optional features. Is this the cause?.... :\ I am so lost as to what to do
@Cool Potato i tried disabling hyper-V and my installation gets stuck at "16 minutes remaining" sometimes vmware hangs and lags or my entire computer lags sometimes even hangs at 12 minutes remaining like last night
@Cool Potato I have 8GB RAM and I allocated 100 GB of storage and my dell optiplex desktop is running on intel core i5-4570 cpu @ 3.20 Ghz and intel hd graphics 4600
@Cool Potato i will try on my dads laptop because it has a dual gpu with intel hd graphics 520 and a nvidia geforce 940M running on intel core i7-6500U @ 2.50 Ghz cpu
I get this "The CPU has been disabled by the guest operating system. Power off or reset the virtual machine." I am using VMWare Pro 16.2.3. the apple logo shows up but the message appear after a second or two. I am on AMD Ryzen.
@@faris7051 You might need to downgrade VMWare but try this in your VMX file: 1. Change featureCompat.enable = "TRUE" 2. Add the following: 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:0111:1000:1011:1111:1011:1111:1111” smbios.reflectHost = “TRUE” hw.model = “MacBookPro14,3” board-id = “Mac-551B86E5744E2388” It might help. Took me a while to find. Some other tutorial give a different cpuid and it did not work. This one worked on mine and I have an AMD Ryzen 2700X. Try removing the featureCompat.enable line if it doesn't help.
Same issue - I've even copied and pasted the code that is known to work for Monterey and Big Sur, but the problem still happens. Any lucky anybody? Note - this only seems to happen on AMD processor host machines. Those with Intel - no issue as long as you did the unlocker correctly.
you have to add this lines to the vmx file to make it run properly on AMD 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:0111:1000:1011:1111:1011:1111:1111" smbios.reflectHost = "TRUE" hw.model = "MacBookPro14,3" board-id = "Mac-551B86E5744E2388"
Once I setup disk utility and it installs macos ventura it's stuck on a boot loop. (Btw I've got 8GB DDR3 RAM, Intel i5-3470, no GPU. Pretty shitty PC.)
Not sure if you ever got it figured out, but copy/paste this to the bottom of the vmx file when you go to edit instead of just putting smc.version 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:0111:1000:1011:1111:1011:1111:1111" smbios.reflectHost = "TRUE" hw.model = "MacBookPro14,3" board-id = "Mac-551B86E5744E2388" This will spoof the CPU ID and make it look like you have an Intel CPU to the guest operating system (and installer)
Hey man, amazing tutorial, it's all working well. But I'm having one issue, it's kind of laggy, feels like it's running on 20fps. Any idea how I could fix that? Thank you in advance. Obs- Yes my computer has more than the necessary specs.
Very fast installation on my Ryzen 9 with 32GB RAM, NVME SSD and NVIDIA 1650 super. I wanted to use the Monterey installation from my real iMac but was too lazy to convert the actual boot USB to ISO and used this tutorial instead for one of my windows boxes in VMware. Did all the tweaks suggested by others and works fine. NOTE, don't expect super fast graphics with NVIDIA (Apple stopped support after High Sierra). You need an AMD GPU (like RX 580) to pass-through 3D acceleration OR use a GT 710 that is still supported OR build a Hackintosh with legacy patcher for older MACs (works great) or do a bare metal installation of either Proxmox/Linux KVM/Sosumi for new and fast systems. I hate the complexity of Proxmox, so this solution was my favorite. What I don't like about this Ventura ISO is that its beta, not final version so you have to update it or roll back to a Monterey distro. It has bugs and I also don't trust downloading an OS from some random server, its just for testing purposes inside a VM.
Hey bro i also have ryzen 9 5900x
16gb ram
Nvme ssd but it shows me errors...
@damiens4768 Could you share your vmxf changes?
@@virgulinoferreira3472 Any suggestion❓😐
@@crissgill6505 None yet.
Broo, my pc has 3050 + intel graphics. and core i-7, ddr 5 and good ssd, but its install really sloooooooooow
i have no issues while installing the mac os venture, but it never get to the 6:03 part of the video, it just fail to boot up
Edit if you get stuck on a boot loop find an iso of mac os Monterey and install that instead follow the exact same tutorial just replace the Ventura iso with the Monterey one and it should work 3:31
I have exactly this problem
Thank you alot mate, been trying to get it working since few hours and fried my brain lol... so many guides I had some kind of an error.
i was waiting for this soo long
It took a while for me to get a proper ISO, but finally found a good copy
@@GEEKrarGuides I found one by techradar will that work too ? or should I use your version ?
@@anmac6910 techradar wont work
@@The--Real_Ikun ok
Installation worked fine. But after Install it keeps rebooting on the Apple logo. Apple Logo -> Vmware, and so on. It never starts. Any idea?
Same issue
@@a.alg0hary549 same
@@HackerSrijan same
I get all the way to the point where it reboots after installing everything, then I get the message "Your computer restarted because of a problem." So I don't get to the first run wizard where you select language. I'm on a Ryzen 5 5600x. I followed some instructions in other tutorials to add the CPU masks and also set the virtualHW.version to 16. That at least got me to the point where I could boot the installer and start the installation. But no luck on a successful install.
While I try install Ventura it keep restart when installing on reboot... Moreover, when I launch xcode simulator with ios 16 it also keep restaring
what did you try? I'm having the same issue.
@@NossyDrelich I gave up because it just wasn't working with an AMD CPU. There were lots of different workarounds, some of which don't even work in VMWare Workstation and are Parallels specific. Not sure why they even get mentioned if they don't work with Workstation. I think these tutorials are typically based on using Intel CPU's.
@@FrankAllotta Perhaps but I'm running a Dell M4600 with an Intel CPU and same issue, I guess, I'll just stick to Monterey till a workaround is found.
Добрый день ! Подскажите, как решился ли вопрос с установкой?
boot loop after the installation completed
Apple logo then 3 sec into loading bar then reboot
Have you found a solution for this?
@@xpandalp4344 No i dont think yet
AMD I presume? There's currently no solution that I have seen working. Very few random people claim that they have a fix, but it's not true.
Does anyone know? it shows this error message, I am on Ryzen
The CPU has been disabled by the guest operating system. Power off or reset the virtual machine.
you have to add this lines to the vmx file to make it run properly on AMD 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:0111:1000:1011:1111:1011:1111:1111"
smbios.reflectHost = "TRUE"
hw.model = "MacBookPro14,3"
board-id = "Mac-551B86E5744E2388"
@@AtefAkremiatef Thank you!
@@AtefAkremiatef Brilliant. Thank you!
@@AtefAkremiatef I wish it worked. It doesn't. I'm on Ryzen 9 5900X and these lines make no difference, I tried many times.
its not the mac kind i want but IDC your the only one that talks so thank you so much
getting stuck at installation showing 12 mins remaining. Then automatically restarts and reverts back to installation menu
please help
It keeps crashing after the installation is complete it won't let me configure it (im using intel)
THANK YOU, great video!!
after ending of installtion, its in boot loop. please help how to fix this boot loop. I could able to complete almost whole process, but in the end getting this issue
ye same
It would be nice to have a list of Mac OS apps (like Apple Maps) that don't work correctly in a a PC-hosted Mac OS guest VMWare virtual machine. 3D graphics acceleration is not supported, so any Mac OS apps that relies on graphics metal will not work correctly.
One thing you did get wrong:
Don't increase the processor count, but increase the core count.
So, set the processor count to 1, and then adjust the core count for the amount of cores you want to allocate to the VM. Adding multiple processors will virtualize a system with multiple CPU's in different sockets.
Hello. i am facing an error on VMware saying "The CPU has been disabled by the guest operating system. Power off or reset the virtual machine." please help. what should I do?
you have to add this lines to the vmx file to make it run properly on AMD 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:0111:1000:1011:1111:1011:1111:1111"
smbios.reflectHost = "TRUE"
hw.model = "MacBookPro14,3"
board-id = "Mac-551B86E5744E2388"
can someone help, i am having the error "The CPU has been disabled by the guest operating system" and i searched everywhere, went into my bios (AMD x64) and everything for virtualization is selected, i checked in the program packages the "hyper-V" and still didn't help.
Some info about the problem: i am able to run Linux/Windows Operating Systems.
Went thru all the steps multiple times and have no problem with all the versions except 13 & 14. When in disk utility no "VMware virtual sata hard drive media" shows up. Nothing to erase or install on.
Most of these iso's appear to be damaged. Can you test these uploads on your computer to make sure they aren't corrupted?
I tried this, and it just boot loops. I never get to the part where I have to set up the OS.
Same here. There seems to be no solution for the AMD users whatsoever.
@@StargateMax Yeah. Having an AMD processor also messes with some graphic stuff on Monterey VMs and older, and if you go back to operating systems like Yosemite, graphics just bug out altogether. Even on Monterey some applications just don’t work because of graphics related things.
Hi. I'm trying to install Ventura 13.6.2 with my laptop (amd ryzen 7 4800h, windows 11, vmware pro 17). When I power on the vm, it is loops with a boot manager. It seem it cannot see the .iso file or something. Any ideas? Thank you.
me too
Error massage during start up while the apple is on the screen.
"The CPU has been disabled by the guest operating system power off or reset the virtual machine"
I'm assuming AMD CPU.
Copy paste this to the bottom of the VMX file when you go to edit it for the first time when creating the machine.
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:0111:1000:1011:1111:1011:1111:1111"
smbios.reflectHost = "TRUE"
hw.model = "MacBookPro14,3"
board-id = "Mac-551B86E5744E2388"
mine dosent work bro i followed all instructions and my stuff keep saying The CPU has been disabled by the guest operating system. Power off or reset the virtual machine.
just power off the vm bruh
@@trxpzy7476 lol... yeah? And then it starts all over again. Looping.
FINALLY got it WORKING! thanks man
what steps did u use ?
@@anmac6910 all the exact ones in this video
@@cryptojunkie2472 what are your computer specs ? mine gets stuck at "16 minutes remaining or 13 minutes remaining" and vmware hangs and lags until then
@@anmac6910 intel i5, 16GB RAM, 500 GB SSD... if you are using an AMD CPU, i know theres been issues
@@cryptojunkie2472 can you be specific ? also i found a old intel desktop from dell optiplex i will tey to see if it works on this one
My virtual mashine not started... Have error: Error while powering on: VMware player cannot connect to the virtual mashine
Any thoughts on why an upgrade from existing vmware MacOS Catalina fails and bootloops?
it doesn't boot loop it just has to restart SEVERAL times.
@@ethannorris4912 no, you are wrong, it's a bootloop...Ventura requires a whole lot more memory to be allocated to the VM or it fails on startup. I can't get Ventura to boot up reliably with less than 14gb of RAM and 4 processors dedicated. It's a huge increase in resources from Catalina
@@dividedsky I used it with 4gb of ram and 2 processor cores and it booted up fine
@@ethannorris4912 are version of VMWare Workstation Pro are you using? I get about 1/2 way through the loading progress bar and then it reboots
@@dividedsky I use the non-commercial version of VMware workstation
not working on mine, Ventura setup is stuck at the very beginning because is not detecting any keyboard or mouse. I can connect the keyboard via VmWare but still not working.
amazing tutorial! thx👍👍👍👍
Glad you liked it!
@@GEEKrarGuides I get a boot loop after the installation. How can I fix the boot loop?
Hi thank you for this, I have tried everything but I cannot connect to the internet, can you help please, Thank you
i have an issue before it installs is installing but then finished and redirects back to setup to install again?
after erasing i clicked on install macOS but continue button not working i clicked in continue sveral times it dont start installing
Thanks for the help bro! I got it installed on my Intel laptop since I need to use a Mac device for my apple administration class! :)
Thank you for making this tutorial, I managed to install macOS on a virtual machine to see how my projects behave in different browsers
Although I do have an issue, I cannot install the VMWare tools, whenever I click on VM → Install VMWare tools it says that:
“This operation cannot proceed because your macOS guest is using the CD/DVD.
Dismiss this message, eject the disc from inside the guest, and retry this operation.”
Though I do not have any way to "eject the disk", if you'd be able to help me on this problem I'd be very grateful
you have on the desktop, an icon with the cd/dvd mac os ventura beta. right click on it, eject.
Then you will have the vmware tools option.
Just create 2 CD/DVD disks.
followed all instructions to the letter. After install in a a reboot loop. Any ideas ?
drop the number of CPU cores to 1 during the installing and see if that works
I get this error "your computer restarted because of a problem", I have a virtual machine already running like Monterey and another one too, it's because I gave it 6 GB of ram, so be sure, explain it to me
im stuck on the boot screen will soneone help
Me too
Hi when I install it it always boot loops any fix it always happens on new and old installations before I can install it
One question... I have a legal vmware 16 pro, and I followed everything you said, but on the drop down menu, I don't see macos 12 or 13. I only see until macos 11.1. Why is that and how do I fix it?
You most likely ran an old version of Unlocker.
Try to find version 3.0.4 or 3.0.5.
Help plz all do wel like on vidoe but the system restart on startup, and whrite mac os ventura your computer restart help
Hi, great video. Thanks for sharing. I am facing one problem. I am not able to switch to the fullscreen mode in vmware workstation. When I am clicking on the install vmware tools from vmware menu tab, it failing. Could you please suggest anything for this?
I am getting this Error when i tried to start VM for the First Time
Version mismatch with vmx86 driver: expecting 416.0, got 410.0.
You have an incorrect version of driver 'vmx86.sys'. Try reinstalling VMware Workstation.
Failed to initialize monitor device
Then I Click OKAY
Transport (VMDB) error -14: Pipe connection has been broken.
My installation failed. it flicker...keep reinstalling..first 23min then 23 min..then window keep resize on install
I am trying to erase the disk on Disk Utility to install the OS, but I got this error, what to do?
The operation on file "C:\Users\mariu\OneDrive\Documents\Virtual Machines\macOS 13\macOS 13.vmdk" failed.
If the file resides on a remote file system, make sure that the network connection and the server where this disk resides are functioning properly. If the file resides on removable media, reattach the media.
Select Retry to attempt the operation again.
Select Cancel to power off the virtual machine.
Select Continue to forward the error to the guest operating system.
I would probably suggest changing the directory of where you are installing your VM. You are currently pointing to the OneDrive folder, which is technically a remote file system (as it's files reside online).
Hello thanks for this video
Today I after some tries finally watched your tutorial and could install it. The problem was that in installation process remaining time stoped at 12 minutes and didn't move at all. And I tried some more times with the same thing.
just wait
(1hour)
it will do that you just gotta wait and it will restart.
Would an rtx 3090 run into issues? Thats what I have along with a ryzen 9 cpu.
i have problem when macOs loop reboot after install
SAME
It didn’t work it was talking about smc version and the value being -1
reduce allocation of resources
it says The CPU has been disabled by the guest operating system. Power off or reset the virtual machine. any one has solution??
Hi i have been waiting for macOS sonama when will it come
"The CPU has been disabled by the guest operating system. Power off or reset the virtual machine." I get this error, what do I do??
I have an AMD Ryzen CPU
@@shreyas_k_13 Same here, and I haven't seen anybody successfully running macOS on AMD yet.
you have to add this lines to the vmx file to make it run properly on AMD 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:0111:1000:1011:1111:1011:1111:1111"
smbios.reflectHost = "TRUE"
hw.model = "MacBookPro14,3"
board-id = "Mac-551B86E5744E2388"
Never was able to boot, just loaded the progressbar for a nanosecond and then started bootlooping
the download from your link stuck in 11 GB ,,, do you have another link?
I'm having problems on the screen. how to make it large?? having issues with vmware tools probably
Any solution for bootloop ?
That's the issue i'm having with a different Ventura iso that I already had, retrying to redownload this Ventura beta iso used in this video to see if that solves it.
My original iso said "install macOS Ventura" instead of "install macOS Beta"
Is there any way to install it as dual boot?
installation always stops (stuck) exactly at "about 16 minutes remaining."
Mine the same just be patient takes about an hour and then works
@@evanbrowne Ok. Thank you. 👍
I started installing and then there is an error.
VMware Workstation unrecoverable error: (vcpu-4)(vcpu3) etc etc
Exception 0xc0000005 (access violation) has occurred.
I am running an i5-12500 with Integrated Graphics, I dont know if thats the problem. Does VM stil work with the wrong graphics card? I know only 10th gen Integrated graphics work on OS X. I am getting a new GPU in a few days MSI RX 580 and plan to dual boot mac and windows.
my pc restarts when i choose to connect via ethernet any idea?
When erasing/formatting the Hard drive in the Disk utility will my files in windows 11 will be going to be affected or erased and will there be an issue using AMD Ryzen 5 5600G with Radeon Graphics as compared to intel
Excellent video....In my windows 11, already i have Ubuntu 20.04, and Kali Linux on Oracle Virtual Box, now i wish to install Mac OS on my VMware 17 workstation, which Mac version best suited please suggest me, my system HP pavilion 4GB RAM, 250GB SSD, i3 intel
Done all steps but stuck on apple logo for about a hour have I done anything wrong ??
you need avx2, this error without avx2 unfixable
Everything worked i just have some issues with the leading in the virtual machine when i wanted to type in my apple ID i was really slow and took me like an hour to just time in my name:( U have some tips ?
What about installing the same on ESXi 6.7?
Thanks for the information.
My CPU have not AVX2 。。。can't install ventura, reboot loop
it always just says cpu paused
why is yours so smooth? mine is quite lag-y even with more than enough resources. also i am having quite a bit of trouble installing VMWare tools.
iso file is corrupted i have tried multiple times to download?
Do you know how I can get macOS 13 in my list? The highest macOS available in my list is macOS 11.1. Thank you.
The link is the old repository. I found the new one but ones installed the old you can’t install the new.
it's working great! i have an intel Intel Core i9-12900F Cpu - 16 Cores, with a 32GB DDR5, M.2 Gen 3rd 1tb, and it's running really well. i set the VM to 19GB ram, 80GB space. super nice!
from where you have downloaded the .ios
When I right click on macOS 13 I don't see open vm directory
just find your vm file lazy
Did you find a solution for enabling the 3D Acceleration?
Edit virtual machine settings > Display > 3D Acceleration
How about VMware tools?
@@isaacolukanni I had no problem with vmtool
@@VolumeMA I mean VMware tools should help with 3D Acceleration. Moreso, the macOS VM does not support 3D acceleration.
@@isaacolukanni Does a 12700k 3080 setup support 3D Acceleration?
@Cool Potato No. There is still a lot of lag in the VM. I will recommend BigSur or Monterey instead.
Which version of Unlocker is needed? I downloaded unlocker today and it was 2x. You mentioned that 3.04 was used in your video. Thanks
Go back to all the repository’s of the guy and go to unlocker. There is the new one. But you need Python installed for the new one
Mine is bootlooping after instalation
Have you found a solution for this?
@@xpandalp4344 no
it shows "Unlocker.exe" executable with shield icon.What should do i do?
oh i fixed
Form me unlocker not work
The CPU has been disabled by the guest operating system. Power off or reset the virtual machine.
have you found a fix for this mate, I had the same on my ryzen laptop
@@anonymoususerinterface its so easy but will boot loop a chance of 45% of users
not working . I am on AMD Ryzen 7 5800h
you have to add this lines to the vmx file to make it run properly on AMD 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:0111:1000:1011:1111:1011:1111:1111"
smbios.reflectHost = "TRUE"
hw.model = "MacBookPro14,3"
board-id = "Mac-551B86E5744E2388"
@@AtefAkremiatef It doesn't work.
Stuck...."unable to find the VMX binary
Is the Pro version required or can this work on VMWare Workstation Player 16?
opencore is better?
why did u use vmxnet13 as the ethernet controller ? i am using a usb wifi i dont have ethernet so what should I put for the ethernet controller instead of vmxnet3? Also I have a intel core i5-4570 cpu @ 3.20 Ghz with built in intel HD graphics 4600. Will vmware with ventura on my dell optiplex?
When the installation was running and saying "15 minutes remaining" the screen automatically turned black and the installation restarted and I was restarted back on the installation screen. Can you help guide me where is it going wrong and what to do for next steps? Thank you
Also there is a link to Auto-Unlocker v2.0.0a which is also in the description. So i used that. Everytime I start up the mac os ventura installation I get a notification at the bottom saying to install VM tools but how do I that when it says that I have to log out of the guest operating system and then download it. But, when I turn off the mac os VM, the option to install VM tools is grayed out. I have Hyper-V enabled in the optional features. Is this the cause?.... :\ I am so lost as to what to do
@Cool Potato i tried disabling hyper-V and my installation gets stuck at "16 minutes remaining" sometimes vmware hangs and lags or my entire computer lags sometimes even hangs at 12 minutes remaining like last night
@Cool Potato I have 8GB RAM and I allocated 100 GB of storage and my dell optiplex desktop is running on intel core i5-4570 cpu @ 3.20 Ghz and intel hd graphics 4600
@Cool Potato i allocated 1 processor 2 cores
@Cool Potato omg wow it needs that much resources ? Also did u manage to get wifi working ?
@Cool Potato i will try on my dads laptop because it has a dual gpu with intel hd graphics 520 and a nvidia geforce 940M running on intel core i7-6500U @ 2.50 Ghz cpu
Can i Run it with dual core proccesor
I get this "The CPU has been disabled by the guest operating system. Power off or reset the virtual machine." I am using VMWare Pro 16.2.3. the apple logo shows up but the message appear after a second or two. I am on AMD Ryzen.
I have the same issue, have you found a solution?
@@faris7051 You might need to downgrade VMWare but try this in your VMX file:
1. Change featureCompat.enable = "TRUE"
2. Add the following:
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:0111:1000:1011:1111:1011:1111:1111”
smbios.reflectHost = “TRUE”
hw.model = “MacBookPro14,3”
board-id = “Mac-551B86E5744E2388”
It might help. Took me a while to find. Some other tutorial give a different cpuid and it did not work. This one worked on mine and I have an AMD Ryzen 2700X. Try removing the featureCompat.enable line if it doesn't help.
Same issue - I've even copied and pasted the code that is known to work for Monterey and Big Sur, but the problem still happens. Any lucky anybody?
Note - this only seems to happen on AMD processor host machines. Those with Intel - no issue as long as you did the unlocker correctly.
unfortunatly it only works for intel rn
you have to add this lines to the vmx file to make it run properly on AMD 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:0111:1000:1011:1111:1011:1111:1111"
smbios.reflectHost = "TRUE"
hw.model = "MacBookPro14,3"
board-id = "Mac-551B86E5744E2388"
Hi thanks for this video
I tried to install mac OS as showing in the video but the installing stopped at 12 minutes then the VM restart installing
Mine is stuck at 12 min too??? what did you do if you tried to fix it????
@@zackunderwood7163 i try many solutions and follow many videos and MacOs work just for one time and after that i can’t start it again 😢
I righted clicked but I did not see vm directory
hello bro can i connect pwnedfu mode in vmware ?
Once I setup disk utility and it installs macos ventura it's stuck on a boot loop. (Btw I've got 8GB DDR3 RAM, Intel i5-3470, no GPU. Pretty shitty PC.)
Have you found a solution for this?
@@xpandalp4344 nope. I gave up on it a long time ago. 😔
Thanks for sharing. Does it work for both Intel and AMD based windows?
Not sure if you ever got it figured out, but copy/paste this to the bottom of the vmx file when you go to edit instead of just putting smc.version
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:0111:1000:1011:1111:1011:1111:1111"
smbios.reflectHost = "TRUE"
hw.model = "MacBookPro14,3"
board-id = "Mac-551B86E5744E2388"
This will spoof the CPU ID and make it look like you have an Intel CPU to the guest operating system (and installer)
I have wmware 15 pro will it work
a Very good installation but at the i cant connect to internet with wifi
can anyone help me to download the file in mediafire error ? or send me a link to download it without error!
Hey man, amazing tutorial, it's all working well. But I'm having one issue, it's kind of laggy, feels like it's running on 20fps. Any idea how I could fix that? Thank you in advance.
Obs- Yes my computer has more than the necessary specs.
Mine is just the bare minimum.
@@messier_241 and it works fine?
VMWare tools is the solution!
Edit: Even with VMWare Tools, macOS does not run smoothly as a VM
@@isaacolukanni every time I try to install it it says something about DVD or whatever
@@Comp3t3nt ua-cam.com/video/IP_l45utICw/v-deo.html
Look at this guide to install the tools in macOS. I installed mine and it worked.
im stuck at the apple logo
Amd?
While I try install Ventura it keep restart when installing on reboot... Moreover, when I launch xcode simulator with ios 16 it also keep restaring
Does this work if my host machine is Windows 10 and not Windows 11?
Yes, it does
iso ventura medianfire ?
Getting the message ICLOUD_UNSUPPORTED_DEVICE when setting up my Applie ID.
Does this give you iMessage and Face Time functionality?
No