Hello, i got an update for update-grub - the Xen Kernels are now recognized correct - except the first one. The typo mistake has not been fixed:
--- update-grub.original 2011-06-07 14:55:56.849136053 +0200 +++ update-grub 2011-06-07 14:56:09.773353733 +0200 @@ -1413,7 +1413,7 @@ sortedKernels="" for kern in $(/bin/ls -1vr /boot | grep -v "dpkg-*" | grep "^vmlinuz-") ; do - if `echo "$xenKernels" | grep -q "$kern "` || `echo "$kern" | grep -q "xen"`; then + if `echo "$xenKernels" | grep -q "$kern"` || `echo "$kern" | grep -q "xen"`; then is_xen=1 else is_xen= Please fix this also, Thanks, Sebastian -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/586756 Title: update-grub ignores pvops kernels on Xen domU -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs