On Wed, Jun 04, 2014 at 01:18:47PM +0530, abhishek jain wrote:> Hi RIch > > Below are the necessary details of the system.. > > > *ls -l /boot/total 10200-rw-r--r-- 1 root root 5224765 Nov 22 2013 > uImage-rw-r--r-- 1 root root 5192861 Nov 22 2013 uImage.origls -l > /lib/modules/total 4drwxr-xr-x 3 ubuntu ubuntu 4096 Jun 3 07:21 > 3.8.13-rt9-QorIQ-SDK-V1.4uname -aLinux t4240-ubuntu1310 > 3.8.13-rt9-QorIQ-SDK-V1.4 #10 SMP Tue May 27 10:48:24 IST 2014 ppc64 ppc64 > ppc64 GNU/Linux* > ThanksI couldn't read this part of the email. Anyway, you can tell supermin to use a specific kernel and modules directory by setting the SUPERMIN_KERNEL and SUPERMIN_MODULES environment variables. See the supermin(1) man page. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org
Hi RIch Below are the details of the powerpc ubuntu system ... ls -l /boot/ total 10200 -rw-r--r-- 1 root root 5224765 Nov 22 2013 uImage -rw-r--r-- 1 root root 5192861 Nov 22 2013 uImage.orig ls -l /lib/modules/ total 4 drwxr-xr-x 3 ubuntu ubuntu 4096 Jun 3 07:21 3.8.13-rt9-QorIQ-SDK-V1.4 uname -a Linux t4240-ubuntu1310 3.8.13-rt9-QorIQ-SDK-V1.4 #10 SMP Tue May 27 10:48:24 IST 2014 ppc64 ppc64 ppc64 GNU/Linux Thanks for the support. On Wed, Jun 4, 2014 at 2:19 PM, Richard W.M. Jones <rjones@redhat.com> wrote:> On Wed, Jun 04, 2014 at 01:18:47PM +0530, abhishek jain wrote: > > Hi RIch > > > > Below are the necessary details of the system.. > > > > > > *ls -l /boot/total 10200-rw-r--r-- 1 root root 5224765 Nov 22 2013 > > uImage-rw-r--r-- 1 root root 5192861 Nov 22 2013 uImage.origls -l > > /lib/modules/total 4drwxr-xr-x 3 ubuntu ubuntu 4096 Jun 3 07:21 > > 3.8.13-rt9-QorIQ-SDK-V1.4uname -aLinux t4240-ubuntu1310 > > 3.8.13-rt9-QorIQ-SDK-V1.4 #10 SMP Tue May 27 10:48:24 IST 2014 ppc64 > ppc64 > > ppc64 GNU/Linux* > > Thanks > > I couldn't read this part of the email. > > Anyway, you can tell supermin to use a specific kernel and modules > directory by setting the SUPERMIN_KERNEL and SUPERMIN_MODULES > environment variables. See the supermin(1) man page. > > Rich. > > -- > Richard Jones, Virtualization Group, Red Hat > http://people.redhat.com/~rjones > Read my programming and virtualization blog: http://rwmj.wordpress.com > libguestfs lets you edit virtual machines. Supports shell scripting, > bindings from many languages. http://libguestfs.org >
On Wed, Jun 04, 2014 at 02:25:58PM +0530, abhishek jain wrote:> Hi RIch > > > Below are the details of the powerpc ubuntu system ... > > ls -l /boot/ > total 10200 > -rw-r--r-- 1 root root 5224765 Nov 22 2013 uImage > -rw-r--r-- 1 root root 5192861 Nov 22 2013 uImage.orig > > > ls -l /lib/modules/ > total 4 > drwxr-xr-x 3 ubuntu ubuntu 4096 Jun 3 07:21 3.8.13-rt9-QorIQ-SDK-V1.4 > > > uname -a > Linux t4240-ubuntu1310 3.8.13-rt9-QorIQ-SDK-V1.4 #10 SMP Tue May 27 > 10:48:24 IST 2014 ppc64 ppc64 ppc64 GNU/LinuxWell, assuming the modules directory matches the kernel (uImage) you could try: export SUPERMIN_KERNEL=/boot/uImage export SUPERMIN_MODULES=/lib/modules/3.8.13-rt9-QorIQ-SDK-V1.4 Are these homebrew kernels? I'm surprised that an official Ubuntu ppc kernel would have such a non-standard name. Anyway, if homebrew you'll also need to ensure the kernel supports all the usual virtio devices (especially virtio-serial, which is required by libguestfs). Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://people.redhat.com/~rjones/virt-top