See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What must I do with the systemd-analyze critical chain informations
#2
Quote:lolo75[/member]]Very slow start, over 3 minutes...So what seems the solution at your opinion ?

Sometimes, most of times actually, the
Code:
systemd-analyze
output doesn't point the culprit of a "slow start", it just shows how much time each process takes to start but that doesn't neccesarily mean they're causing it, could be something else; old, low powered hardware, files system error and yes, it may be that one process is taking to long to start thus slowing down the whole boot up process. In your case,
Code:
vboxadd.service
seems to be taking too long to start, if you don't use virtualbox or don't need that service to start at boot, you can disable it
Code:
sudo systemctl stop vboxadd.service
enter your password when asked, hit enter, then do
Code:
sudo systemctl disable vboxadd.service
Reboot and check whether LL keeps starting slow or not.

Hope this helps! Smile

Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply


Messages In This Thread
Re: What must I do with the systemd-analyze critical chain informations - by Moltke - 10-20-2020, 12:59 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)