Mir

Comment 1 for bug 1109957

Revision history for this message
Robert Ancell (robert-ancell) wrote : Re: ppa:~rocket-scientists/staging causes raring to freeze on reboot. plymouth stuck at 100% progress

Is there anything useful in /var/log/upstart? It may be that the lightdm starting conditions are not being met for some reason:

start on ((filesystem
           and runlevel [!06]
           and started dbus
           and (drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1
                or stopped udev-fallback-graphics))
          or runlevel PREVLEVEL=S)