-
-
Notifications
You must be signed in to change notification settings - Fork 603
Running OSv on VirtualBox
Kondwani Kamundi edited this page Aug 10, 2022
·
8 revisions
At least on Mac OS X you should be using the latest version of VirtualBox, earlier ones are known to break. The one that is known to work is 4.3.10
Select VirtualBox -> Preferences -> Network -> Host-only Networks
Make sure vboxnet0 is available. If not, create it by clicking the ADD button.
Make sure the DHCP server for vboxnet0 is enabled by clicking the EDIT button.
Download the relevant oav file from here
or
To generate a new image, working within the osv source directory:
$ make image=default
$ scripts/gen-vbox-ova.sh
Click File -> Import Appliance. Choose the OSv OVA file you downloaded or generated.
Start your OSv VM by double clicking. That's it.