Moin,
Bei meiner Debian unstable Box hatte ich mal wieder einen Kernel-Update. Dieser ist fehlgeschlagen:
Preparing to replace linux-image-2.6.24-1-686 2.6.24-5 (using .../linux-image-2.6.24-1-686_2.6.24-6_i386.deb) ... The directory /lib/modules/2.6.24-1-686 still exists. Continuing as directed. Done. Unpacking replacement linux-image-2.6.24-1-686 ... Could not find postrm hook script [update-grub]. Looked in: '/bin', '/sbin', '/usr/bin', '/usr/sbin' <snip> Setting up linux-image-2.6.24-1-686 (2.6.24-6) ... Running depmod. Finding valid ramdisk creators. Using mkinitramfs-kpkg to build the ramdisk. Running postinst hook script update-grub. User postinst hook script [update-grub] failed to execute: No such file or directory dpkg: error processing linux-image-2.6.24-1-686 (--configure): subprocess post-installation script returned error exit status 255
Ursache ist auch klar: ich habe kein grub auf der Kiste, ich nutze lilo.
root@kloetzer:~ # dpkg -l *grub* Desired=Unknown/Install/Remove/Purge/Hold |Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:uppercase=bad) ||/ Name Version Description +++-==============-==============-============================================ pn grub <none> (no description available) pn grub-common <none> (no description available) un grub-efi <none> (no description available) un grub-ieee1275 <none> (no description available) un grub-legacy-do <none> (no description available) un grub-linuxbios <none> (no description available) un grub-pc <none> (no description available) ii grub-splashima 1.2.2 a collection of great GRUB splashimages un grub2 <none> (no description available) root@kloetzer:~ # apt-get install grub
Frage: was ist das jetzt? Bug -- wenn ja bei welchem Paket:
- grub weil es nicht als essential gekennzeichnet ist, oder - Kernel paket, weil es sich blindlinks darauf verläßt daß grub da ist.
Danke, Hilmar