All Projects → cbednarski → Vmware Usb Osx

cbednarski / Vmware Usb Osx

Licence: isc
Easily create a bootable USB installer for VMware ESXi / vSphere Hypervisor

Projects that are alternatives of or similar to Vmware Usb Osx

Ehal
Embedded Hardware Abstraction Library
Stars: ✭ 84 (-70.63%)
Mutual labels:  usb, osx
Vagrant Osx
Vagrant setup for Mac OS X
Stars: ✭ 83 (-70.98%)
Mutual labels:  vmware, osx
Headsetcontrol
Sidetone and Battery status for Logitech G930, G533, G633, G933 SteelSeries Arctis 7/PRO 2019 and Corsair VOID (Pro) in Linux and MacOSX
Stars: ✭ 392 (+37.06%)
Mutual labels:  usb, osx
Ventoy
A new bootable USB solution.
Stars: ✭ 29,413 (+10184.27%)
Mutual labels:  vmware, usb
Vscode of
openFrameworks empty example for visual studio code
Stars: ✭ 129 (-54.9%)
Mutual labels:  makefile, osx
mkosxinstallusb
Linux shell script that creates USB flash drive booting OS X installer
Stars: ✭ 34 (-88.11%)
Mutual labels:  usb, osx
Usbdeviceswift
wrapper for IOKit.usb and IOKit.hid written on pure Swift that allows you convenient work with USB devices
Stars: ✭ 156 (-45.45%)
Mutual labels:  usb, osx
Nepali Romanized Pro
Nepali Romanized Keyboard Layout with installer for macOS
Stars: ✭ 18 (-93.71%)
Mutual labels:  makefile, osx
Zcash Apple
Zcash for Apple platforms
Stars: ✭ 75 (-73.78%)
Mutual labels:  makefile, osx
Usb2 Power Hub
4-Port High Power USB 2.0 Hub
Stars: ✭ 178 (-37.76%)
Mutual labels:  makefile, usb
Darklightning
Simply the fastest way to transmit data between iOS/tvOS and OSX
Stars: ✭ 286 (+0%)
Mutual labels:  usb, osx
Prehistoric Entware
Prehistoric Entware
Stars: ✭ 282 (-1.4%)
Mutual labels:  makefile
Chronos Timetracker
Desktop client for JIRA. Track time, upload worklogs without a hassle.
Stars: ✭ 273 (-4.55%)
Mutual labels:  osx
Routeros Scripts
a collection of scripts for Mikrotik RouterOS
Stars: ✭ 270 (-5.59%)
Mutual labels:  makefile
Ltfinderbuttons
My Finder buttons collection for macOS.
Stars: ✭ 269 (-5.94%)
Mutual labels:  osx
Footswitch
Command-line utility for PCsensor foot switch
Stars: ✭ 282 (-1.4%)
Mutual labels:  osx
Http2curl
📐 Convert Golang's http.Request to CURL command line
Stars: ✭ 278 (-2.8%)
Mutual labels:  makefile
Packpack
Simple building of RPMs & Debian packages from git repos
Stars: ✭ 269 (-5.94%)
Mutual labels:  makefile
Cookiecutter Docker Science
Cookiecutter template for data scientists working with Docker containers
Stars: ✭ 267 (-6.64%)
Mutual labels:  makefile
Android device oneplus bacon
Stars: ✭ 267 (-6.64%)
Mutual labels:  makefile

vmware-usb-osx

This project includes a simple makefile that helps you create a bootable USB installer for VMware ESXi on OSX. This is based on a similar script I made for ubuntu.

Background on VMware ESXi

VMware ESXi is a lightweight operating system designed to run virtual machines. Whenever you hear about someone running virtual machines or cloud servers they're using ESXi, Xen, QEMU/KVM, or a similar technology under the hood.

ESXi is proprietary software, but you can download it and use it for free. You will need to register for a VMware account and download ESXi (also called "vSphere Hypervisor") before you use this script.

Instructions

  1. Download the ESXi ISO and copy it into the same folder as this script. It will have a long name with a version number like VMware-VMvisor-Installer-6.0.0-2494585.x86_64.iso. Rename it to esxi.iso so the script can find it.

  2. Run make devices

  3. Insert your USB stick. You'll see a new device appear in step 4.

  4. Run make devices

  5. Note the disk number for your USB stick. It will be something like /dev/disk2. The only part you care about is 2 (or 3, or 4, or whatever) for step 6.

  6. make vmware DISK=2 Note: This step will ask for your password for sudo.

  7. Pop the USB stick into the computer you want to vmware-ify and restart it.

Depending on how fast your USB stick is, step 6 make take awhile. On my computer it took around a minute and a half.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].