Multible instalations

This is for discussing general topics about how to use VirtualBox.
Post Reply
selkov
Posts: 43
Joined: 19. Oct 2009, 02:46
Primary OS: MS Windows Vista
VBox Version: OSE other
Guest OSses: na

Multible instalations

Post by selkov »

I have a need to use 6 VM machines on 1 pc.
Do i need to go thru the complete OS installation procedure for each machine?

or is there some way i can copy and rename the machines ?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Multible instalations

Post by Perryg »

You would actually need to clone them if you want an easy way out other than the command line Look at this CloneVDI Tool
Or you would need to use the command line VBoxManage to do this.
I use mpacks CloneVDI tool all the time and it has never failed me yet.
sej7278
Volunteer
Posts: 1003
Joined: 5. Sep 2008, 14:40
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Solaris, Linux, Windows, OS/2, MacOSX, FreeBSD
Contact:

Re: Multible instalations

Post by sej7278 »

for non-windows-host users, here's a somewhat out-of-date thread that basically describes it:

http://forums.virtualbox.org/viewtopic. ... lone+howto

1. in the VDI directory: VBoxManage clonehd old.vdi new.vdi
2. VBoxManage createvm -register -name new
3. in the Machines directory: cp old/old.xml new/new.xml

then change the uuid and remove the AttachedDevice bit in the new.xml, then in virtualbox attach the hard disk and generate a new mac address

its all a bit drawn out and the sun guys promise there is a good reason to do it this way instead of just allowing us to copy a couple of files in a directory like vmware does.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Multible instalations

Post by Sasquatch »

The CloneVDI tool also runs on Wine, though not officially supported.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply