This is also reported in other reports: bug 266972 , bug 257386

The error is produced by the following part of the linux postinst script:
----------8<----------8<----------8<----------
# Paranoid check to make sure that the correct value is put in there
if    (! $kimage)                 { $kimage = "vmlinuz"; } # Hmm. empty
elsif ($kimage =~ m/^b?zImage$/o) { $kimage = "vmlinuz"; } # these produce 
vmlinuz
elsif ($kimage =~ m/^[iI]mage$/o) { my $nop = $kimage;   }
elsif ($kimage =~ m/^vmlinux$/o)  { my $nop = $kimage;   }
else                              { $kimage = "vmlinuz"; } # Default

$ENV{KERNEL_ARCH}=$kernel_arch if $kernel_arch;


die "Internal Error: Could not find image (" . $realimageloc
  . "$kimage-$version)\n" unless -e $realimageloc
  . "$kimage-$version";
----------8<----------8<----------8<----------

This means that the vmlinuz image has not been produced.

What is strange is that in the log file, except this error, the kernel
upgrade to 2.6.27 doesn't appear anywhere.

@Paramecium, could you please attach the files in /var/log/dist-upgrade
to this bug report ?

This will greatly aid us in tracking down your problem. Thanks


** Changed in: linux (Ubuntu)
       Status: New => Incomplete

-- 
package linux-image-2.6.27-7-generic 2.6.27-7.15 failed to install/upgrade: 
subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/291209
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to