|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Raw Disk Image to domU
Hi,
I have created a complete clone of my hard disk using dd and now i
want to put this on a domU, is this possible?
I have been reading and testing but i am still unable to make this work.
This is my cfg file but something is wrong because when i try to
create the VM it says 'Error: (2, 'Invalid kernel',
'xc_dom_find_loader: no loader found\n')'
name = 'test-rawimage'
memory = '256'
disk = [ 'tap:aio:/mnt/disk-lappy.img,xvda,w' ]
vif = [ '' ]
bootloader = '/usr/bin/pygrub'
on_reboot = 'restart'
on_crash = 'restart'
I have also specified the kernel and ramdisk options but i get "Error:
Boot loader didn't return any data!"
Can anyone help on this?
I would really appreciate..
Ricardo
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|