D
D
del4pp2020-07-23 23:52:17
linux
del4pp, 2020-07-23 23:52:17

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

6 answer(s)
D
Dmitry Roo, 2020-07-24
@del4pp

ssd install

K
krevedkoff, 2020-07-24
@krevedkoff

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.

A
Alexander_The_Great, 2020-07-25
@Alexander_The_Great

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.serviceand systemd-networkd-wait-online.servicein any case, turn them off, because there is no point in them.

S
SOTVM, 2020-07-24
@sotvm

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

V
Viktor Pavlov, 2020-07-25
@zogxray

Lived to disable services in Linux. You just have a slow computer, but you need a fast one)

D
Dmitry Artanov, 2020-07-30
@DArtN

Do you get a message like "disk check in progress" when loading?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question