VMware virtual machine installation Apple Mac OS super detailed tutorial

VMware virtual machine installation Apple Mac OS super detailed tutorial

Sometimes we need to install corresponding software on Apple's Mac OS for work purposes, and the most commonly used operating system is Windows. We can't buy a Mac computer just for one or two tests and studies, so using VMware virtual machines to install Mac OS is the best choice.
This article will share how to use VMware 14 to install Mac OS X 10. Since VMware is quite memory-intensive, if you want to run the Mac system smoothly, it is best to install and run VMware on a Windows computer with a large memory.

Preparation before installation

VMware Workstation
VMware14unlocker: https://www.jb51.net/softs/580256.html
Mac OS X 10 image: https://pan.baidu.com/s/1HEFzKTArOG6yf9KfCAtqLA (password: uidg)

Install VMware Mac patches

Open the Task Manager: win+R, enter services.msc, and stop all VMware services.

Download VMware14unlocker, unzip it, right-click and select run win-install as an administrator.

VMware creates a Mac virtual machine

Open VMware and click New Virtual Machine.

Then select Image and add the downloaded .cdr format Mac system image.

Then select Mac and version in the Guest Operating System.

Give your virtual machine a name.

Specify the disk size and use the default value.

The last step is to configure the virtual machine. You can customize the CPU, memory, hard disk, etc.

Click Finish, and you can see that VMware has successfully created the Mac virtual machine.

Solve the VMware startup unrecoverable error

After installing the Mac virtual machine, when you click on the VMware virtual machine to start it, the following error will be prompted:

The solution is to go to the installation directory and find the configuration file VMX file.

Open it with Notepad, then add a line after smc.present = "TRUE" : smc.version = 0 , and save it.

Mac OS Installation

Following the above steps, if you use VMware to start the computer, you will be able to see the classic Mac OS startup screen.

Select the Chinese language first.

Then we click on the utility at the top of the installation interface, then select Disk Tools to enter the partition management interface

Click on the disk listed on the left, and if you cannot partition it, click Format.

Now click Format again and keep the partitions as default.


After the configuration is completed, we click the red cross in the upper left corner to exit the disk tool, and click Continue to proceed to the next step.

Agree to the agreement and select the disk where you want to install Mac OS, which is the disk we just formatted.

Wait patiently for more than ten minutes and the new Mac OS will be installed.

During the initialization process, you will be asked to select input method, Apple ID, etc.

Finally, we can see the classic Mac OS operating system interface.

Summarize

It is quite simple to install Apple's Mac OS in VMware virtual machine. There are two points to note: First, you must install the VMware Mac patch, otherwise you will not be able to select Mac OS system when creating a virtual machine;

Another one is the vcpu-0:VERIFY error, which can be fixed by simply modifying the configuration file.

If the VMware virtual machine Mac OS feels stuck during operation, it may be that the virtual memory you provide is insufficient. You can click Edit Virtual Machine Configuration in VMware. The VMware virtual machine uses the NAT method. It is also recommended to install VMWare Tools and enable file sharing.

This is the end of this super detailed tutorial on how to install Apple Mac OS on VMware virtual machine. For more information about installing Apple Mac OS on VMware virtual machine, please search previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Solve the problem of black screen when starting VMware virtual machine
  • How to install Android x86 in vmware virtual machine
  • When installing a virtual machine on Thinkpad VMware, the message "This host supports Intel VT-x, but Intel VT-x is disabled" appears (problem solution)
  • Solution to the VMware virtual machine prompt that the exclusive lock of this configuration file failed
  • A complete tutorial on installing Ubuntu 20.04 using VMware virtual machine
  • The latest virtual machine VMware 14 installation tutorial

<<:  Reasons and optimization solutions for slow MySQL limit paging with large offsets

>>:  JavaScript to show and hide the drop-down menu

Blog    

Recommend

Example of how to achieve ceiling effect using WeChat applet

Table of contents 1. Implementation 2. Problems 3...

Architecture and component description of docker private library Harbor

This article will explain the composition of the ...

MySQL data insertion efficiency comparison

When inserting data, I found that I had never con...

Native JS to implement click number game

Native JS implements the click number game for yo...

How to run a project with docker

1. Enter the directory where your project war is ...

WeChat applet records user movement trajectory

Table of contents Add Configuration json configur...

How to configure two-way certificate verification on nginx proxy server

Generate a certificate chain Use the script to ge...

How to modify the IP restriction conditions of MySQL account

Preface Recently, I encountered a requirement at ...

JavaScript to achieve simple drag effect

This article shares the specific code of JavaScri...

Share 5 JS high-order functions

Table of contents 1. Introduction 2. Recursion 3....

Detailed Analysis of the Selection of MySQL Common Index and Unique Index

Suppose a user management system where each perso...