WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] cannot build xen 3.0.2 with custom config

To: "Steffen Heil" <lists@xxxxxxxxxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] cannot build xen 3.0.2 with custom config
From: "Ryan Burke" <burke@xxxxxxxxxxxxxxxxx>
Date: Sat, 8 Apr 2006 10:34:21 -0500
Delivery-date: Sat, 08 Apr 2006 08:35:15 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <000e01c65b16$6bf711c0$0b4613ac@shs1>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Sorry realized I didn't do a reply to All

Stephen, did you try this yet?

Try a "make help" in the xen3.0.2 directory. It shows all the options to
build. My recommendation would be:

make xen            *installs the Xen Hypervisor
make tools           * installs all the Xen tools

* create the DomU kernel
make linux-2.6-xenU-config CONFIGMODE=menuconfig
make linux-2.6-xenU-build
make linux-2.6-xenU-install
mkinitrd -v -f initrd-2.6.16-xenU.img 2.6.16-xenU

* create the Dom0 kernel
make linux-2.6-xen0-config CONFIGMODE=menuconfig
make linux-2.6-xen0-build
make linux-2.6-xen0-install
mkinitrd -v -f initrd-2.6.16-xen0.img 2.6.16-xen0

Then just modify the grub.conf file with the new Dom0 kernel and initrd, and
the DomU domains with the new DomU and it should work. I think it will take
a reboot though to get the new Hypervisor in place.




----- Original Message ----- From: "Steffen Heil" <lists@xxxxxxxxxxxxxxx>
To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Sent: Saturday, April 08, 2006 9:12 AM
Subject: [Xen-users] cannot build xen 3.0.2 with custom config


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


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