Opened 13 years ago

Last modified 10 years ago

#491 closed defect

Xen kernels not found — at Version 2

Reported by: Florian Apolloner Owned by: Bruno Cornec
Priority: normal Milestone: 3.0.5
Component: mindi Version: 2.2.9.7
Severity: normal Keywords:
Cc:

Description (last modified by Bruno Cornec)

Hi, I am using Mindi v2.0.7.8-r2840, the mindi log shows that a xen kernel is found:

Your Xen kernel is /boot/vmlinuz-2.6.26-2-xen-amd64 (v2.6.26-2-xen-amd64)

but it never returns that kernel from TryToFindKernelPath, $output is only set for normal kernels. As such mindi fails to find the kernel, is that wanted behavior?

Change History (2)

comment:1 by Florian Apolloner, 13 years ago

Ok, this is a debian system and the problem is that it doesn't find a version for the kernels (eg KernelVer always returns ). Plz tell me which infos you need exactly;

ls /boot/
config-2.6.26-2-amd64	   initrd.img-2.6.26-2-amd64	  initrd.img-2.6.26-2-xen-amd64.bak  System.map-2.6.26-2-xen-amd64  xen-3.2-1-amd64.gz
config-2.6.26-2-xen-amd64  initrd.img-2.6.26-2-amd64.bak  lost+found			     vmlinuz-2.6.26-2-amd64
grub			   initrd.img-2.6.26-2-xen-amd64  System.map-2.6.26-2-amd64	     vmlinuz-2.6.26-2-xen-amd64

menu.lst:

title		Xen 3.2-1-amd64 / Debian GNU/Linux, kernel 2.6.26-2-xen-amd64
root		(hd0,0)
kernel		/xen-3.2-1-amd64.gz dom0_mem=256M
module		/vmlinuz-2.6.26-2-xen-amd64 root=/dev/mapper/vg1-serv0--root ro console=tty0
module		/initrd.img-2.6.26-2-xen-amd64

comment:2 by Bruno Cornec, 13 years ago

Description: modified (diff)
Status: newassigned

Of course, this is not the wanted behaviour :-(

Could you attach your full /var/log/mindi.log please ? Which Debian version are you running ? (in order to make package for you to test)

Note: See TracTickets for help on using tickets.