Install Apple Mac OS X in VMWare12 Graphic Tutorial

Install Apple Mac OS X in VMWare12 Graphic Tutorial

1. Introduction:

Because my friend wanted to learn some system knowledge and he was using an Apple laptop, while my laptop was running Windows, I had to install the virtual machine software VMWare, and then install the Apple operating system Mac OS X in the virtual machine. This was the best choice, as it not only saved my friend from having to buy another laptop, but I could also simulate the Apple system environment, which was conducive to learning some system knowledge.

This article will use pictures and text to introduce how to install and run Mac OS X in a virtual machine. As long as you strictly follow this tutorial step by step, even readers who are not familiar with Apple computers can successfully install and run Mac OS X.

Pre-prepared conditions:

1. VMWare 12 Pro

2. Unlocker208 patch tool (Because VMware itself does not support the installation of Mac OS X, a patch is required to install Mac OS X)

3. Mac OS X CD-ROM Image (Mac OS X 10.11.1(15B42).cdr)

2. Installation:

2.1. Install VMWare Workstation 12 Pro

This step is relatively simple. You can download the software from the official website and install it in a fool-proof manner.

2.2. Patch VMWare.

Because VMware does not support the installation of Mac OS X, you need to install a patch to have the Mac OS X item and install the Apple system.

Unzip Unlocker208.zip, right-click win-install.cmd, select "Run as administrator", and the window will automatically close after the patch is applied.

At this time, the Apple Mac OS X(M) option appears in the client operating system, indicating that the patch was successfully installed.


2.3. Start VMware and create a Mac virtual machine.

Then just keep going until the following


Finally, start editing the virtual machine


When you start the virtual machine, you will get an error like this:


Drag the OS X 10.11.vmx file into the Notepad window, find the line smc.present = "TRUE", add a line after it with the content smc.version = 0, save and exit. Then restart the virtual machine.

3. Start VMWare to install Mac OS X

The virtual machine starts normally. First, a white apple will be displayed on a black background. Wait patiently for the progress bar to finish.

Here we cannot just click "Continue" to install Mac OS X, because we haven't erased the virtual machine's hard disk yet. Mac OS X's "erase" and Windows' "format" are synonymous. At this time, you need to click "Utilities" → "Disk Utility" on the menu bar at the top of the screen to start "Disk Utility".

First select "Vmware Virtual SA..." in the left column, then click "Erase" in the toolbar.

After completion, click "Disk Utility" → "Exit" on the menu bar at the top of the screen, and then click "Continue".

Then there was another long wait

The virtual machine will restart after the progress bar is completed. Then, Mac OS X will ask you to select the region, of course select "China", and then click "Continue".

This step requires you to select the keyboard, set the keyboard layout to "Simplified Chinese", select "Simplified Pinyin" as the input method, and then click "Continue".


Create an account and select your time zone:

After waiting for a few minutes, the virtual machine screen displays the Mac OS X desktop. The installation process is now complete.

4. Install VMWare Tools

Installing VMWare Tools can improve the display of the virtual machine and facilitate the exchange of data between the host and the virtual machine.

Right-click the CD-ROM icon and select "Eject OS X Base System"; then, click "Virtual Machine" → "Install VMWare Tools" on the virtual machine window menu bar.

Finally, click "Restart" and wait for the virtual machine to restart.


This ends here. I hope everyone can successfully install VMWare on their computers, and then install Mac OS X in VMware.

Note: Regardless of whether the problem you encounter can be solved or not, you are welcome to communicate with each other and improve together!

You may also be interested in:
  • MAC OS 10.9 installation and configuration tutorial on Vmware10
  • Tutorial on installing the official version of mac os 10.12 with vmware 12
  • Install Mac OS 10.11 using VMware in Windows environment (with pictures and text)
  • Detailed explanation of VMware12 installation of Mac OS X 10.11 (picture and text steps)
  • Detailed graphic instructions for installing VMware Tools on MacOSX10.11
  • The most complete guide to installing Mac OS X 10.10 with VMware Workstation11.0

<<:  Ubuntu 16.04 mysql5.7.17 open remote port 3306

>>:  JavaScript implementation of drop-down list

Recommend

Detailed explanation of importing/exporting MySQL data in Docker container

Preface We all know that the import and export of...

Detailed explanation of encoding issues during MySQL command line operations

1. Check the MySQL database encoding mysql -u use...

JavaScript to achieve calendar effect

This article shares the specific code for JavaScr...

JS implements dragging the progress bar to change the transparency of elements

What I want to share today is to use native JS to...

MySQL log trigger implementation code

SQL statement DROP TRIGGER IF EXISTS sys_menu_edi...

CSS horizontal progress bar and vertical progress bar implementation code

Sometimes it’s nice to see some nice scroll bar e...

mysql show simple operation example

This article describes the mysql show operation w...

Detailed explanation of the syntax and process of executing MySQL transactions

Abstract: MySQL provides a variety of storage eng...

Centos8 (minimum installation) tutorial on how to install Python3.8+pip

After minimizing the installation of Python8, I i...

Linux loading vmlinux debugging

Loading kernel symbols using gdb arm-eabi-gdb out...

Detailed explanation of how to detect and prevent JavaScript infinite loops

Table of contents Preface Fix infinite loop in fo...

Several ways to generate unique IDs in JavaScript

Possible solutions 1. Math.random generates rando...

Ubuntu 16.04 64-bit compatible with 32-bit programs in three steps

Step 1: Confirm the architecture of your system d...