Hi there, this may sound like a stupid question and maybe i''ve missed something but anyway here it is: I was using Xen 2.x up to 3.0-unstable.hg and when i compiled it it always had two kernels, one linux-x.x.x-domU for the virtual domains, and a linux-x.x.x-dom0 for domain 0 to boot my box with. Has this changed? i only see one linux dir in 3.0.2... Do both domU and dom0 boot from the same kernel now, if so which kernel would this be (location after compile on a amd64)... thanks in advance... _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi there, this may sound like a stupid question and maybe i''ve missed something but anyway here it is: I was using Xen 2.x up to 3.0-unstable.hg and when i compiled it it always had two kernels, one linux-x.x.x-domU for the virtual domains, and a linux-x.x.x-dom0 for domain 0 to boot my box with. Has this changed? i only see one linux dir in 3.0.2... Do both domU and dom0 boot from the same kernel now, if so which kernel would this be (location after compile on a amd64)... thanks in advance... _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Yes, Dom-0 and Dom-U can be booted using the same kernel in xen-3.0.2 If you want different kernels of Dom-0 and Dom-U please download the source code and edit Makefile and change line "KERNELS ?= linux-2.6-xen" to "KERNELS ?= linux-2.6-xen0 linux-2.6-xenU". Then recompile the kernel. Robin van Leeuwen wrote:> Hi there, this may sound like a stupid question and maybe i''ve missed > something > but anyway here it is: > > I was using Xen 2.x up to 3.0-unstable.hg and when i compiled it it > always had two > kernels, one linux-x.x.x-domU for the virtual domains, and a > linux-x.x.x-dom0 for > domain 0 to boot my box with. Has this changed? i only see one linux > dir in > 3.0.2... Do both domU and dom0 boot from the same kernel now, if so which > kernel would this be (location after compile on a amd64)... > > thanks in advance... > > > _______________________________________________ > 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