From mboxrd@z Thu Jan 1 00:00:00 1970 From: kishore kumar Subject: Re: [Xen-devel] Xen Dom U kernel Date: Thu, 22 Apr 2010 13:39:57 -0700 Message-ID: References: <20100419192755.GT1878@reaktio.net> <20100420223818.GA29329@phenom.dumpdata.com> <20100420233910.GA1480@phenom.dumpdata.com> <20100421014530.GA14527@phenom.dumpdata.com> <20100422195317.GK1878@reaktio.net> <20100422202521.GL1878@reaktio.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1971987079==" Return-path: In-Reply-To: <20100422202521.GL1878@reaktio.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-users-bounces@lists.xensource.com Errors-To: xen-users-bounces@lists.xensource.com To: =?ISO-8859-1?Q?Pasi_K=E4rkk=E4inen?= Cc: Jeremy Fitzhardinge , xen-devel@lists.xensource.com, xen-users@lists.xensource.com, Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org --===============1971987079== Content-Type: multipart/alternative; boundary=0016e644c1805bcc3d0484d950ae --0016e644c1805bcc3d0484d950ae Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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=E4rkk=E4inen 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.i= mg > > 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 " before running mkinitrd ? > > -- Pasi > > > Thank You. > > > > On Thu, Apr 22, 2010 at 12:53 PM, Pasi K=E4rkk=E4inen <[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 Konra= d > 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=3Dy > > > CONFIG_XEN_NETDEV_FRONTEND=3Dy 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// > > > > -- 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? Ca= n > 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 > --0016e644c1805bcc3d0484d950ae Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
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-xe= nu.img=A0=A0=A0 2.6.33
=A0
still the same problem.


On Thu, Apr 22, 2010 at 1:25 PM, Pasi K=E4rkk=E4= inen <pasik@iki.fi= > wrote:
On Thu, Apr 22, 2010 at 01:08:54PM -0700, kishore kumar w= rote:
> =A0 =A0I tried
> =A0 =A0mkinitrd --with xen-blkfront --= with xen-netfront /boot/initrd-xenu.img
> =A0 =A0 2.6.33
> =A0 = =A0It complaints No module xen-blkfront found for kernel 2.6.33, aborting.<= br> >
> =A0 =A0I dont see xen-blkfront.ko in my /lib/modules/2.633/dri= vers/block . =A0Am I
> =A0 =A0looking at the right place?
>
=
Have you done "depmod -a <kernelversion>" before = running mkinitrd ?

-- Pasi

> =A0 =A0Thank You.
>
> =A0 =A0On Thu, Apr 22, 2010 at 12:53 PM, Pas= i K=E4rkk=E4inen <[1]pasik@iki.fi>= ; wrote:
>
> =A0 =A0 =A0On Thu, Apr 22, 2010 at 11:31:25AM -070= 0, kishore kumar wrote:
> =A0 =A0 =A0> =A0 =A0I am trying create ramdisk image for my domU im= age from Konrad git
> =A0 =A0 =A0> =A0 =A0repository.
> =A0 = =A0 =A0>
> =A0 =A0 =A0> =A0 =A0mkinitrd --with xenblk --with xe= nnet /boot/initrd-xenu.img =A02.6.33
> =A0 =A0 =A0> =A0 =A0I get No module xenblk found for kernel 2.6.33,= aborting.
> =A0 =A0 =A0> =A0 =A0Can you please let me know what c= ould be the problem??
> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 = =A0I have CONFIG_XEN_BLKDEV_FRONTEND=3Dy
> =A0 =A0 =A0> =A0 =A0CONFIG_XEN_NETDEV_FRONTEND=3Dy in my .config as= well.
> =A0 =A0 =A0>
>
> =A0 =A0 =A0Xen modules= in upstream [2]kernel.org= (pvops) kernels are not called
> =A0 =A0 =A0xennet or xenblk.
> =A0 =A0 =A0They= 're called xen-blkfront and xen-netfront in pvops kernels.
>
&= gt; =A0 =A0 =A0You can easily verify be checking under /lib/modules/<ker= nelversion>/
>
> =A0 =A0 =A0-- Pasi
> =A0 =A0 =A0> =A0 =A0Thank You.> =A0 =A0 =A0> =A0 =A0On Tue, Apr 20, 2010 at 6:45 PM, Konrad Rzesz= utek Wilk
> =A0 =A0 =A0> =A0 =A0<[1][3]konrad.wilk@oracle.com> wrote:
> =A0 = =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0On Tue, Apr 20, 2010 at 05:0= 9:29PM -0700, kishore kumar wrote:
> =A0 =A0 =A0> =A0 =A0 =A0> I did git pull and did
> =A0 =A0= =A0> =A0 =A0 =A0> make
> =A0 =A0 =A0> =A0 =A0 =A0> make = modules_install install.
> =A0 =A0 =A0> =A0 =A0 =A0> =A0 Is thi= s the problem with xen blkdevices not loaded? =A0Can you
> =A0 =A0 =A0let me
> =A0 =A0 =A0> =A0 =A0 =A0know
> =A0 = =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0So now you are hitting anoth= er problem. This looks
> =A0 =A0 =A0> =A0 =A0 =A0to be this one:> =A0 =A0 =A0>
> =A0 =A0 =A0 [2][4]http://lists.xensource.com/archives/html/xen-devel/2010-04/msg00897= .html
> =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0 =A0P= lease follow the whole thread and select the right config
> =A0 =A0 = =A0options.
> =A0 =A0 =A0>
> =A0 =A0 =A0> References
&= gt; =A0 =A0 =A0>
> =A0 =A0 =A0> =A0 =A0Visible links
> =A0 =A0 =A0> =A0 =A01. mailto:[5]konrad.wilk@oracle.com
> =A0 =A0 =A0> =A0 =A02.<= br>> =A0 =A0 =A0[6]http://lists.xensource.co= m/archives/html/xen-devel/2010-04/msg00897.html
>
> References
>
> =A0 =A0Visible links
> =A0 = =A01. mailto:pasik@iki.fi
> =A0 = =A02. http://kernel.org/
> =A0 =A04. http://lists.xensource.com/archives/html/xen-devel/2010-04/msg0= 0897.html
> =A0 =A05. mailto:konrad.wilk@oracle.com
> =A0 =A06. http://lists.xensource.com/archives/html/xen-devel/2010-04/msg0= 0897.html

--0016e644c1805bcc3d0484d950ae-- --===============1971987079== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users --===============1971987079==--