Comment 10 for bug 1348784

Revision history for this message
Colin Ian King (colin-king) wrote : Re: thermald prevents unmounting /dev/sda1 in recovery mode

I'm inclined to think that in single user and/or recovery mode, dbus is generally not running, and thermald depends on this. So perhaps we should only start thermald on run levels 2,3,4,5. Can you change the /etc/init/thermal.conf file start line to be:

start on runlevel [2345] and started dbus

And let me know if that helps