Mailing List Archive

Compiled kernel does not have 2.4xenU
Hi

This may be a basic question for you guys out there. But I've just
compiled the xen kernel from xen-2.0, but I only get a 2.6 xen0 and
xenU kernel. What I really needed was a 2.4 ken0 and xenU kernel. Does
anyone know how I can do this.

I'll list the steps I followed to do this:

1) Download xen from xen site
2) tar -xzf xen-2.0.6-src.tgz
3) make dist

Have I missed a step out, if so can anyone let me know what it is.

Thanks in advance for your help.

Shaz

_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
Re: Compiled kernel does not have 2.4xenU [ In reply to ]
> This may be a basic question for you guys out there. But I've just
> compiled the xen kernel from xen-2.0, but I only get a 2.6 xen0 and
> xenU kernel. What I really needed was a 2.4 ken0 and xenU kernel. Does
> anyone know how I can do this.
>
> I'll list the steps I followed to do this:
>
> 1) Download xen from xen site
> 2) tar -xzf xen-2.0.6-src.tgz
> 3) make dist

KERNELS=*2.4* make dist

:-)

HTH,
Mark

> Have I missed a step out, if so can anyone let me know what it is.
>
> Thanks in advance for your help.
>
> Shaz
>
> _______________________________________________
> 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
Re: Compiled kernel does not have 2.4xenU [ In reply to ]
On 7/14/05, Mark Williamson <mark.williamson@cl.cam.ac.uk> wrote:
> > This may be a basic question for you guys out there. But I've just
> > compiled the xen kernel from xen-2.0, but I only get a 2.6 xen0 and
> > xenU kernel. What I really needed was a 2.4 ken0 and xenU kernel. Does
> > anyone know how I can do this.
> >
> > I'll list the steps I followed to do this:
> >
> > 1) Download xen from xen site
> > 2) tar -xzf xen-2.0.6-src.tgz
> > 3) make dist
>
> KERNELS=*2.4* make dist


Hey great that worked :)

Thanks for that.

The problem I have now is that it doesn't boot up, it keeps rebooting.
I'm running rhel 3, although I can't see this is particular to it.
This is the last message before rebooting:

PCI: sharing IRQ 9 with 00:1f.2

Then it reboots. Here's my grub conf. Any ideas why this is happening?

title Xen (2.4)
root (hd0,0)
kernel /boot/xen-2.0.6.gz dom0_mem=131000 root=/dev/hda1 ro
module /boot/vmlinuz-2.4-xen0
module /boot/initrd-2.4.30-xen0.img

I made the initrd by doing the following:

1) cd /lib/modules/2.4.30-xen0
2) touch modules.dep
3) mkinitrd /boot/initrd-2.4.30-xen0.img 2.4.30-xen0

As an additional question to this, is there a way for me to use the
kernel config file from the redhat kernel for the xen kernel? If so
where do I put the .config file in the xen-2.0 directory and how do I
refer to it.

Thanks in advance for your help.

Shaz

_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users