|   xen-users
Re: [Xen-users] Manual p2v 
| I have documented of what I have done so far for successful conversion 
 
 Might be useful to others. 
 Thanks Paras. On Wed, May 19, 2010 at 2:24 PM, Miles Fidelman <mfidelman@xxxxxxxxxxxxxxxx>  wrote:
 I think your domU.cfg file is missing a few things - like a kernel, ramdisk, root, and network lines.  What I have in my production VM (just transferred from a physical machine):
 
 ALSO needs  kernel, init.d, and root= entries.  What I have:
 
 kernel      = '/boot/vmlinuz-2.6.26-2-xen-686'
 ramdisk     = '/boot/initrd.img-2.6.26-2-xen-686'
 memory      = '1024'
 
 disk = [
 'drbd:newserver1-root,xvda1,w',
 'drbd:newserver1-swap,xvda2,w',
 'drbd:newserver1-backup,xvda3,w'
 ]
 
 root        = '/dev/xvda1 ro'
 
 name        = 'server1'
 vif         = [ 'ip=207.154.13.48,mac=00:16:3E:BE:68:F5' ]
 
 
 Paras pradhan wrote:
 
 
Here is where I am stuck at:I have a xenifed kernel installed for the PV. When I do: xm create domUname -c
 I get this:
 
 ---
 
 
grub.conf entry is:title CentOS (2.6.18-194.3.1.el5xen)
 root (hd0,0)
 kernel /xen.gz-2.6.18-194.3.1.el5
 module /vmlinuz-2.6.18-194.3.1.el5xen ro root=/dev/xvda1 console=xvc0
 module /initrd-2.6.18-194.3.1.el5xen.img
 ---
 
 config file for domU is:
 
 --
 [root@cvtst1 vms]# more centos1
 name = "centos1"
 maxmem = 1024
 memory = 256
 vcpus = 1
 cpus="1-2"
 bootloader = "/usr/bin/pygrub"
 >
>
>
disk = [ "tap:aio:/vms/centos1.img,xvda1,w", "tap:aio:/vms/centos1.swap,xvdb1,w" ]
 --
 
 
 --
 In theory, there is no difference between theory and practice.
 In<fnord>  practice, there is.   .... Yogi Berra
 
 
 
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users | 
 |  |