i'm new using Linux.
Recently i've installed Ubuntu and it starts very veeeeeery slowly (around to 7 mins), when Windows starts in 20 sec or less.
I have this:
:~$ systemd-analyze
Bootup is not yet finished (org.freedesktop.systemd1.Manager.FinishTimestampMonotonic=0).
Please try again later.
Hint: Use 'systemctl list-jobs' to see active jobs
and this
~$ systemctl list-jobs
JOB UNIT TYPE STATE
117 system-getty.slice start waiting
1 graphical.target start waiting
151 systemd-update-utmp-runlevel.service start waiting
62 setvtrgb.service start waiting
2 multi-user.target start waiting
114 plymouth-quit-wait.service start running
6 jobs listed.
I've tried changing the grub file:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash profile"
and then back to "quiet splash" again. But actually it got worse
What can I do?
systemd-analyze blame
once You complete boot process. – Michal Przybylowicz Oct 28 '21 at 20:14