hi I downloaded xen source and installed everything by "make all && make install" now i am wondering how to add another kernel for one of my domU. I dont want to simply modify my existing domU kernel. I want another kernel for a domU with special needs. thanks in advance Tobi _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Compile another kernel from the source - most probably using "make kernels" in the source - and copy the dom-U kernel (vmlinuz-2.6.16-xenU) from xensource/dist/install/boot to any other locations in the server with another custome name. Use the path to this kernel in the configuration file for your new dom-U. tobzter wrote:> hi > > I downloaded xen source and installed everything by "make all && > make install" > > now i am wondering how to add another kernel for one of my domU. I > dont want to simply > modify my existing domU kernel. I want another kernel for a domU with > special needs. > > thanks in advance > Tobi > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users