• This repository has been archived on 29/Sep/2020
  • Stars
    star
    700
  • Rank 64,214 (Top 2 %)
  • Language
    Python
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

VMware Workstation macOS
macOS Unlocker V3.0 for VMware Workstation
==========================================

+-----------------------------------------------------------------------------+
| IMPORTANT:                                                                  |
| ==========                                                                  |
|                                                                             |
| Always uninstall the previous version of the Unlocker before using a new    |
| version. Failure to do this could render VMware unusable.                   |
|                                                                             |
+-----------------------------------------------------------------------------+

1. Introduction
---------------

Unlocker 3 is designed for VMware Workstation 11-15 and Player 7-15.

If you are using an earlier product please continue using Unlocker 1.

Version 3 has been tested against:

* Workstation 11/12/14/15 on Windows and Linux
* Workstation Player 7/12/14/15 on Windows and Linux

The patch code carries out the following modifications dependent on the product
being patched:

* Fix vmware-vmx and derivatives to allow macOS to boot
* Fix vmwarebase .dll or .so to allow Apple to be selected during VM creation
* Download a copy of the latest VMware Tools for macOS

Note that not all products recognise the darwin.iso via install tools menu item.
You will have to manually mount the darwin.iso for example on Workstation 11 and Player 7.

In all cases make sure VMware is not running, and any background guests have
been shutdown.

The code is written in Python.

2. Prerequisites
----------------

The code requires Python 2.7 to work. Most Linux distros ship with a compatible
Python interpreter and should work without requiring any additional software.

Windows Unlocker has a packaged version of the Python script using PyInstaller, 
and so does not require Python to be installed.

3. Limitations
--------------

If you are using VMware Player or Workstation on Windows you may get a core dump.

Latest Linux products are OK and do not show this problem.

+-----------------------------------------------------------------------------+
| IMPORTANT:                                                                  |
| ==========                                                                  |
|                                                                             |
| If you create a new VM VMware may stop and create a core dump.              |
| There are two options to work around this issue:                            |
|                                                                             |
| 1. Change the VM to be HW 10 - this does not affect performance.            |
| 2. Edit the VMX file and add:                                               |
|    smc.version = "0"                                                        |
|                                                                             |
+-----------------------------------------------------------------------------+

4. Windows
----------
On Windows you will need to either run cmd.exe as Administrator or using
Explorer right click on the command file and select "Run as administrator".

win-install.cmd   - patches VMware
win-uninstall.cmd - restores VMware
win-update-tools.cmd - retrieves latest macOS guest tools

5. Linux
---------
On Linux you will need to be either root or use sudo to run the scripts.

You may need to ensure the Linux scripts have execute permissions
by running chmod +x against the 2 files.

lnx-install.sh   - patches VMware
lnx-uninstall.sh - restores VMware
lnx-update-tools.sh - retrieves latest macOS guest tools
   
6. Thanks
---------

Thanks to Zenith432 for originally building the C++ unlocker and Mac Son of Knife
(MSoK) for all the testing and support.

Thanks also to Sam B for finding the solution for ESXi 6 and helping me with
debugging expertise. Sam also wrote the code for patching ESXi ELF files and
modified the unlocker code to run on Python 3 in the ESXi 6.5 environment.


History
-------
27/09/18 3.0.0 - First release
02/10/18 3.0.1 - Fixed gettools.py to work with Python 3 and correctly download darwinPre15.iso
10/10/18 3.0.2 - Fixed false positives from anti-virus software with Windows executables
               - Allow Python 2 and 3 to run the Python code from Bash scripts


(c) 2011-2018 Dave Parsons

More Repositories

1

CKA

Preparation for the Certified Kubernetes Administrator exam [CKA v1.29]
50
star
2

RHCSA_ENV

An environment to prepare for the RHCSA certification, mainly automates server side installation of samba and NFS (RHCSA deals only with the client side)
Shell
31
star
3

Kontainer8

Creating a kubernetes kubeadm cluster using Vagrant machines as nodes and Containerd as a container runtime
22
star
4

CKS

Preparation for Certified Kubernetes Security Specialist (CKS) Exam V1.30
13
star
5

RHCE_ENV

An environment made as a preparation for RHCE [ex294] exam
12
star
6

Minimal-CICD

Create CICD pipeline using Jenkins, Nexus, Gitea deployments on Kubernetes.
Groovy
8
star
7

Vault

Deploying Vault on K8s via Kustomize and using Raft Integrated Storage as Backend
HCL
4
star
8

Vagrant

Contains Vagrantfiles and the related config files used to setup the machines
Jinja
3
star
9

DevOps_Assignment

Python
3
star
10

K8s-Vagrant

Deploy kubernetes cluster using vagrant
Shell
2
star
11

CKAD

Preparation for the Certified Kubernetes Application Developer V1.29 [CNCF] exam
2
star
12

namespaced-argocd

An attempt to automate namespaced argocd deployment
Shell
2
star
13

ansible-playbooks

Just testing ansible
2
star
14

GitOps

Exploring GitOps Continuous delivery tools and approaches.
2
star
15

Packer

Testing HashiCorp's Packer - a tool for building Golden Images.
HCL
2
star
16

jenkins-config-as-code

The purpose is to locally spin up a pre-configured Jenkins instance that uses Jenkins Kubernetes Plugin to dynamically create containers on specific namespaces for CI builds.
Dockerfile
2
star
17

Fruhstuck

Simple website that shows food recipes, it was made as a JavaScript course project at ITI intake 40
HTML
1
star
18

OpenStackLabs

Openstack module labs
Shell
1
star
19

elementaryOS

Shell
1
star
20

HashGenerator

A utility written in Java to display MD5, SHA1 & SHA256 hashes for offline files.
Java
1
star
21

HashGeneratorFX

HashGenerator program rewritten using JavaFX instead of Swing , added material design with the help of JFoenix library.
Java
1
star
22

bash-scripts

Collection of bash scripts that i've written
Shell
1
star
23

ImmutableTesting

The goal is to have the exact same environment ready for use every time.
Groovy
1
star
24

theJaxon.github.io

Ruby
1
star
25

AWX

Deploying Ansible AWX on Kubernetes
1
star
26

SQL-Sed

Capitalizes SQL reserved words by applying sed search and replace.
C++
1
star
27

Prometheus

Learning Prometheus - An application used for Monitoring
Python
1
star
28

localstack

Deploying LocalStack ( A fully functional local cloud stack ) on Vagrant with the help of ansible as a provisioner
1
star
29

GitHub_Actions

Learning about GitHub Actions for CI Workflows
JavaScript
1
star
30

drone-ci

Deploying Drone CI + Gitea on Kubernetes
1
star
31

ansible-role-KinD

A role made to create a kubernetes cluster using KinD
Shell
1
star
32

haproxy

Exploring HAProxy
1
star
33

minio

Deploying minio - A High Performance, Kubernetes Native Object Storage
1
star
34

Terraform

Terraform related projects
HCL
1
star
35

Python

Python related scripts
Python
1
star
36

Kluster

Yet another k8s cluster using kubeadm
Shell
1
star
37

AWS

HCL
1
star
38

MKube

Just like Kontainer8 but for Mac M1
1
star
39

Progressive-Delivery

Experimenting with Progressive delivery approach in Kubernetes by using Argo Rollouts controller
HTML
1
star
40

Ubuntu16.04-Script

Installs needed software after setting up and updating the Ubuntu OS.
Shell
1
star
41

Terraform-Testing

Terrafrom module labs
HCL
1
star
42

dasKafka

Message Queuing project @ iti intake 40
Java
1
star