Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Is it possible to run a partition image (created with partimage or ghost) inside a virtual tool like qemu, vmware or the like?
The reason I ask is that I have remove the installed vista and installed ubuntu on it. Before doing so I have crated an partition image of the vista install. When I run this image in qemu I get a message like 'Not a bootable disk'.
Ghost and partimage will only copy parts of the filesystem that contain data, so it isn't a binary clone of the filesystem that you can mount using a loop device such as you would get using dd (without compression).
You may be able to use the ntfsclone program as well (for backups, not loopback devices).
One danger is if the filesystem on the image becomes corrupt. I don't know how you would repair an ntfs image file. Be sure to create and save an image backup before you use vmware.
Last edited by jschiwal; 03-10-2008 at 08:27 AM.
Reason: clarified out of context statement.
Is it possible to run a partition image (created with partimage or ghost) inside a virtual tool like qemu, vmware or the like?
The reason I ask is that I have remove the installed vista and installed ubuntu on it. Before doing so I have crated an partition image of the vista install. When I run this image in qemu I get a message like 'Not a bootable disk'.
Cheers, Ronald
You can have bootable iso cdrom containing ghost exe, and you can release your image
(no ?)
The reason I ask is that I have remove the installed vista and installed ubuntu on it. Before doing so I have crated an partition image of the vista install. When I run this image in qemu I get a message like 'Not a bootable disk'.
Vista does not produce valid boot sector information, so partition and format the image, vista.img, with XP or Linux. See:
"QEMU (The Kernel Virtual Machine) and Windows Vista." at:
Just to let you know: I have taken another approach.
I've installed the converter tool from vmware (free, runs on windows only) . This converter can create a 'hot clone', e.g create an vmware-image from a running (!) os.
This image-clone can then be started with either vmware OR virtualbox.
But take care:
1. when using virtualbox to run the image you'll see that windows will fail to boot, due to ide-checls that it performs. See the document 'migrating windows' on the vb-website
2. When cloning an oem-licensed your validation will fail. You'll need to call m$ to set you license.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.