我的启动太慢了,我不知道为什么。
$ systemd-analyze
Startup finished in 10.975s (kernel) + 49.732s (userspace) = 1min 708ms
$ systemd-analyze blame
34.971s apt-daily.service
20.590s snapd.refresh.service
17.113s grub-common.service
16.033s apport.service
16.027s networking.service
15.894s ondemand.service
15.860s irqbalance.service
15.655s speech-dispatcher.service
11.695s ModemManager.service
9.772s accounts-daemon.service
8.626s NetworkManager-wait-online.service
8.058s systemd-logind.service
8.053s bluetooth.service
7.944s gpu-manager.service
7.896s alsa-restore.service
7.892s pppd-dns.service
7.882s rsyslog.service
7.860s avahi-daemon.service
7.844s dev-sda1.device
7.842s systemd-user-sessions.service
7.648s lightdm.service
7.610s teamviewerd.service
6.445s apparmor.service
另外,在启动过程中,我看到一条消息,内容如下:
device descriptor read/all, error -62
ata1 softreset failed (device not ready) #most of the times
error loading journal #(sometimes)
Test WP failed, assume Write Enabled
Asking for cache data failed #most of the times
Assuming drive cache: write through
apt-daily.service会使启动速度最慢。关于如何解决这个问题的任何想法?
我有Ubuntu MATE 16.04。
我有同样的问题。您可以在该链接中看到,我剥离了很多内容以加快速度,以至于引起问题。我改用了Ubuntu Gnome 14.04,从那以后,它的运行速度很快,从启动时的55秒缩短为20秒。切换到SSD后,它现在可以在大约4秒钟内启动。
—
多里安
这曾经发生在我身上,但是当您首次安装Ubuntu时,您可以选择分割硬盘。这对于RAM较低的人也非常有用。还有其他方法。看这个链接。help.ubuntu.com/stable/ubuntu-help/disk-partitions.html我的硬盘驱动器有1 GB的启动空间,并且运行速度非常快。希望有帮助!
—
schung