15 julio 2018

Ubuntu 18.04 tarda mucho en arrancar desde última actualización

Si Ubuntu 18.04 tarda mucho en arrancar desde la última actualización, en mi caso pasó de arrancar en unos 15 segundos a unos 5 minutos.
Pulsa Control+Alt+F2 cuando aparece el logo de Ubuntu durante el arranque, si aparecen estas líneas:
"A start job is running for Wait until snapd is fully seeded"
"A start job is running for Hold until boot process finishes up"
"A start process is running for snappy demon"
La solución para que vuelva arrancar rápido es:

You can fix the issue with this command:
$ sudo snap install hello-world
Start snapd.seeded.service again:
$ systemctl start snapd.seeded.service
Verify if snapd.seeded.service is running:
$ systemctl status snapd.seeded.service

Fuente:
https://askubuntu.com/questions/1042647/job-for-snapd-seeded-service-failed-because-the-control-process-exited-with-erro/1042682