Comment 7 for bug 358654

Revision history for this message
mjhorsnell (matt-horsnell) wrote :

Still not fixed even with all packages above upgraded.

Output of

"for i in $(grep update-initramfs /var/lib/dpkg/info/*.{post,pre}{rm,inst} | cut -d: -f1 | perl -pe 's/\.(post|pre)(inst|rm)//' | sort -u | awk -F/ '{print $NF}'); do apt-cache show $i | grep Depends | head -n1 | egrep -qv 'initramfs-tools' && echo $i; done"

on my system (with ubuntu studio installed) is:

fuse-utils
initramfs-tools
linux-restricted-modules-2.6.28-11-generic
linux-restricted-modules-2.6.28-3-rt

I can boot in the rt kernel as a workaround for now.