I did below steps
make menuconfig
make
make modules_install install
/sbin/depmod -a 2.6.33
/sbin/mkinitrd --with xen-blkfront --with xen-netfront /boot/initrd-xenu.img    2.6.33
 
still the same problem.


On Thu, Apr 22, 2010 at 1:25 PM, Pasi Kärkkäinen <pasik@iki.fi> wrote:
On Thu, Apr 22, 2010 at 01:08:54PM -0700, kishore kumar wrote:
>    I tried
>    mkinitrd --with xen-blkfront --with xen-netfront /boot/initrd-xenu.img
>     2.6.33
>    It complaints No module xen-blkfront found for kernel 2.6.33, aborting.
>
>    I dont see xen-blkfront.ko in my /lib/modules/2.633/drivers/block .  Am I
>    looking at the right place?
>

Have you done "depmod -a <kernelversion>" before running mkinitrd ?

-- Pasi

>    Thank You.
>
>    On Thu, Apr 22, 2010 at 12:53 PM, Pasi Kärkkäinen <[1]pasik@iki.fi> wrote:
>
>      On Thu, Apr 22, 2010 at 11:31:25AM -0700, kishore kumar wrote:
>      >    I am trying create ramdisk image for my domU image from Konrad git
>      >    repository.
>      >
>      >    mkinitrd --with xenblk --with xennet /boot/initrd-xenu.img  2.6.33
>      >    I get No module xenblk found for kernel 2.6.33, aborting.
>      >    Can you please let me know what could be the problem??
>      >
>      >    I have CONFIG_XEN_BLKDEV_FRONTEND=y
>      >    CONFIG_XEN_NETDEV_FRONTEND=y in my .config as well.
>      >
>
>      Xen modules in upstream [2]kernel.org (pvops) kernels are not called
>      xennet or xenblk.
>      They're called xen-blkfront and xen-netfront in pvops kernels.
>
>      You can easily verify be checking under /lib/modules/<kernelversion>/
>
>      -- Pasi
>      >    Thank You.
>      >    On Tue, Apr 20, 2010 at 6:45 PM, Konrad Rzeszutek Wilk
>      >    <[1][3]konrad.wilk@oracle.com> wrote:
>      >
>      >      On Tue, Apr 20, 2010 at 05:09:29PM -0700, kishore kumar wrote:
>      >      > I did git pull and did
>      >      > make
>      >      > make modules_install install.
>      >      >   Is this the problem with xen blkdevices not loaded?  Can you
>      let me
>      >      know
>      >
>      >      So now you are hitting another problem. This looks
>      >      to be this one:
>      >
>       [2][4]http://lists.xensource.com/archives/html/xen-devel/2010-04/msg00897.html
>      >
>      >      Please follow the whole thread and select the right config
>      options.
>      >
>      > References
>      >
>      >    Visible links
>      >    1. mailto:[5]konrad.wilk@oracle.com
>      >    2.
>      [6]http://lists.xensource.com/archives/html/xen-devel/2010-04/msg00897.html
>
> References
>
>    Visible links
>    1. mailto:pasik@iki.fi
>    2. http://kernel.org/
>    3. mailto:konrad.wilk@oracle.com
>    4. http://lists.xensource.com/archives/html/xen-devel/2010-04/msg00897.html
>    5. mailto:konrad.wilk@oracle.com
>    6. http://lists.xensource.com/archives/html/xen-devel/2010-04/msg00897.html