|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen 3.3.1
Hi,
I'm just learning but I did it this way:
cd xen-3.3.1
make xen
make install-xen
download and patch linux-2.6.29.1
cd linux-2.6.29.1
mkdir dom0
mkdir domU
make -O ./dom0 menuconfig
make -O ./dom0
make -O ./dom0 modules_install install
make -O ./domU menuconfig
make -O ./domU
make -O ./domU modules_install install
Continue with grub configuration and initrd creation.
Hope this helps
Greetings jon
On 04/03/09 Simon Hintermann wrote:
> I wonder if someone had some precise tutorial on installing Xen 3.3.1
> with a custom kernel (like 2.6.29)... I already tried to build it with the
> 2.6.27 kernel on Xensource, but even with this one, I cannot find my way.
>
> I am working on a Debian system.
>
> I would really appreciate some help on this, as I spent some days on
> it and I am out of ideas. The tutos available on the net didn't satisfy me
> at all, so if someone already did this on Debian...
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|