Comment 4 for bug 1558479

Revision history for this message
markackerman8@gmail.com (markackerman8) wrote :

Awesome - Here is my fix.

I had tried everything (10-20 different fixes, and getting frustrated - tough to troubleshoot), but this worked.

And i will re-iterate it for others.

Reduce the timeout in `/etc/systemd/system.conf`:

**Remove #** from these lines to activate them, and change timings in these following lines (they were 90 seconds!):

    DefaultTimeoutStartSec=5s

    DefaultTimeoutStopSec=5s

In terminal

    sudo -H gedit /etc/systemd/system.conf

Save, Exit (reload it to confirm the changes as i had some strange "Gedit Errors)

Then run:

    sudo systemctl daemon-reload

Reboot now in 5-10 Seconds - Awesome !

Say Thanks, Mark