Answer the question
In order to leave comments, you need to log in
How to speed up boot Ubuntu 20.04?
<image link/>
attached a snapshot from systemd-analyze.
Notebook specifications:
RAM - 12GB
Processor - Intel Core i7-6500U 2.5GHz x 4
Graphics - Intel HD Graphics 520
Used daily for work purposes, only messengers and cloud storages are installed, there is nothing in autorun.
Tell me what and how to do to reduce the boot time when you turn it on
On a clean ebunt, the download is up to 30 seconds, now it's 1.5 minutes.
Answer the question
In order to leave comments, you need to log in
1. Buy an ssd and forget about the problem
2. Learn the systemd-analyze utility.
systemd-analyze blame - Shows the slowest starting services.
Also, for example, you can build a beautiful picture of the
systemd-analyze load graph plot > graph.svf , analyze, disable unnecessary, suffer.
Replace
GRUB_CMDLINE_LINUX_DEFAULT="splash quiet"
with GRUB_CMDLINE_LINUX_DEFAULT=""
in /etc/default/grub
Then do update-grub
When the system starts, a log will be displayed. You will see exactly where it freezes, since the problem may well be on the side of the iron.
The same data can be viewed in the logs, but it's easier this way.
PS: these services: NetworkManager-wait-online.service
and systemd-networkd-wait-online.service
in any case, turn them off, because there is no point in them.
through systemctl, turn off unnecessary services / services (i.e. those that you do not need)
they are not visible on the screen, as already written in the comments - fill in the picture in svg
wangyu - wait-online.service is stupid
Lived to disable services in Linux. You just have a slow computer, but you need a fast one)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question