If I make an iso of all the files in / as an iso, will I be able to convert that to a usable VirtualBox image?

I've been looking around for documentation, and have been able to find no documentation that explicitly say this. Links to reliable documentation is a plus, so I can learn for myself.

link|improve this question

67% accept rate
2  
Are you asking how to do a physical to virtual migration of a linux box to virtual box? – Zoredache Jul 2 '10 at 18:46
Apparently so [157104]. What is it with noobs not following up on their own questions? – Tobu Jul 2 '10 at 19:30
feedback

1 Answer

up vote 1 down vote accepted

Short answer: No. A VirtualBox image is a specially formatted image of a hard drive (either a bit-for-bit copy or one designed to achieve the same results in less space), not simply a collection of files pulled from a running system.

To produce such an image from an existing system you can use something like VMWare Converter. http://blog.subaquatic.net/archives/virtualbox-p2v-success/ has more details (this deals with a Windows migration, but the process is substantially equivalent for *NIX hosts)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.