i just ran install.sh from the xen 3.0.2 pre-built distribution. in /boot it put vmlinuz-2.6.16-xen vmlinuz-2.6-xen -> vmlinuz-2.6.16-xen what happened to the xen0 and xenU kernels? also in /boot from xen 3.0.1 is vmlinuz-2.6-xen0 -> vmlinuz-2.6.12.6-xen0 vmlinuz-2.6-xenU -> vmlinuz-2.6.12.6-xenU which is what i expected from xen 3.0.2. don _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Don Park wrote:> i just ran install.sh from the xen 3.0.2 pre-built distribution. > > in /boot it put > vmlinuz-2.6.16-xen > vmlinuz-2.6-xen -> vmlinuz-2.6.16-xen > > what happened to the xen0 and xenU kernels? >Check the README. You need to use "KERNELS=..." in the make line.> also in /boot from xen 3.0.1 is > vmlinuz-2.6-xen0 -> vmlinuz-2.6.12.6-xen0 > vmlinuz-2.6-xenU -> vmlinuz-2.6.12.6-xenU > > which is what i expected from xen 3.0.2. > > don > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- Yuri Pismerov, System Administrator Armor Technologies (Canada) Inc. P: 905 305 1946 (x.3519) http://www.armorware.net Privacy Protection Guaranteed! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
sadique@vanillanetworks.com
2006-Apr-14 21:23 UTC
Re: [Xen-users] xen 3.0.2 only one kernel?
Download the source and edit Makefile and change line KERNELS ?= linux-2.6-xen to KERNELS ?= linux-2.6-xen0 linux-2.6-xenU Thanks Sadique Don Park wrote:>i just ran install.sh from the xen 3.0.2 pre-built distribution. > >in /boot it put >vmlinuz-2.6.16-xen >vmlinuz-2.6-xen -> vmlinuz-2.6.16-xen > >what happened to the xen0 and xenU kernels? > >also in /boot from xen 3.0.1 is >vmlinuz-2.6-xen0 -> vmlinuz-2.6.12.6-xen0 >vmlinuz-2.6-xenU -> vmlinuz-2.6.12.6-xenU > >which is what i expected from xen 3.0.2. > >don > >_______________________________________________ >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
Due to the time it takes to recompile a kernel the devs have gratiously given the end users the choice to build a quick and dirty domU kernel in which we can add only that which we need, or a dom0 kernel in which all of what you need for a dom0 is included by using KERNELS ?= linux-2.6-xen0 linux-2.6-xenU as mentioned previously when buiding the source. Since most people whom use installers probably wont need to recompile the kernel. The devs have rolled out one image, vmlinuz-2.6.16-xen, which can be used for both dom0 and domU. I personally have used the installer, one kernel package, and have had great success. The vmlinuz-2.6.16-xen image has dummy and a couple other modules built which I previously had to rebuild for. THANKS! : - D On 4/14/06, sadique@vanillanetworks.com <sadique@vanillanetworks.com> wrote:> > > Download the source and edit Makefile and change line > > KERNELS ?= linux-2.6-xen > to > KERNELS ?= linux-2.6-xen0 linux-2.6-xenU > > Thanks > Sadique > > Don Park wrote: > > >i just ran install.sh from the xen 3.0.2 pre-built distribution. > > > >in /boot it put > >vmlinuz-2.6.16-xen > >vmlinuz-2.6-xen -> vmlinuz-2.6.16-xen > > > >what happened to the xen0 and xenU kernels? > > > >also in /boot from xen 3.0.1 is > >vmlinuz-2.6-xen0 -> vmlinuz-2.6.12.6-xen0 > >vmlinuz-2.6-xenU -> vmlinuz-2.6.12.6-xenU > > > >which is what i expected from xen 3.0.2. > > > >don > > > >_______________________________________________ > >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 >-- Thank you, Frank Di Rocco if (!try()) { while (!$caught) { cheat(); } lie(); exit; } - anonymous _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users