Virtual Box

Home page Models Systems Tools IT staff References

Installing Virtual Box Using Virtual Box

Virtual Box is an open source virtual machine from Oracle. We use it on Linux to run Linux and Windows virtual machines, mostly to test install procedures for software development tools and to test model build procedures.

This is the Virtual Box web site. There are links here to Virtual Box user documentation.

Installing Virtual Box

Currently we only install virtual box on Linux, not on Windows or Mac.

Linux Install

Mac Install

Currently we don't install virtual box on Macs.

Windows Install

Currently we don't install virtual box on Macs.

Using Virtual Box

Setup a virtual machine on Linux

To set up a virtual mahcine you will need either a system image of a system where that system image is ready to run in a virtual machine or an install disk for the system so it can be installed in a virtual mahcine.

To setup a VM from a system image, ex. in the form of a ".vdi" file.

Change the uuid of a virtual box disk

To change the uuid of a virtual box disk use VBoxManage internalcommands setvdiuuid 'file.vdi', where file.vdi is the name of the virtual box disk to have its uuid changed.