|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Installing modules
Christopher G. Stach II wrote:
Xen Help wrote:
Hi,
Does anyone knows how to have modules installed when compiling and
installing Xen as the README file is incomplete about it.
I cannot simply run make module_install somwhow. I did compile the three
flavors (-xen -xen0 -xenU) with iptables options BUT the modules are
never installed. I am on CentOS 4-4
Any advices would be appreciated.
The recommended -xen do not even boot dom0, the dom0 boots BUT no
iptables modules and likewise for the domU.
Regards,
Did you change EXTRAVERSION in the kernel Makefile?
I am not sure I understand, but I tried all what I could understand in
the Makefile but it never works, somehow the modules are not installed,
also i get many error when I specify xen0 or xenU. I am not a Xen/Kernel
hacker not a C programmer, so I am pretty much left with whatever
instructions Xen people gave in their documentation which is not much :-(
I get this when I run this command after having edited the .config file
for xen0 to make sure iptables is enable (with Xtable etc.):
make KERNELS="linux-2.6-xen0 linux-2.6-xenU"
.
.
.
make -C linux-2.6.16.29-xen0 ARCH=i386
INSTALL_PATH=/rpms/Xensrc/xen-3.0.3_0-src/dist/install install
make[3]: Entering directory
`/rpms/Xensrc/xen-3.0.3_0-src/linux-2.6.16.29-xen0'
sh
/rpms/Xensrc/xen-3.0.3_0-src/linux-2.6.16.29-xen0/arch/i386/boot/install.sh
2.6.16.29-xen0 arch/i386/boot/bzImage System.map
"/rpms/Xensrc/xen-3.0.3_0-src/dist/install"
*** Missing file: arch/i386/boot/bzImage
*** You need to run "make" before "make install".
make[4]: *** [install] Error 1
make[3]: *** [install] Error 2
make[3]: Leaving directory
`/rpms/Xensrc/xen-3.0.3_0-src/linux-2.6.16.29-xen0'
make[2]: *** [build] Error 2
make[2]: Leaving directory `/rpms/Xensrc/xen-3.0.3_0-src'
make[1]: *** [linux-2.6-xen0-install] Error 2
make[1]: Leaving directory `/rpms/Xensrc/xen-3.0.3_0-src'
make: *** [install-kernels] Error 1
--
Virtual Space International Inc.
Steven Dugway USA 206-734-HOST Canada 514-939-HOST (4678) ext 5
--------------------------------------------------------------
Internet Is Here To Stay, Make Sure Your Business Is!
--------------------------------------------------------------
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|