- Joined
- May 21, 2021
- Messages
- 96
*** First of all, don't make any changes to the vmware .vmx file. It is recommended that you create a new virtual machine from scratch so that it recreates this file by default and without any changes.
*** Use VMWare Workstation Pro version at the link provided in the tutorial. (If you install it, you will have to make a new Patch as described)
***Enable AMD-V (Virtualization Technology) in BIOS. (you should research how to do this on your machine)
1) First you need to download VMWare from the official website and install it by choosing the free, non-commercial version:
Other Downloads:
- VM Workstation Pro 17.5.2. (Tested and can also be used. It's free to personal use.)
- Download Unlocker to patch VMWare:
- New version of unlocker tested on VMWare Worstation Pro
- After installing VMWare close it.
Extract all the unlocker files into a folder, open the command prompt (terminal) in administrator mode and run "win-install.cmd".
This patch releases the Apple Mac OS X version configuration option in VMWare under Virtual Machine Settings, Options, Apple Mac OS X:
use "macOS 14" when configuring your virtual machine:
2) Also download an ISO of macOS Sonoma 14.0 (tested):
Note: All ISO images are Vanilla
Link1:
Link2:
I believe that other previous macOS versions may work since opencore 0.95 was used in this project. I haven't tested it with others yet.
----------------------------------------
OR Download
Sonoma 14.5 (tested).
Link1:
Link2:
----------------------------------------
OR Download
New Version Sonoma 14.6.1 (tested).
Link1:
https://fastupload.io/b2b892fd799bc081
----------------------------------------
OR Download For testing purposes, I'm also uploading an ISO containing macOS Sequoia Beta 2 which is compatible with Opecore 1.0.0:
Link1:
Link2:
Note:
Sequoia Beta is not yet working with Apple login services such as Apple Store, Cloud and other apps that need to be logged into Virtual Machines running Windows as host.
If you want to use Sequoia with login services, you need to install Sonoma 14.5 and do a system update to Sequoia.
3) Download a small VMWare disk image file:
Edit:
This version only works with Ryzen processors with 4 cores or more
Download New Version of VMWare disk image file Here: OPENCORE 1.0.0 - 4 cores
This file contains Opencore 1.0.0 on an EFI partition and should be chosen as a disk image on the SATA 0:0 drive in the VMWare settings. It should always be used that way.
OR DOWNLOAD:
This version only works with Ryzen processors with 8 cores or more
Download New Version of VMWare disk image file Here: OPENCORE 1.0.1 - 8 cores
This file contains Opencore 1.0.1 on an EFI partition and should be chosen as a disk image on the SATA 0:0 drive in the VMWare settings. It should always be used that way.
OR DOWNLOAD:
This version only works with Ryzen processors with 16 cores or more
Download New Version of VMWare disk image file Here: OPENCORE 1.0.1 - 16 cores
This file contains Opencore 1.0.1 on an EFI partition and should be chosen as a disk image on the SATA 0:0 drive in the VMWare settings. It should always be used that way.
VMWare settings:
1) Memory: 8GB
2) Processors:
4 cores (if you are using the VMWare disk image file with 4 cores)
8 cores (if you are using the VMWare disk image file with 8 cores)
16 cores (if you are using the VMWare disk image file with 16 cores)
3) Hard Disk (Sata): macOS_Opencore_1.0_4_cores.vmdk or macOS_Opencore_1.0.1_8_cores.vmdk or macOS_Opencore_1.0.1_16_cores.vmdk (SATA 0:0) should always be the first boot drive.
In newer versions of WMWare choose "Keep existing format" if you are asked when adding the image of this drive.
4) Hard Disk 2 (Sata): This drive is where macOS will be installed. Any size you see fit.
5) CD/DVD (SATA): Use ISO image file (Sonoma.iso)
6) USB Controller 3.1. (tested)
7) Network Adapter: Bridged Automatic.
During installation, only erase or format the macOS installation drive you created using Disk Utility. Never do this on the OPENCORE drive (it must remain untouched):
EDIT:
****************************************************************************** A T T E N T I O N ********************************************************************************
8) (IT GREATLY IMPROVES PERFORMANCE AND CORRECTS ERRORS
In order to correct the “errors” during start-up, which in spite of everything works.... and also to correct the performance and reduce the “slowness” of the virtual machine, you should turn off the windows hypervisor. To do this, use the tip below:
- In Windows, click on Start and search for Command Prompt
- It is also recommended to disable the "Memory Integrity Checks" in Windows to improve performance.
- Install VMWare Tools to change the resolution. It comes with VMWare Workstation, I don't remember if VMWare Play has VMWare Tools.
- You can only change the resolution within MacOS. Ex: 1600x1100. To do this, type in the terminal :
sudo /Library/Application\ Support/VMware\ Tools/vmware-resolutionSet 1600 1100
Note: In VMWare's Display settings you need to set the resolutions higher than or equal to the ones you'll be using in macOS.
THIS WAY YOU CAN EVEN RUN XCODE SIMULATOR SMOOTHLY AT LOW RESOLUTIONS SUCH AS 1024X768.
***********************************************************************************************************************************************************************************
=================================
Issues:
=================================
Crash, Stopped during installation or Repetitive errors when loading the system
***** In some test installations, the system has crashed or stopped during installation. I don't know why this happens. To solve it, just reset VMWare and let the installation continue normally.
Edit:
It was probably discovered that windows hypervisor hinders the normal functioning of VMware. You should turn it off. It can be done at the end of everything even after macOS is fully installed. See item 8.
White background (wallpaper)
***** When I first got macOS, I had this problem with a white background (wallpaper) in the system background. But you have to go into the macOS settings and click on Wallpaper and then deactivate the Show as screen saver option. Then choose a wallpaper you like.
SLOW UPLOAD SPEED
A problem with file upload over the network has been reported in some specific access cases that makes the network very slow when sending a file.
This happens due to a problem with the vmware vmxnet3 network driver.
I tested this solution and managed to solve this problem.
Open the Mac terminal and type the commands below in sequence:
sudo sysctl -a | grep net.inet.tcp.tso
sudo sysctl -w net.inet.tcp.tso=0
sudo nano /etc/sysctl.conf
Add the below entry in the sysctl.conf file
net.inet.tcp.tso=0
Press Control + O to save and then Enter to save. Control + X to exit.
Restart macOS.
*** Use VMWare Workstation Pro version at the link provided in the tutorial. (If you install it, you will have to make a new Patch as described)
***Enable AMD-V (Virtualization Technology) in BIOS. (you should research how to do this on your machine)
1) First you need to download VMWare from the official website and install it by choosing the free, non-commercial version:
Other Downloads:
- VM Workstation Pro 17.5.2. (Tested and can also be used. It's free to personal use.)
- Download Unlocker to patch VMWare:
11.23 MB file on MEGA
mega.nz
- New version of unlocker tested on VMWare Worstation Pro
- After installing VMWare close it.
Extract all the unlocker files into a folder, open the command prompt (terminal) in administrator mode and run "win-install.cmd".
This patch releases the Apple Mac OS X version configuration option in VMWare under Virtual Machine Settings, Options, Apple Mac OS X:
use "macOS 14" when configuring your virtual machine:
2) Also download an ISO of macOS Sonoma 14.0 (tested):
Note: All ISO images are Vanilla
Link1:
Link2:
13.37 GB file on MEGA
mega.nz
I believe that other previous macOS versions may work since opencore 0.95 was used in this project. I haven't tested it with others yet.
----------------------------------------
OR Download
Sonoma 14.5 (tested).
Link1:
Link2:
14.16 GB file on MEGA
mega.nz
----------------------------------------
OR Download
New Version Sonoma 14.6.1 (tested).
Link1:
https://fastupload.io/b2b892fd799bc081
----------------------------------------
OR Download For testing purposes, I'm also uploading an ISO containing macOS Sequoia Beta 2 which is compatible with Opecore 1.0.0:
Link1:
Link2:
14.78 GB file on MEGA
mega.nz
Note:
Sequoia Beta is not yet working with Apple login services such as Apple Store, Cloud and other apps that need to be logged into Virtual Machines running Windows as host.
If you want to use Sequoia with login services, you need to install Sonoma 14.5 and do a system update to Sequoia.
3) Download a small VMWare disk image file:
Edit:
This version only works with Ryzen processors with 4 cores or more
Download New Version of VMWare disk image file Here: OPENCORE 1.0.0 - 4 cores
This file contains Opencore 1.0.0 on an EFI partition and should be chosen as a disk image on the SATA 0:0 drive in the VMWare settings. It should always be used that way.
OR DOWNLOAD:
This version only works with Ryzen processors with 8 cores or more
Download New Version of VMWare disk image file Here: OPENCORE 1.0.1 - 8 cores
This file contains Opencore 1.0.1 on an EFI partition and should be chosen as a disk image on the SATA 0:0 drive in the VMWare settings. It should always be used that way.
OR DOWNLOAD:
This version only works with Ryzen processors with 16 cores or more
Download New Version of VMWare disk image file Here: OPENCORE 1.0.1 - 16 cores
This file contains Opencore 1.0.1 on an EFI partition and should be chosen as a disk image on the SATA 0:0 drive in the VMWare settings. It should always be used that way.
VMWare settings:
1) Memory: 8GB
2) Processors:
4 cores (if you are using the VMWare disk image file with 4 cores)
8 cores (if you are using the VMWare disk image file with 8 cores)
16 cores (if you are using the VMWare disk image file with 16 cores)
3) Hard Disk (Sata): macOS_Opencore_1.0_4_cores.vmdk or macOS_Opencore_1.0.1_8_cores.vmdk or macOS_Opencore_1.0.1_16_cores.vmdk (SATA 0:0) should always be the first boot drive.
In newer versions of WMWare choose "Keep existing format" if you are asked when adding the image of this drive.
4) Hard Disk 2 (Sata): This drive is where macOS will be installed. Any size you see fit.
5) CD/DVD (SATA): Use ISO image file (Sonoma.iso)
6) USB Controller 3.1. (tested)
7) Network Adapter: Bridged Automatic.
During installation, only erase or format the macOS installation drive you created using Disk Utility. Never do this on the OPENCORE drive (it must remain untouched):
EDIT:
****************************************************************************** A T T E N T I O N ********************************************************************************
8) (IT GREATLY IMPROVES PERFORMANCE AND CORRECTS ERRORS
In order to correct the “errors” during start-up, which in spite of everything works.... and also to correct the performance and reduce the “slowness” of the virtual machine, you should turn off the windows hypervisor. To do this, use the tip below:
- In Windows, click on Start and search for Command Prompt
- Right-click Command Prompt and then click Run as administrator
- If the User Account Control dialog box appears, confirm that the action shown is the one you want and click Continue
- Then type: “bcdedit /set hypervisorlaunchtype off” Hit enter
- Then type:reg add “HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity” /v “Enabled” /t REG_DWORD /d 0 /f - Press enter again.
- Restart the computer
- It is also recommended to disable the "Memory Integrity Checks" in Windows to improve performance.
- Install VMWare Tools to change the resolution. It comes with VMWare Workstation, I don't remember if VMWare Play has VMWare Tools.
- You can only change the resolution within MacOS. Ex: 1600x1100. To do this, type in the terminal :
sudo /Library/Application\ Support/VMware\ Tools/vmware-resolutionSet 1600 1100
Note: In VMWare's Display settings you need to set the resolutions higher than or equal to the ones you'll be using in macOS.
THIS WAY YOU CAN EVEN RUN XCODE SIMULATOR SMOOTHLY AT LOW RESOLUTIONS SUCH AS 1024X768.
***********************************************************************************************************************************************************************************
=================================
Issues:
=================================
Crash, Stopped during installation or Repetitive errors when loading the system
***** In some test installations, the system has crashed or stopped during installation. I don't know why this happens. To solve it, just reset VMWare and let the installation continue normally.
Edit:
It was probably discovered that windows hypervisor hinders the normal functioning of VMware. You should turn it off. It can be done at the end of everything even after macOS is fully installed. See item 8.
White background (wallpaper)
***** When I first got macOS, I had this problem with a white background (wallpaper) in the system background. But you have to go into the macOS settings and click on Wallpaper and then deactivate the Show as screen saver option. Then choose a wallpaper you like.
SLOW UPLOAD SPEED
A problem with file upload over the network has been reported in some specific access cases that makes the network very slow when sending a file.
This happens due to a problem with the vmware vmxnet3 network driver.
I tested this solution and managed to solve this problem.
Open the Mac terminal and type the commands below in sequence:
sudo sysctl -a | grep net.inet.tcp.tso
sudo sysctl -w net.inet.tcp.tso=0
sudo nano /etc/sysctl.conf
Add the below entry in the sysctl.conf file
net.inet.tcp.tso=0
Press Control + O to save and then Enter to save. Control + X to exit.
Restart macOS.
Attachments
Last edited: