|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] how to install xen 4.1.0 on Centos 5.5
If you want to install from source and have a more hands-on experience:
http://bits.xensource.com/oss-xen/release/4.1.0/xen-4.1.0.tar.gz
You'll need to install a bunch of packages required to compile Xen from source:
gcc
make
binutils
zlib-devel
python-devel
openssl-devel
xorg-x11-server-devel
iproute
udev OR hotplug
dev86
mercurial
iasl
gettext-kde (for Ubuntu machines)
bridge-utils
$ tar xzf xen-4.1.0.tar.gz
$ cd xen-4.1.0
$ make xen && make tools
# make install-xen && make install-tools
Update grub, ensuring you have a pvops linux kernel to use as Dom0.
Please see here and other wiki pages for more details and documented steps:
http://wiki.xensource.com/xenwiki/XenParavirtOps
If you want to use a package installation such as RPM, that might be
slightly easier (?).... i'm not quite sure where to start, as i've
never done it that way.
On Thu, Jun 23, 2011 at 10:11, Franco Gismondi <f_gismondi@xxxxxxxx> wrote:
> someone can help me to install the realse Xen 4.1.0 on Centos 5.5
> i tried to install it from http://www.gitco.de/repo/xen4.1.0/,
>
> but the system not start .
>
> do you have any suggestion o procedure or something else to help me ..
>
>
> thank for any replay
>
> _______________________________________________
> 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
|
|
|
|
|