On Thu, Sep 16, 2010 at 10:35 PM, Bob Sauvage
<bob.sauvage@xxxxxx> wrote:
Does someone have a step by step tutorial to upgrade Xen to 4.0.1
with the last kernel on CentOS 5.5 please ?
mkinitrd -f /boot/initrd.img-2.6.32 2.6.32
But I have some errors about "No module xxx found for kernel
2.6.32.21, aborting."
I spent this step with : --builtin="ehci-hcd" --builtin="ohci-hcd"
--builtin="uhci-hcd" --builtin="sata_nv" --builtin="usb-storage"
After I modified my grub.con but my server doesn't boot...
The default config for newer kernels might not be compatible with RHEL/Centos 5.5. One thing that I can think of right away is CONFIG_SYSFS_DEPRECATED.
Or you could try customizing the config your downloaded pv_ops kernel (not so easy for first-time users).
Or you can simply use latest xen 3.4.x RPM from Gitco (
http://www.gitco.de/repo/), which works well with Centos' kernel-xen. It does not have the latest features (like blktap2), but should be good enough for normal uses.
Or, as Boris suggested, use a different Linux distro as dom0.
--
Fajar