Posts: 299
Cuttlefish
Joined: 18 Dec 2008
#1
Hello all,

I've come across this once before and just kind of ignored it. Is there something that can be done to repair it.

Although I'm not really sure, I think it originally appeared after I started using startup manager from the debian repo.

Here is my message in the Terminal after apt-get update and dist-upgrade.


Processing triggers for initramfs-tools ...
update-initramfs: /boot/initrd.img-2.6.32-1-mepis-smp has been altered.
update-initramfs: Cannot update. Override with -t option.


Thanks,
Dave
Posts: 516
oldhoghead
Site Admin
Joined: 01 Oct 2007
#2
No worries,

just use in terminal as root:

update-initramfs -t -k all -c


cheers,
ohh
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#3
Do in a terminal (as root)
update-initramfs -t -u

That should fix it for good.
Posts: 299
Cuttlefish
Joined: 18 Dec 2008
#4
Thanks folks! Short and sweet!

-Dave