Hi, I am compiling xen 3.0.2.2 on redhat8.0 ( kernel 2.4). I followed all steps and able to retrieve kernel 2.6.16 from kernel.org. During the procedure of "make world" I get following error message. make[1]: Entering directory `/root/software/xen-3.0.2-2'' make -f buildconfigs/mk.linux-2.6-xen build make[2]: Entering directory `/root/software/xen-3.0.2-2'' if grep "^CONFIG_MODULES=" linux-2.6.16-xen/.config ; then \ make -C linux-2.6.16-xen ARCH=i386 modules ; \ make -C linux-2.6.16-xen ARCH=i386 INSTALL_MOD_PATH=/root/software/xen-3.0.2-2/dist/install modules_install ; \ fi CONFIG_MODULES=y make[3]: Entering directory `/root/software/xen-3.0.2-2/linux-2.6.16-xen'' CHK include/linux/version.h Building modules, stage 2. MODPOST make[3]: Leaving directory `/root/software/xen-3.0.2-2/linux-2.6.16-xen'' make[3]: Entering directory `/root/software/xen-3.0.2-2/linux-2.6.16-xen'' Warning: you may need to install module-init-tools See http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt rm: invalid option -- x Try `rm --help'' for more information. make[3]: *** [_modinst_] Error 1 make[3]: Leaving directory `/root/software/xen-3.0.2-2/linux-2.6.16-xen'' make[2]: *** [build] Error 2 make[2]: Leaving directory `/root/software/xen-3.0.2-2'' make[1]: *** [linux-2.6-xen-install] Error 2 make[1]: Leaving directory `/root/software/xen-3.0.2-2'' make: *** [install-kernels] Error 1 John _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel