Skip to content

Running OSv on VMware Workstation, Fusion and Player

Salman Khalid edited this page Sep 29, 2021 · 6 revisions
Case 1: Download OSv Image

Click here to download image.

Unzip OSv-*.vmw.zip, open VMware and import osv.vmx.

Case 2: Build OSv Image
$ cd src/osv
$ make image=default
$ scripts/convert vmdk
$ scripts/gen-vmx.sh

Copy build/release/osv.vmx and build/release/osv.vmdk to home directory, open VMware and import osv.vmx.

Clone this wiki locally