WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Creating a custom kernel configuration?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Creating a custom kernel configuration?
From: "Morten W. Petersen" <morten@xxxxxxxxxxxxxx>
Date: Thu, 27 Jul 2006 04:04:02 +0200
Delivery-date: Wed, 26 Jul 2006 19:04:51 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.4 (X11/20060516)
Hi,

I'm trying to build a Xen system using the latest xen-3.0-testing
package, and to be able to boot the system some support for RAID devices
and special network cards has to be configured.

The process I've used earlier is "make world; make install", however,
that produces a kernel that exits with a panic as it cant find the root
device.

I've also tried modifying the linux-defconfig_xen_x86_32 file in
buildconfigs, but when I do that the following message appears under
"make world":

if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F
System.map -b /root/packages/files/xen-3.0-testing/dist/install -r
2.6.16.13-xen; fi
make[4]: Leaving directory
`/root/packages/files/xen-3.0-testing/linux-2.6.16.13-xen'
make -C linux-2.6.16.13-xen ARCH=i386
INSTALL_PATH=/root/packages/files/xen-3.0-testing/dist/install vmlinuz
make[4]: Entering directory
`/root/packages/files/xen-3.0-testing/linux-2.6.16.13-xen'
make[4]: *** No rule to make target `vmlinuz'.  Stop.
make[4]: Leaving directory
`/root/packages/files/xen-3.0-testing/linux-2.6.16.13-xen'
make[3]: *** [build] Error 2
make[3]: Leaving directory `/root/packages/files/xen-3.0-testing'
make[2]: *** [linux-2.6-xen-install] Error 2
make[2]: Leaving directory `/root/packages/files/xen-3.0-testing'
make[1]: *** [install-kernels] Error 1
make[1]: Leaving directory `/root/packages/files/xen-3.0-testing'
make: *** [world] Error 2

Anyone know what I can do to get the kernels configured?

Thanks,

Morten

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>