|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] migrating a native Windows to Xen
Tomoki Taniguchi wrote:
Is there a way to migrate a WindowsXP running
on a native partition to run under Xen?
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
Yes, dd it.
dd if=/dev/sdb1 of=/dev/my_volume_group/windows bs=1M
This would work if you're using LVM to store domU images, you could also
dump it to a file.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|