Thanks Steve.<div><br></div><div>I tried to boot using pyGrub and that did not work for me. I have prepared a CentOS.img created using virt-install and registered with oneimage.</div><div><br></div><div>Could you please share how can I use guest's kernel.</div>
<div><br></div><div>Thanks again.</div><div><br></div><div>Anoop</div><div><br></div><div><br></div><div><div><br></div><div><br><br><div class="gmail_quote">On Sat, Feb 5, 2011 at 1:00 AM, Steven Timm <span dir="ltr"><<a href="mailto:timm@fnal.gov">timm@fnal.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
The error you are getting is probably due to a malformed ramdisk<br>
for your Xen kernel. Likely what is happening is that the ramdisk<br>
is trying to load the real scsi device as sda1  rather than the xenblk<br>
block device.  Try to replace the ramdisk and see if you do any better.<br>
I had this same error a while ago and building a ramdisk on a xen<br>
VM that was installed statically is what it took for me to make it work.<br>
<br>
Also, just so you know, when you say  KERNEL = /boot/vmlinuz....<br>
etc, then the kernel and ramdisk have to be in that location<br>
on your VM host, not inside the LVM you are trying to boot.<br>
If you want to use the kernel/ramdisk inside the xen virtual machine<br>
then you should use pygrub, which is what I use.<br>
<br>
Steve<div><div></div><div class="h5"><br>
<br>
<br>
On Sat, 5 Feb 2011, anoop Lekshmanan wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I get this error on loading ttylinux or any other image in to Xen Node and<br>
LVM, I have tried native kernel as well, but that did not work.<br>
<br>
device-mapper: uevent: version 1.0.3<br>
device-mapper: ioctl: 4.11.5-ioctl (2007-12-12) initialised:<br>
<a href="mailto:dm-devel@redhat.com" target="_blank">dm-devel@redhat.com</a><br>
device-mapper: dm-raid45: initialized v0.2594l<br>
Kernel panic - not syncing: Attempted to kill init!<br>
<br>
My VM template:<br>
<br>
NAME   = test<br>
CPU    = 1<br>
MEMORY = 256<br>
OS = [<br>
      KERNEL     = /boot/vmlinuz-2.6.18-194.32.1.el5xen,<br>
      INITRD     = /boot/initrd-2.6.18-194.32.1.el5xen.img,<br>
      ROOT       = /dev/vg00/lv-one--0<br>
      #BOOTLOADER  = /usr/bin/pygrub,<br>
      #KERNEL_CMD = "ro"<br>
    ]<br>
<br>
DISK   = [<br>
 IMAGE    = "ttylin",<br>
 #source   = "/dev/vg00/xenvm01",<br>
 target   = "hdb",<br>
 readonly = "no" ]<br>
<br>
NIC    = [ NETWORK = "Small network" ]<br>
<br>
FEATURES=[ acpi="no" ]<br>
<br>
GRAPHICS=[<br>
  AUTOPORT=yes,<br>
  KEYMAP=en-us,<br>
  LISTEN=127.0.0.1,<br>
  PORT=5901,<br>
  TYPE=vnc ]<br>
<br>
#CONTEXT = [<br>
#    hostname    = "$NAME",<br>
#     ip_public   = "192.168.0.16",<br>
#    files      = "/opt/cloud/one/images/init.sh<br>
/opt/cloud/one/.ssh/id_rsa.pub",<br>
#    target      = "hdc",<br>
#    root_pubkey = "id_rsa.pub",<br>
#    username    = "oneadmin",<br>
#    user_pubkey = "id_rsa.pub"<br>
<br>
VM deployment file generated:<br>
<br>
name = 'one-65'<br>
#O CPU_CREDITS = 256<br>
memory  = '256'<br>
kernel = '/boot/vmlinuz-2.6.18-194.32.1.el5xen'<br>
ramdisk = '/boot/initrd-2.6.18-194.32.1.el5xen.img'<br>
root = '/dev//dev/vg00/lv-one--0'<br>
disk = [<br>
   'tap:aio:/opt/cloud/one/var//65/images/disk.0,hdb,w',<br>
]<br>
vif = [<br>
   ' mac=02:00:c0:a8:1e:06,ip=192.168.30.6,bridge=xenbr0',<br>
]<br>
vfb = ['type=vnc,vnclisten=127.0.0.1,vncdisplay=1,keymap=en-us']<br>
<br>
<br>
<br>
I am trying to load this in to LVM and ONE creates the LV successfully and<br>
VM state ins "RUNN"<br>
<br>
Any help would be appreciated.<br>
<br>
Thanks,<br>
Anoop<br>
<br>
</blockquote>
<br></div></div><font color="#888888">
-- <br>
------------------------------------------------------------------<br>
Steven C. Timm, Ph.D  (630) 840-8525<br>
<a href="mailto:timm@fnal.gov" target="_blank">timm@fnal.gov</a>  <a href="http://home.fnal.gov/~timm/" target="_blank">http://home.fnal.gov/~timm/</a><br>
Fermilab Computing Division, Scientific Computing Facilities,<br>
Grid Facilities Department, FermiGrid Services Group, Group Leader.<br>
Lead of FermiCloud project.<br>
</font></blockquote></div><br></div></div>