Running OSv on VMware ESXi - nyh/osv GitHub Wiki

Case 1: Download OSv Image

Open vSpehere Client, click File -> Deploy OVF Template Input URL which copied from OSv download page.

Go though wizard by clicking Next button, it will deploy 'osv' instance automatically.

Case 2: Build OSv Image

Install VMware OVF Tool before building image.

Build OSv image by following command:

$ cd src/osv
$ make osv.vmdk
$ scripts/gen-vmx.sh

Deploy OSv image by ovftool:

$ ovftool -ds=<datastore name> build/release/osv.vmx vi://root:password@<ip address>/
⚠️ **GitHub.com Fallback** ⚠️