|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] XEN 3.4.1-pre3 with newer Kernel
Hi Fabian,
I'm running on amd64, because I've Intel® Core™ i7-920 on board.
I'll try that out and let you know.
Cheers,
Maik
On Jun 17, 2009, at 1:54 PM, Fabian Zimmermann wrote:
Hi Maik,
But after a reboot the system won't come up. Can you please tell me
if the steps were right and if the kernel source was the right one.
I tried to reproduce my steps:
wget "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.5.tar.bz2
"
tar -xjf linux-2.6.29.5.tar.bz2
# Got some strange messages with your patch-cmd.
wget "http://gentoo-xen-kernel.googlecode.com/files/xen-patches-2.6.29-6.tar.bz2
"
mkdir xen-patches; cd xen-patches
tar -xjf ../xen-patches-2.6.29-6.tar.bz2
cd ../linux-2.6.29.5
cat ../xen-patches/600* | patch -p1
# copied my config (cp ../config.gz ./.config.gz; gzip -d .config.gz)
#My config was created on amd64, so maybe here is the bug. Are you
running x86_64?
make oldconfig # should find nothing.
make menuconfig # check if your hardware is enabled.
make && make install && make modules_install
update-initramfs -(c|u) -k 2.6.29.4-xen
update-grub
# DONE.
Fabian
_______________________________________________
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
|
|
|
|
|