Тёмный
No video :(

How to install MacOS Catalina 10.15.3 on Windows 10 AMD Ryzen 

PicyPoe
Подписаться 1 тыс.
Просмотров 51 тыс.
50% 1

Sometimes I just use macOS for AppleScript debugging. But after my mid-2015 got fried. I had to find another solution. And here is where VMware Workstation comes to help. Virtualizing macOS on Windows. After a clean install of VMware Workstation I started having small issues: I am on AMD trying to run OS which loves Intel; Virtualization was disabled by default in BIOS; VMware errors.
As such, here are some tips on Installing macOS on VMware:
0. Before you even start - enable Virtualization in BIOS.
▶︎ ▶︎▶︎ How to enable Virtualization on AMD B450 Carbon Pro Ac: ▶︎ ▶︎▶︎▶︎
- Boot into Bios using "Delete" Key
- Select "Overclocking"
- Go to "OC Explore Mode" and turn that to "Expert"
- Scroll down to "CPU Features"
- Select "SVM Mode" and "Enable"
- Save and Exit
1. Use VMware Workstation Pro 15.0.3 !!! 1̶5̶.̶0̶.̶0̶ ̶o̶r̶ ̶1̶5̶.̶1̶,̶ ̶o̶r̶ ̶a̶n̶y̶t̶h̶i̶n̶g̶ ̶i̶n̶-̶b̶e̶t̶w̶e̶e̶n̶ (I̶ ̶u̶s̶e̶d̶ ̶1̶5̶.̶0̶.̶3̶ ̶a̶n̶d̶ ̶i̶t̶ ̶w̶o̶r̶k̶e̶d̶,̶ ̶s̶o̶m̶e̶ ̶a̶l̶s̶o̶ ̶s̶a̶y̶ ̶i̶t̶ ̶w̶o̶r̶k̶e̶d̶ ̶o̶n̶ ̶1̶5̶.̶1̶ ̶a̶n̶d̶ ̶1̶5̶.̶0̶.̶0̶.̶ ̶J̶u̶s̶t̶ ̶t̶e̶s̶t̶ ̶i̶t̶
2. Install Unlocker - sorry can't provide the links :(
3. Use your own clean ISO (none of the 3rd party ones worked for me)
4. During VM creation:
Typical ► point to ISO file ► Mac OS ►
Install it on SSD
“Store virtual disk as a single file”
Customize Hardware: 8GB
Processors: 2x2
Virtualize Intel VT-x/EPT or AMD-V/RVI
USB Controller: Show all USB input devices (this will allow troubleshooting disabled/not working keyboard)
A̶c̶c̶e̶l̶e̶r̶a̶t̶e̶ ̶3̶D̶ ̶G̶r̶a̶p̶h̶i̶c̶s̶:̶ ̶2̶G̶B̶
6. Change Hardware Compatibility to 10.X (either through .vmx file or through VMware software made no difference to me).
Inside VMware, right-click on your VM ► Manage ► "Change Hardware Compatibility..." ► Select "Workstation 10.x"
OR
Inside VMware, right-click on your VM ► "Open VM Directory" ► a new folder should open ► find .vmx file ► open it with "Notepad" ► change: virtualHW.version to version you require 10.
7. If you are using AMD you need to mask your CPUID. Add the following to the end of your .vmx file. (JUST when copy/pasting from internet - watch out for quotemarks!)
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"
8. VM ► Settings ► Options ► Select: Windows 64x
9. Launch VM
10. If the keyboard doesn’t work: VM ► Removable Devices ► select your Keyboard ► Connect (this might disable your Host keyboard temporarily)
11. Disk Utility ► VM HDD ► Erase ► Mac OS Extended (Journaled): GUID
🛑 DONT use APFS, even though its better on SSDs - it wont work ;/ You will stay stuck in Boot Loop, even if you change to Mac OS (in VM - Settings - Options - General - MacOS 10.14) you will get stuck at Apple Logo or even worse you will get error that Boot failed and:
EFI vmware virtual sata hard drive (0.0) ... unsuccessful
EFI vmware virtual sata CDROM drive (2.0) ... unsuccessful
etc… )
12. When you boot back to Recovery Mode ► Shut Down the VM
13. VM ► Settings ► Options ► Select: Mac OS 10.14 (If not you will get stuck on Apple Logo)
14. Launch the VM ► Follow the on-screen instructions
15. Boot into OS, then Shut down
16. VM ► Settings.. ► CD/DVD (SATA) ► Change to Use physical drive ► “OK”
17. Launch VM ► when inside MacOS - at the top select VM ► “Install VMware tools..” ► a new CD drive should automatically launch on the desktop from where you can easily install the Tools - after Install ► Restart
18. Change the resolution:
████████████████████████████
█ sudo '/Library/Application Support/VMware Tools/vmware-resolutionSet' width height
████████████████████████████
████ 🛑 TROUBLESHOOTING: █████
►"The CPU has been disabled by the guest operating system"
Mask the CPU. Or enable Virtualization in BIOS.
►"Failed to start the virtual machine"
Downgrade to 15.0.3
►"Feature 'cpuid.ds' was absent, but must be present."
.vmx file corrupt/ VM corrupt. If you have made any changes to the .vmx file. then try to revert it back. If you haven't done anything to it, then delete the VM in question & set it up from the start.
►"This virtual machine requires AVX2 but AVX is not present. This virtual machine cannot be powered on."
Follow the steps from above.
►"Module 'featurecompat' power on failed"
Please check the type of quote marks you use. Most of the time when copy-pasting from the internet, I would get “” , instead of "" .
►Extra troubleshooting:
Ctrl + R ► "services.msc" ► double click "VMware Workstation Server" ► and change "Startup Time:" to "Automatic (Delayed start)"

Опубликовано:

 

16 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 293   
@PicyPoe
@PicyPoe 4 года назад
Notion Template: www.notion.so/Install-MacOS-VM-on-AMD-b61acf26431744de95e63d5addc69408 Guys downgrade to 15.0.3 before following this video :P But if for any reason you want Big Sur, simply use VMware 16 + Unlocker 3.0.3. Then just create a new VM as normal & mask the PCU. The new Unlocker 3.0.3 is really good and simplifies the process 2x!! -------------------------------------------------------------------------------------------- TROUBLESHOOTING: ►The CPU has been disabled by the guest operating system" Mask the CPU. Or enable Virtualization in BIOS. ►"Failed to start the virtual machine" Downgrade to 15.0.3. If the issue persists after the downgrade: Fully delete VM, fully delete Unlocker, and then again do a clean reinstall of VMware 15.0.3 one more time. ►"Feature 'cpuid.ds' was absent, but must be present." .vmx file corrupt/ VM corrupt. If you have made any changes to the .vmx file. then try to revert it back. If you haven't done anything to it, then delete the VM in question & set it up from the start. ►"This virtual machine requires AVX2 but AVX is not present. This virtual machine cannot be powered on." Follow the steps from above. ►"Module 'featurecompat' power on failed" Please check the type of quote marks you use. Most of the time when copy-pasting from the internet, I would get “” , instead of "" . ►"VMware Workstation and Device/Credential Guard are not compatible" 1. type "gpedit" in search > Computer Configuration > Admin. templates > System > Device Guard > Turn On Virtualizaton > "Disable" > Apply 2. type "windows features" in search > and disable/untick "Hyper-V" > it will ask you to restart, but don't just yet. 3. type "cmd" in search and open it as admin > then type all of this cmd lines one by one: bcdedit /create {0cb3b571-2f2e-4343-a879-d86a476d7215} /d "DebugTool" /application osloader bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} path "\EFI\Microsoft\Boot\SecConfig.efi" bcdedit /set {bootmgr} bootsequence {0cb3b571-2f2e-4343-a879-d86a476d7215} bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} loadoptions DISABLE-LSA-ISO, DISABLE-VBS bcdedit /set hypervisorlaunchtype off 4. Done > Restart the PC ►►►Just in-case you can also do this: Ctrl + R - "services.msc" - double click "VMware Workstation Server" - and change "Startup Time:" to "Automatic (Delayed start)" ► For keyboard, usb, mouse issues (not tested myself, but some have suggested in the comments below): Try to install Enhanced Keyboard driver for VMWare, and enable it in Settings → Options → General and enable Enhanced Keyboard.
@Rodrigo2069
@Rodrigo2069 4 года назад
thank you very much!!! this downgrade fix it!!!! :D!!!
@Turkidev
@Turkidev 4 года назад
@@Rodrigo2069 how i can downgrade it?
@deepfriedtesty6894
@deepfriedtesty6894 4 года назад
@@Rodrigo2069 how do i downgrade
@PicyPoe
@PicyPoe 4 года назад
TR_Clan 1. Delete whatever version you have right now, 2. Download and install 15.0.3
@thiagosarmentodesenvolvime6650
@thiagosarmentodesenvolvime6650 3 года назад
@@PicyPoe Download what? VMware or MacOs?
@cocosloan3748
@cocosloan3748 4 года назад
You are the best! Dude I followed some stupid geekrar tutorials and got NOWHERE! You helped a lot TY !!!!
@damoedge
@damoedge 4 года назад
Ryzen 3600 Asrock B450m Pro. This method works 100% Just if you get stuck at the keyboard which will be at giving your disk a name...just leave it named "Untitled" and move on with the installation...The keyboard will work after Mac is installed. Also best method is to just play and pause the video every few seconds to follow the instructions. Don't forget when you get it setup do turn on your firewall. Kudos to the OP...well done and thanks!
@againstobs
@againstobs 3 года назад
Dude you thank you very much. I have been struggling with this for about two days!!
@MerlinErdogmus
@MerlinErdogmus 4 года назад
1st of July 2020. I had dire issues finding that "Releases" tab @ 0:32. Github changed its "design" and it's now on the right side.
@aetherium.
@aetherium. 3 года назад
Ive downgraded vitrual machine to version 15.0.3 and still having "Failed to start the virtual machine"
@bbxzc
@bbxzc 2 года назад
Thank you very much bro. I've been struggling for this for a long time as the amd processor is difficult to install. I tried about 20-25 resources, maybe I would have given up without this but it worked, thank you very much. I don't want to use AMD processor again. :D
@PicyPoe
@PicyPoe 2 года назад
I had that feeling too! It was a pain in the a**, to instal it on AMD. I also searched through many resources, and nothing worked. It took a good few days of pure trial and error But when I found the solution, I straight away decided to share it ;P
@ageroodtech4520
@ageroodtech4520 3 года назад
The only tutorial that worked for me. "if it didn't work with you make sure that you use Vmware workstation pro 15.0.3..Thanks for the great tutorial!"
@ballcheezah6282
@ballcheezah6282 4 года назад
working on ryzen 3900x flawlessly. used his method 2x2 cores nothing changed. thank you!
@weifengli3615
@weifengli3615 4 года назад
Anyone is having issue with it saying failed to start virtual machine after I pasated the text into vmx file? I am running on ryzen 7 3700x
@Turkidev
@Turkidev 4 года назад
Downgrade to 15.0.3
@moviesztamil5102
@moviesztamil5102 3 года назад
@@Turkidev thanks a lot
@imedox_dz
@imedox_dz 3 года назад
this is the best tutorial i see in youtube with lot working Extra troubleshooting thanks
@riopearl1308
@riopearl1308 2 года назад
bro this is legit! everyone who have some doubt kindly go through this video on .5x speed you are good to go thanks amigo!
@xtrekrex
@xtrekrex 4 года назад
How do you truly enable 3D acceleration? On the macOS it's still displaying 128 MB graphics for video card memory.
@vilmantasbielskis5415
@vilmantasbielskis5415 2 года назад
Thank you so so much, no other tutorial worked. Every error I had, was somehow bypassed in this video
@lukasbula3100
@lukasbula3100 4 года назад
Thanks for letting us know we have to mask our cpu. I've had this issue and this helped!
@vnctech7309
@vnctech7309 4 года назад
Wow. A+++. I used the Catalina 10.5.6 ISO and it installed fine. Your instruction really worked. I am using MSI B350 motherboard with AMD Ryzen 7-1700x CPU. You did an amazing job writing it up.
@virtualreality8480
@virtualreality8480 4 года назад
Hi, can you share the iso's link?
@aaronomary8089
@aaronomary8089 3 года назад
Looking good so far!!
@ricardovega4326
@ricardovega4326 4 года назад
Excelente guía, es el único canal que me ayudo instalar MacOS Catalina en mi notebook con procesador Ryzen 5. Sigan todos los pasos si funciona.
@PaoloNovaro
@PaoloNovaro 4 года назад
This is the absolute best tutorial for running MacOS on AMD pcs. You are a god among men, good sir.
@jay-rabuan6973
@jay-rabuan6973 3 года назад
Thank you bro it works on my Ryzen 5 4500U
@archux_
@archux_ Год назад
If you have an intel processor but an intel processor that isnt in any mac you can fix this by typing these commands on the end of the vmx file : 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" it will work all of the commands probably wont work but idk because i tried it on high sierra but this worked for me
@willwar8539
@willwar8539 4 года назад
had so many problems with this before watching this video, than you so much!
@miguelangelxyz
@miguelangelxyz 4 года назад
Excellent, this is the only method I found and it works on my Ryzen 2700x, thanks
@CrazySlows
@CrazySlows 3 года назад
This helped me so much. I was able to get my first MacOS installed!
@ChristopheJacobson
@ChristopheJacobson 4 года назад
Great, worked on X570 Aorus with 3750. Thx
@aidentingler7737
@aidentingler7737 3 года назад
im stuck on the apple loading screen
@cantanaband3611
@cantanaband3611 3 года назад
Literally the only tutorial that works (FOR AMD RYZEN USERS!) Thank you very much I've been trying to setup my pc to have a virtual mac os to develop some apps without buying an actual mac! Saved me a ton of money man!!!
@spencer3175
@spencer3175 4 года назад
ty ty ty. I've been trying for days to get a working macOS on my AMD esxi system. This method works. I had to create the vm and convert it to esxi but it still works with some minor corrections. Part of the install is working through esxi but run into the keyboard issue. Not sure how to go through with it in esxi but I'll play with it at another time. Just tired and happy its working. (Note haven't install vmware tools yet). My esxi server is using a Threadripper 1920x.
@colixed
@colixed 3 года назад
Hi, i'm struggling with a similar setup. AMD Epyc processor + ESXi. Can you please tell me exactly what steps lead you to success? did you created the vm in vmware workstation? How did you convert the vm to esxi? Many thanks
@spencer3175
@spencer3175 3 года назад
@@colixed I created the VM in workstation 15 and used vCenter converter to convert to exsi. I think, but not sure, my primary issue was the quotes around the script. I noticed from watching this video, all the other tuts I followed the quotes ("") were different compared to this tutorial.
@spencer3175
@spencer3175 3 года назад
@@colixed Let me know if you still have trouble. I'll go through a set up again and document what I did. I haven't touched it since I got it working.
@colixed
@colixed 3 года назад
Spencer W okay, i‘m gonna try this out. Hopefully i find some time the next few days. Thanks in advance
@samwang1439
@samwang1439 4 года назад
Hi, thanks for the video, it works perfectly. May I use your video as the base of Chinese tutorial?
@PicyPoe
@PicyPoe 4 года назад
Feel free to use it! And I am very glad it worked!
@samwang1439
@samwang1439 4 года назад
@@PicyPoe Thanks!!
@user-jb7mf2cc4d
@user-jb7mf2cc4d 4 года назад
Thank you! I am running High Sierra on Ryzen 5 4500u
@kimrhmn9554
@kimrhmn9554 3 года назад
hi can i know where did you get the high sierra iso
@bracusforge7964
@bracusforge7964 4 года назад
Everything works fine but the vm stalls when I try to access an USB stick from finder. Tried it with both USB 2.0 and USB 1.1. iOS devices work just fine when connected through an usb cable. My pc has a Ryzen 2600 btw.
@grigoryankaren
@grigoryankaren 4 года назад
Worked for me for the 1st time. Thank you! PC Ryzen 7 3700X
@DarisYT
@DarisYT 2 года назад
thanks worked awesome and fixed my problems
@mystery9313
@mystery9313 4 года назад
I was getting a boot error "Module 'Monitor' power on failed. Failed to start the virtual machine.", restarted my PC and it worked for me, using version 15.0.0 of VMWare. thanks a lot for this, no other tutorial worked on my ryzen 3600x and my GTX 1070!
@MrsFelipeDias
@MrsFelipeDias 4 года назад
It works! but you need to use exactly the same versions as it indicated. Good job! I use ryzen 5 2600x
@Xedorc123
@Xedorc123 4 года назад
Well done! You can add the FX-Series to your title
@NicolasDahm
@NicolasDahm 4 года назад
Did you test on a FX model ? :)
@meninblackcz
@meninblackcz 4 года назад
@PicyPoe Hello...as first I would like to thanks you for this cool tutorial. But I would like to ask you, which HW do you have? I have rtx 2070, R5 2600x and 16GB ram, but OS not going smooth...I have small lags. Do you know any tweak, how to deal with it?
@LawrenceChung
@LawrenceChung 4 года назад
thanks so much your tutorial worked well. Just a note, the description is different from the video. Description said no unlcoker is needed. Not true, follow the video instead :)
@GregVido
@GregVido 4 года назад
thx its the first tto who work for me !!
@Unbreakify
@Unbreakify 2 года назад
Didn't work "Failed to start virtual machine"
@kaisa-congchuahukhong9857
@kaisa-congchuahukhong9857 4 года назад
Thank you so much! It works for me... finally :D
@benmarshall3577
@benmarshall3577 4 года назад
It works!, AMD FX (tm) - 4300 quad-Core processor
@flowreanbeqiraj33
@flowreanbeqiraj33 4 года назад
Hey there, I did everything step by step and I am still getting an error: Failed to start virtual machine. I am running on VMWare Workstation 15.5.0.
@PicyPoe
@PicyPoe 4 года назад
You need 15.0.3
@brandonrichardson2486
@brandonrichardson2486 3 года назад
Failed to start the virtual machine
@arielsonf
@arielsonf 4 года назад
Thank you!! Now i have my ryzen 5 on asus b450m working properly
@saurabhwanarkar9614
@saurabhwanarkar9614 3 года назад
really thank you, I can't express my gratitude. Thank you so much
@Josh-yl6bk
@Josh-yl6bk 4 года назад
Bro you a lifesaver, saved me so much time
@LaoCoi
@LaoCoi 4 года назад
Thank you for saving my time!
@ralleralf
@ralleralf 4 года назад
Maybe it's a dumb question but how do i downgrade VMware?
@rafael.castro.69
@rafael.castro.69 3 года назад
Perfect ! Thanks PicyPoe
@ephysio7357
@ephysio7357 3 года назад
Great video, really helpful !
@frall2294
@frall2294 4 года назад
Failed to start virtual machine
@victorgraham6082
@victorgraham6082 4 года назад
me too :(
@PicyPoe
@PicyPoe 4 года назад
Have you downgraded to 15.0.3? Because it wont run on the latest version
@CreeperDaGuy
@CreeperDaGuy 4 года назад
@@PicyPoe Feature 'cpuid.ds' was absent, but must be present. Feature 'cpuid.ss' was absent, but must be present. Module 'FeatureCompatLate' power on failed. Value "“TRUE”" for variable "featureCompat.enable" is not a valid boolean value. Using value "TRUE". Failed to start the virtual machine. also how do i downgrade?
@CreeperDaGuy
@CreeperDaGuy 4 года назад
@@PicyPoe nvm i just get failed to start vm
@CreeperDaGuy
@CreeperDaGuy 4 года назад
@@PicyPoe nvm i think i know how
@vaisakhvaizee4135
@vaisakhvaizee4135 2 года назад
Hey dude the apple logo has arrived and a pop bar "the cpu has been disabled by the guest operations system.power off or reset the virtual machine...,?? What to do with this..😑😑
@ChampagneThaDonTV
@ChampagneThaDonTV 3 года назад
It works for me. Thank you so much for this man. Saved me a lot of headaches. Btw I'm running..... Ryzen 7 1700 8 Core ASUS PRIME B350-PLUS Corsair Vengeance 16GB RAM MSI Radeon RX 560 AERO ITX
@octoslut
@octoslut 3 года назад
are you using vmware workstation pro 15.0.3?
@ChampagneThaDonTV
@ChampagneThaDonTV 3 года назад
@@octoslut Yes I am.
@SetusTeknow
@SetusTeknow 4 года назад
Thanks for the tutorial. Works Perfect! Some tips... Use "beamoff" app after you got your VM perfectly setup. And don't forget to give at least 100 gigs for the VM as the VM sees a slight improvement in performance. I am able to say this cuz' I have accidentally deleted my first created VM & reinstalled the second one using 120gb vs 75gb for the first one. And a small question to @ PicyPoe. On my AMD rig, I have tried to update the OS to 10.15.5 to 10.15.6 and when it's done, it got stuck on the apple logo (ie. no progress bar, loading wheel etc.). So for safety, I haven't done it on my main AMD laptop. Please tell me how to update macOS to a better security patch. (ie. 10.15.5 to 10.15.6) without any issues. I have followed some other tutorials on how to do that but they ripped off my VM. -Thank you in advance-
@prateekpanwar646
@prateekpanwar646 2 года назад
Goto VM Settings > Options change General> Operating System from macOS 10.15 to Windows 10 x64. Boot and if it boots successfully change it back
@archux_
@archux_ Год назад
Remember : dont ever update a vm
@scottydroful
@scottydroful 3 года назад
I updated once the install was completed and ended up stuck on the Apple logo after the update restarted the VM. I changed the OS settings back to win10 to fix this and after the update finished i was able to change back to MACOS in settings
@PicyPoe
@PicyPoe 3 года назад
Does it mean you have successfully updated the OS?
@scottydroful
@scottydroful 3 года назад
@@PicyPoe I did and it worked fine, but i had to upgrade to big sur to keep developing for IOS in XCODE and the vm broke whenever i upgraded
@christophertoe
@christophertoe 4 года назад
Where can I get 15.0.3? How can I roll back from 15.5.x?
@bracusforge7964
@bracusforge7964 4 года назад
Chris To a google search will result in many sources providing a link to free download
@Justosious
@Justosious 2 года назад
Not Working Ryzen 5 2500u. (Blue screen page fault in non paged area.)
@sleidardicumaris
@sleidardicumaris 3 года назад
this really helped. Thanks
@exmarxgames
@exmarxgames 4 года назад
THIS VIDEO IS FUCKING BOMB THANK YOU, IT ALL WORKS
@exmarxgames
@exmarxgames 4 года назад
So it asks that MacOS needs internet to install catalina but I am on internet, any help?
@sezerkahvecioglu9183
@sezerkahvecioglu9183 3 года назад
Thanks. This solutions is worked :)
@vnmlnk
@vnmlnk 3 года назад
Try to install Enhanced Keyboard driver for VMWare, and enable it in Settings → Options → General and enable Enhanced Keyboard. This resolved Keyboard Problems by me. BTW thanks for guide. First witch works.
@PicyPoe
@PicyPoe 3 года назад
Thanks! I will add it to the description!
@ArindamPalAndy
@ArindamPalAndy 4 года назад
Can't connect ethernet - that's the only issue so far. Using NAT (shared with host - IPv4 with DHCP)
@MC-yl7qf
@MC-yl7qf 3 года назад
Hi PicyPoe, I'm stuck on step 9. Launch VM, when I do this it launches a 'DOS looking' boot manager with a bunch of options, I've gone through every option in the list but it won't progress beyond that screen. Can you give me any tips on how to get past this please?
@TheGeneralModders
@TheGeneralModders 4 года назад
Please help. When I get to the part in disk utility where we erase the largest drive, Erase is grayed out because the install I guess is too large? I have my drive size set to 160gb in VMware so I'm not sure why the virtual drive is too small/can't be erased.
@Thatdue123
@Thatdue123 3 года назад
I love your conntent and it work thank you alot
@lildrain9826
@lildrain9826 4 года назад
Taking ownership of this virtual machine failed. The virtual machine is in use by an application on your host computer. how do i fix this ?
@akashheer8923
@akashheer8923 3 года назад
brother i followed all steps clearly but every and each time i am getting a error of "Version mismatch with vmx86 driver: expecting 401.0, got 308.0. You have an incorrect version of driver 'vmx86.sys'. Try reinstalling VMware Workstation. Failed to initialize monitor device."........i have amd ryzen 4600h cpu laptop ...as you told to use spefic setting for amd users i did that also....but unable to bypass that problem.........PLEASE HELP ME TO OVERCAME THAT PROBLEM ..
@PicyPoe
@PicyPoe 3 года назад
What version of VMware did you use? Try Download Version 16 and Unlocker 3.0.3 :P I will try to do another video today. It is so much easier now.
@mrbluemoose4296
@mrbluemoose4296 4 года назад
Can you use the latest version of vmware (15.5)?
@PicyPoe
@PicyPoe 4 года назад
MrBlueMoose not with this guide :P it seems like quite a few people were requesting it already, so when I get some time I will create it.
@NeoChromer
@NeoChromer 3 года назад
I can't do it.. I get this error: 2021-03-10T09:33:06.590+01:00| vmx| I005: Policy_SavePolicyFile: invalid arguments to function. 2021-03-10T09:33:06.590+01:00| vmx| I005: PolicyVMX_Exit: Could not write out policies: 15. I've tried googling it but no help. I also use a Ryzen 2600. Tried enabling - disabling HyperV, tried tweaking the VM a bit more but nothing.
@PicyPoe
@PicyPoe 3 года назад
At what part in the video you get this error? What timestmap. I'll see if I can help
@NeoChromer
@NeoChromer 3 года назад
@@PicyPoe Fixed it by installing big sur without issues. I tried installing the older 10 version of MacOS. Question now, how to make it faster?
@nusoul
@nusoul 4 года назад
will updating the OS within the VM break it from launching? Should I just stay on the version the ISO was loaded as? Going to stay there for now and disable automatic updates to prevent having to set it all up again. But it works. Apple sure doesn't make it easy lol. Using it on VMWare 15.0.3, installed on SSD and followed your instructions to the tee. Running on a Ryzen 3700X and 16GB of RAM!
@virtualreality8480
@virtualreality8480 4 года назад
Hi guys, I need your help to find a Catalina ISO which let me install Xcode without the need of update (becuase this breaks the VM). Can anyone help me? Thanks.
@yeupepi
@yeupepi 3 года назад
Thanks alot..i did it..but how to make it smooth? My PC: - AMD 2700x - Ram 32Gb - VGA EVGA 1660ti 6Gb - SSD Nvme 512Gb Samsung
@masterpc-9845x
@masterpc-9845x 3 года назад
I'm getting this error: THIS VIRTUAL MACHINE REQUIRES AVX2 BUT AVX IS NOT PRESENT. I followed your video and kept getting this. How can I fix this?
@PicyPoe
@PicyPoe 3 года назад
Are you on version 15.0.3? If yes, then most likely your .vmx is corrupt, try resetting it to the defaults. If I were you I would just try to delete the VM and do everything from the start. Also when you paste the mask into .vmx file, check that quotemarks are correct
@devdevsmith7767
@devdevsmith7767 4 года назад
it works thank u!!!!!!!!!!!
@snappity5065
@snappity5065 3 года назад
I know this has nothing to do with the tutorial (yes I used the tutorial before and it worked) BUT! My drives wont show up on VmWare, Bios, Linux, and wont show up in Gparted or Mac OS or Windows, I changed some settings recently to free up some space but I changed my mind, I'd rather have a dual boot compatible drive rather than more space. PLEASE HELP! PLEASE RESPOND IF YOU KNOW HOW TO FIX THIS PLEASE!!
@quentinbrame1902
@quentinbrame1902 3 года назад
Merci beaucoup ! Fonctionne parfaitement
@MukkeRr
@MukkeRr 3 года назад
Hey, can you please help? I have this problem aat boot: EFI vmware virtual sata hard drive (0.0) ... unsuccessful EFI vmware virtual sata CDROM drive (2.0) ... unsuccessful etc… ) I followed your video strictly. I dont know if APFS is the problem, or if it is, how can I fix it.
@Storeyfaces123
@Storeyfaces123 3 года назад
I also have this problem if someone can help
@MukkeRr
@MukkeRr 3 года назад
@@Storeyfaces123 Hey, I fixed it. I downloaded an other vmdk file and after that it worked. Check out Geekrar.com they have all kind of stuff there.
@Storeyfaces123
@Storeyfaces123 3 года назад
@@MukkeRr thank you I’ll give that a try
@PicyPoe
@PicyPoe 3 года назад
Yep, you shouldn't use APFS. In theory it should be better, but it simply doesn't work in VM. Delete the VM, and format it with GUID/MAcOS Extended (Journaled)
@paulwillmark7840
@paulwillmark7840 3 года назад
"3. Use your own clean ISO (none of the 3rd party ones worked for me)" any link or keyword for google?
@ajstepansky
@ajstepansky 4 года назад
Is anyone else having difficulty with VMware 15.5? Adding those lines to the vmx no longer work. New messages such as "Feature 'cpuid.ds' was absent, but must be present." appear. To be clear, this works in earlier revisions of VMware 15.x. Additionally, I am using unlocker 3.0.2.
@PicyPoe
@PicyPoe 4 года назад
Adam Stepansky yeah... I was never able to make it run under Ryzen on 15.5. Thats why in the beginning of the video I put specific version number 15.0.3 which should work
@ajstepansky
@ajstepansky 4 года назад
PicyPoe rolled back. Had some difficulty updating within vm from Catalina beta and no luck on airdrop. Otherwise great. Any thoughts? Thanks so much!
@talatalhlale6207
@talatalhlale6207 4 года назад
The CPU has been disabled by the guest operating system. Power off or reset the virtual machine.
@PicyPoe
@PicyPoe 4 года назад
Mask the CPU. Or enable Virtualization in BIOS. Then re-do all the process from the START.
@ShaunaAyala
@ShaunaAyala 3 года назад
i got bluescreen amd ryzen 5600x 32gb and 5600xt why?
@trinetlxsong
@trinetlxsong 4 года назад
This is the most detailed guide to install macos on vmware for ryzen users that I've ever found on the internet. However, I couldn't update macOS to the latest version. It stuck on the Apple Logo when I restart vmware to update ( though I did step 13 ). Pls help!
@PicyPoe
@PicyPoe 4 года назад
thanks! Would you be able to give me the exact timestamp until where you managed to follow along and where you got stuck?
@trinetlxsong
@trinetlxsong 4 года назад
@@PicyPoe I don't have the latest macOS iso so I use a 3rd party iso (10.15.3) and I managed to boot into macOS successfully by following your guide. However, I want to update to the latest macOS (10.15.5 beta 1 now) , I hit the button to restart the vmware to process the update and it stuck at the Apple Logo, nothing happens exactly when I didn't do step 13
@DreamDevourer1
@DreamDevourer1 4 года назад
Amazing tutorial. I had no problems following it and setting up everything. I have a question though, can we install updates normally?
@PicyPoe
@PicyPoe 4 года назад
Glad it worked out for you! Updating not recommended! In other words, don't do it! After restarting, you will get stuck on apple logo or black screen~ If I find an answer to that, I will definitely post another video.
@nicatquliyev3467
@nicatquliyev3467 4 года назад
For keyboard i just plugged out my keyboard and thats it
@codingcat1836
@codingcat1836 4 года назад
If I use 3900X...I have to mask the extra 4 cores right? Is there any new mask for 12/16 core AMD CPUs?
@suudhxux7x7s9
@suudhxux7x7s9 4 года назад
where i get an "clean" iso file? :/ and what do you mean with dont use APFS? What is that?
@guilhermeaugustosoares9578
@guilhermeaugustosoares9578 4 года назад
Not work in ryzen 3900x. The picture of apple not exibe charging line and not continue the instalation
@IcePalaceBouncer
@IcePalaceBouncer 4 года назад
Stuck there too with the same CPU
@pransh_._
@pransh_._ 3 года назад
well i have tried 5-6 times with vmdk file in the end i am stuck at apple logo
@PicyPoe
@PicyPoe 3 года назад
What version of VMware have you got? How did you format your drive: with GUID or APFS?
@SavageTech
@SavageTech 2 года назад
Hi, it worket at first but at some point my pc crashed with a blue screen (i think because i gave the vm too much ram) and now the vm crashes after the loading bar under the apple logo is almost full. Do you know how i can fix it?
@SavageTech
@SavageTech 2 года назад
Well, i ended up re doing everything..... Btw do you know how i can fix the sound? It works but it is clipping/lagging a bit
@sushantarora8658
@sushantarora8658 4 года назад
I have a same config but I have macos Mojave instead of catilana If it work only on catilana Pls provide the link to download
@EnricoTech
@EnricoTech 3 года назад
Where can I download macOS catalina ISO?
@ainlyricsmusic2673
@ainlyricsmusic2673 4 года назад
Can i install on my amd ryzen 3 2200g? I have done many methods but i failed to boot the macos. Hope you help me.😔😔
@luandss
@luandss 4 года назад
I have this problem
@CreeperDaGuy
@CreeperDaGuy 4 года назад
I think I have the same thing I did a virtualbox one and it worked this might work I might need a new iso I'll try tomorrow and try linking the iso
@trinetlxsong
@trinetlxsong 4 года назад
Have you ever tried to update to the latest macOS 10.15.5 ?
@teamminchin4473
@teamminchin4473 4 года назад
Ryzen 3900X with a downloaded Catalina disk. Nothing works, any tips appreciated.
@IcePalaceBouncer
@IcePalaceBouncer 4 года назад
I have the same processor, going to be trying this, this morning
@teamminchin4473
@teamminchin4473 4 года назад
@@IcePalaceBouncer any luck?
@brando_lyfe
@brando_lyfe 4 года назад
What's the music that is playing? It's so relaxing.
@Paul-xu6gt
@Paul-xu6gt 2 года назад
thank you, do we have to pay to install vmware?
@lucabiasiolli4107
@lucabiasiolli4107 4 года назад
Macos Catalina is 10.15 not 10.16
@MerlinErdogmus
@MerlinErdogmus 4 года назад
Hello again, I got an AMD Ryzen, I got VMware Workstation 15 Player (Non-commercial use only). I got the .ISO and I even got a .VMDK file. I followed the video pin-point exactly from 0:00 - 3:30. I get the error: "Error while powering on: Failed to start the virtual machine." Why though? I read your "►"Failed to start the virtual machine" Downgrade to 15.0.3" But what do you mean with downgrading to 15.0.3 if I'm making a fresh install from 15.0.3 I should downgrade???
@gamestaryms
@gamestaryms 4 года назад
I got a ryzen cpu too I got the same error and for me uninstalling vmware and then installing the 15.0.3 version from here made it work: my.vmware.com/web/vmware/downloads/details?downloadGroup=WKST-1503-WIN&productId=577 (you need to make an acc on the site to download it though)
@Hohst
@Hohst 4 года назад
So when I go to change the Guest Operating System I don't have an option for Mac OS. Any help would be very helpful.
@vnctech7309
@vnctech7309 4 года назад
You need to use the Unlocker to allow you to see an option for Mac OS. Google VMWare unlocker. First result. The video also has the address in it.
Далее
Apple won't like this... - Run MacOS on ANY PC
17:49
The Slow Death of Windows
17:22
Просмотров 1,1 млн
Будзек и рецепт🐝
00:25
Просмотров 146 тыс.
Why Does Linus Pirate Windows??
10:30
Просмотров 11 млн
How to Install macOS Sonoma on VMware on Windows PC
11:44
Run macOS on Linux with 1 COMMAND
12:54
Просмотров 667 тыс.
JPEG is Dying - And that's a bad thing
8:09
Просмотров 530 тыс.
How to Install macOS Monterey in VMWare
11:22
Просмотров 93 тыс.
The Windows Tier List
16:27
Просмотров 148 тыс.