Backported debian kernel doesn't boot

I've followed instructions for running distro provided kernel, and I've successfully booted into 3.2 provided by Wheezy. When I try to boot into backported 3.10 I get this error message:

> root (hd0)

Filesystem type is ext2fs, using whole disk

kernel /boot/vmlinuz-3.10-0.bpo.3-amd64 root=/dev/xvda console=hvc0 ro quiet

initrd /boot/initrd.img-3.10-0.bpo.3-amd64

xc: error: panic: xcdombzimageloader.c:699: xcdomprobebzimagekernel unable to XZ decompress kernel: Invalid kernel

xc: error: panic: xcdomcore.c:585: xcdomfind_loader: no loader found: Invalid kernel

xcdomparse_image returned -1

2 Replies

Looking at the error I'd suggest either the kernel is in an unsupported compression format or doesn't have xen support. The latest Linode kernel is 3.11, is there a reason you're using the stock ones?

file command on both vmiluz files returns 'bzImage' and on both image files returns gzip. Is there a way to more reliably determine if indeed compression is wrong and ways to rectify it.

Reason I'm trying other kernels is because I want lxc and aufs.

(Though on furtherer inspection it seems that 3.2 kernel has what I need, I was under impression that I need 3.8+)

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct