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 ?
Multible instalations
-
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
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.
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
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.
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
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.
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.