Difference between revisions of "VirtualBox"

From Organic Design wiki
(Running a virtual OS X: more recent one)
m (Running a virtual OS X)
Line 18: Line 18:
  
 
== Running a virtual OS X ==
 
== Running a virtual OS X ==
I'm attempting Dinesh's installation method from [http://www.sysprobs.com/install-mac-os-1055-leopard-virtualbox-314-installation-dvd How to Install Mac OS X 10.5.5 Leopard on VirtualBox 3.1.4] which uses the 1.9GB [http://www.organicdesign.co.nz/files/3/33/Mac_os_x_leopard_1055_vmware_image.torrent OS X Leopard 10.5.5 VMWare image].
+
I'm attempting Dinesh's installation method from [http://www.sysprobs.com/install-mac-os-1055-leopard-virtualbox-314-installation-dvd How to Install Mac OS X 10.5.5 Leopard on VirtualBox 3.1.4] which uses the 1.9GB [http://www.organicdesign.co.nz/files/3/33/Mac_os_x_leopard_1055_vmware_image.torrent OS X Leopard 10.5.5 VMWare image]. More recently he's also posted [http://www.sysprobs.com/install-mac-snow-leopard-1063-oracle-virtualbox-32-apple-intel-pc It’s Mac Snow Leopard 10.6.3 on Oracle VirtualBox 3.2 in Non Apple, Intel PC] which allows installation from a standard unmodified OS X DVD.
*Also more recently [http://www.sysprobs.com/install-mac-snow-leopard-1063-oracle-virtualbox-32-apple-intel-pc It’s Done, Install Mac Snow Leopard 10.6.3 on Oracle VirtualBox 3.2 in Non Apple, Intel PC]
 
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 01:49, 31 May 2010

Procedure.svg VirtualBox
Organic Design procedure

VirtualBox is a general-purpose full virtualizer for x86 hardware. Targeted at server, desktop and embedded use, it is now the only professional-quality virtualization solution that is also Open Source Software. Quoted from VirtualBox home page. Download the latest version here.

This page discusses the use of VirtualBox on Ubuntu host systems. We use the software to run other operating systems such Windows XP and vista, in order to document procedures or help clients who run such software.

Using shared folders

This applies for Windows XP and Vista guest OS.

  • Install Guest Additions (Devices > Install Guest Additions)
  • Click on folder icon on the bottom of the VirtualBox
  • Create a new shared folder: select a directory on Host and choose a name (e.g. my_shared_folder)
  • On a command shell (cmd) and type net use x: \\vboxsrv\my_shared_folder
  • Where x: is a free device letter.
  • You should now be able to browse the shared folder by going to "My Computer" on the guest OS

Running a virtual OS X

I'm attempting Dinesh's installation method from How to Install Mac OS X 10.5.5 Leopard on VirtualBox 3.1.4 which uses the 1.9GB OS X Leopard 10.5.5 VMWare image. More recently he's also posted It’s Mac Snow Leopard 10.6.3 on Oracle VirtualBox 3.2 in Non Apple, Intel PC which allows installation from a standard unmodified OS X DVD.