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
2008/4/21, Hilmar Preusse hille42@web.de:
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
Du musst /etc/kernel-img.conf anpassen. Siehe dazu auch man 5 kernel-img.conf
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.
Wenn dann ist es das Paket kernel-package, Ob es nun ein Bug oder ein Feature ist ... Hmmm weiß ich nicht *g*
Danke, Hilmar
HTH Robert
On 21.04.08 Robert Müller (muellerrobert@gmail.com) wrote:
2008/4/21, Hilmar Preusse hille42@web.de:
Moin,
User postinst hook script [update-grub] failed to execute: No such file or directory
Du musst /etc/kernel-img.conf anpassen. Siehe dazu auch man 5 kernel-img.conf
OK, das war einfach. Habe die beiden Einträge für die hooks entfernt. Danke!
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.
Wenn dann ist es das Paket kernel-package, Ob es nun ein Bug oder ein Feature ist ... Hmmm weiß ich nicht *g*
kernel-img.conf(5):
BUGS There are no bugs. Any resemblance thereof is delirium. Really.
Also kein Bug, sondern PEBCAK.
EOT, Hilmar
lug-dd@mailman.schlittermann.de