Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save akshuvo/fefc00af04a4e5c60825354a20722878 to your computer and use it in GitHub Desktop.
Save akshuvo/fefc00af04a4e5c60825354a20722878 to your computer and use it in GitHub Desktop.

To install macOS High Sierra 10.13.5 on a virtual machine using VMware:

  1. If you have not installed VMware Workstation on a Windows operating system before, please refer to the following video.

https://www.youtube.com/watch?v=-Uf9-6SPiMY

  1. After installing VMware Workstation, you need the VMware Unlocker program to create a new virtual machine for the MacOS High Sierra 10.13.5 installation. To download the VMware Unlocker program to your computer, visit the link below.

Article ➦ https://www.sysnettechsolutions.com/en/vmware/download-vmware-unlocker-2-1-1/

  1. Before creating a new virtual machine for macOS High Sierra 10.13.5, unlock the MacOS on VMware using VMware Unlocker.

  2. After you unlock the macOS lock for VMware, create a new virtual machine for macOS High Sierra 10.13.5. In addition, you can create a virtual machine for MacOS by visiting the link below.

Article ➦ https://www.sysnettechsolutions.com/en/vmware/create-virtual-machine-macos-high-sierra/

  1. Before you start installing macOS High Sierra 10.13.5, you need to download the macOS High Sierra 10.13.5 setup file to your computer.

https://www.sysnettechsolutions.com/en/vmware/download-macos-high-sierra-10-13-5-iso/

  1. Add the macOS ISO file to the virtual machine and before running the virtual machine, go to the installation location of the macOS virtual machine, open the file with the .vmx extension, and then save the file by adding the code (smc.version = "0").

➦ smc.version = "0"

  1. Now, start the virtual machine to install macOS High Sierra 10.13.5.

  2. Watch the entire video to install macOS High Sierra 10.13.5 on VMware Workstation 14.

  3. We also recommend that you use the darwin file to install VMware Tools on macOS High Sierra 10.13.5.

  4. After installing VMware Tools on macOS High Sierra 10.13.5, you can share files between your physical computer and the MacOS virtual machine.

  5. Once you have performed all of the above steps, you will no longer be running MacOS High Sierra without a Mac computer.

  6. Watch the entire video to install macOS High Sierra 10.13.5 on VMware step by step.

IMAGE ALT TEXT HERE

@hmthanh
Copy link

hmthanh commented Aug 23, 2021

Open terminal :

date 010101002018

Partition disk :

diskutil list
diskutil partitionDisk /dev/disk0 GPT JHFS+ Macintosh 40g 

[replace disk0 with the disk where you have enough storage, replace 40g with this amount of GB available]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment