Graphic tutorial on installing Mac system in virtual machine under win10

Graphic tutorial on installing Mac system in virtual machine under win10

1. Download the virtual machine version 15.5.1

I downloaded the latest version directly from the official website, so I can install Mac10.14 and Catalina . The previous version 15.0 failed to install Catalina. Install VM and wait for the installation to complete.

2. Download Unlocker 3.0

Unlocker is a tool for unlocking virtual machines. Without unlocking, you will not be able to find the Mac installation option. Run win-install and wait for it to complete.

3. Install Mac system

This process is directly shown in the figure:

insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here

4. Install tools

tools is an extension file of VM that can realize full-screen system in virtual machine and drag and drop files between physical machines.


insert image description here
insert image description here
insert image description here
insert image description here

Next, double-click the Install VMware Tools icon. Next, follow the steps to install it. Until the completion interface appears.


insert image description here

5. Make an installation image of the official version of macOS Catalina

.cdr or .iso file Open App Store on a Mac , search for “Catalina” , and download the macOS 10.15.1 Catalina installer

insert image description here

After the download is complete, in the Mac's [Finder], open [Applications] - [Utilities] - [Terminal]

insert image description here

Enter the following commands in sequence to complete the preparation of macOS Catalina official version installation image .cdr or .iso file

# 1. Create a dmg disk image hdiutil create -o /tmp/Catalina -size 8500m -volname Catalina -layout SPUD -fs HFS+J
# 2. Mount the dmg on macOS hdiutil attach /tmp/Catalina.dmg -noverify -mountpoint /Volumes/Catalina
# 3. Create the macOS Catalina installation packagesudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/Catalina --nointeraction
# 4. Uninstall Catalina installation disk hdiutil detach /volumes/Install\ macOS\ Catalina
# 5. Convert the dmg image file to a .cdr image file (VMware supports .cdr file installation, so you can directly copy the .cdr file to the Windows system to install the macOS 10.15.1 Catalina virtual machine)
hdiutil convert /tmp/Catalina.dmg -format UDTO -o ~/Desktop/Catalina.cdr
# 6. Convert the .cdr image file to the .iso image file mv ~/Desktop/Catalina.cdr ~/Desktop/Catalina.iso

Copy Catalina.cdr or Catalina.iso to the hard disk of the computer where macOS Catalina virtual machine is to be installed.

Sometimes during installation, a message will appear stating that the copy of the macOS Mojave application is corrupted and cannot be used to install macOS .


insert image description here

Some are stuck at the Apple Logo interface during installation (it should be noted that this is caused by the low version of the ordered VM)

Solution: First, shut down the virtual machine; then, [Edit virtual machine settings] - [Options] - [Guest operating system] change to [ Microsoft Windows(W) ] - [Version] select [ Window 10 x64 ] - [OK]


insert image description here

Start the virtual machine again and enter the installation interface normally.

Related file link: onedrive address

Summarize

The above is the graphic tutorial on how to install Mac system in a virtual machine under win10. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!
If you find this article helpful, please feel free to reprint it and please indicate the source. Thank you!

You may also be interested in:
  • Detailed explanation of how to install centos7 using win10's built-in virtual machine hyper-v
  • Tutorial on creating a virtual machine using Hyper-V in Windows 10 environment (with pictures)
  • Install centos7 virtual machine on win10

<<:  WeChat applet implements simple calculator function

>>:  Analysis of MySQL duplicate index and redundant index examples

Recommend

React native ScrollView pull down refresh effect

This article shares the specific code of the pull...

Detailed explanation of efficient MySQL paging

Preface Usually, a "paging" strategy is...

Detailed explanation of the properties and functions of Vuex

Table of contents What is Vuex? Five properties o...

Vue implements custom "modal pop-up window" component example code

Table of contents Preface Rendering Example Code ...

Implementation of one-click TLS encryption for docker remote api

Table of contents 1. Change the 2375 port of Dock...

What are the attributes of the JSscript tag

What are the attributes of the JS script tag: cha...

IIS7 IIS8 reverse proxy rule writing, installation and configuration method

Purpose: Treat Station A as the secondary directo...

JavaScript BOM Explained

Table of contents 1. BOM Introduction 1. JavaScri...

The pitfall record of the rubber rebound effect of iOS WeChat H5 page

Business requirements One of the projects I have ...

Express implements login verification

This article example shares the specific code for...

Detailed steps to install web server using Apache httpd2.4.37 on centos8

Step 1: yum install httpd -y #Install httpd servi...

How to transfer files between Windows and Linux

File transfer between Windows and Linux (1) Use W...

Detailed explanation of Vue data proxy

Table of contents 1. What I am going to talk abou...

Vue easily realizes watermark effect

Preface: Use watermark effect in vue project, you...