On Wednesday 07 November 2007 11:01:56 Bryen wrote: > How do I clone an existing vm to a new vm?
I think you need to provide a bit more information. Is it a para-virtualised VM or hardware assisted VM? Are you using a disk image file or a dedicated partition on a hard disk? It should just be a case of copying the config file to a new name, and either copying the disk image to a new location or dd'ing the disk partition to a new disk partition. You should then alter the config file to point to the new copied disk image/partition, and alter the UUID so that it's unique (and any other parameters that are unique also). You can then issue the xm new <copied config file> and it will appear in virt-manager. But without knowing what exactly you've set up, and what you're trying to achieve, that's all a bit of a guess. Jon PS If it's a Windows hardware assisted VM, then you've got Windows problems too... e.g. SIDs? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
