Xen-hypervisor doesn't boot
> On Fri, 1 Apr 2011 14:34:30 +0300 <artswan@ya.ru> wrote:
>
> Hello,
>
> Xen hypervisor doesn't boot after upgrade following packages:
>
> linux-image-2.6.32-5-xen-amd64 2.6.32-32
> linux-libc-dev 2.6.32-32
> linux-base 2.6.32-32
>
> But boots ok after downgrade to:
>
> linux-image-2.6.32-5-xen-amd64 2.6.32-31
> linux-libc-dev 2.6.32-31
> linux-base 2.6.32-31
>
> "Doesn't boot" means that it quickly shows some text and goes to reboot.
> Looks like it can not boot the kernel. I'm using
> xen-hypervisor-4.0-amd64 4.0.1-2. Feel free to ask any further details
> if need.
>
I'd try building a kernel mentioned on the Xen PVOPS wiki page to see if that solves the problem:
Current active branches are:
xen/stable-2.6.32.x
- this is the long term maintained branch, tracking upstream kernel.org
2.6.32.x stable updates. This branch has Xen dom0 patches added. This
is the recommended branch for most users. Changelog: http://git.kernel.org/?p=linux/kernel/git/jeremy/xen.git;a=shortlog;h=xen/stable-2.6.32.x .
xen/next-2.6.32
- This is a branch for next 2.6.32 version and gets migrated to the
stable branch once automatic tests have succeeded. Changelog: http://git.kernel.org/?p=linux/kernel/git/jeremy/xen.git;a=shortlog;h=xen/next-2.6.32 .
devel/next-2.6.38 - this is the current development branch based on Linux 2.6.38. Changelog: http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git;a=shortlog;h=devel/next-2.6.38 .
|