You are not logged in.

#1 2022-08-12 02:42:35

fakemishraji
Member
Registered: 2022-07-14
Posts: 8

Long time to start up

Hello. Noob here smile
The system is running great for me, however, it takes quite some time to boot and get to the login screen. I wonder if there is any way to minimise it.

systemd-analyze
Startup finished in 13.998s (firmware) + 5.147s (loader) + 2.337s (kernel) + 1.313s (userspace) = 22.796s
graphical.target reached after 1.268s in userspace.

Offline

#2 2022-08-12 02:45:15

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,662

Re: Long time to start up

What is the output of systemd-analyze critical-chain   ?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#3 2022-08-12 06:59:06

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,494

Re: Long time to start up

You're spending most time in firmware (uefi) and loader (grub?), that's not an (arch)linux problem.
kernel and userspace take ~3.5 seconds

=> check whether there're any delays, extended tests in the uefi settings and your bootloader configuration likewise.

Offline

#4 2022-08-12 07:40:52

fakemishraji
Member
Registered: 2022-07-14
Posts: 8

Re: Long time to start up

ewaller wrote:

What is the output of systemd-analyze critical-chain   ?

thanks for the response. Here it is:

The time when unit became active or started is printed after the "@" character.
The time the unit took to start is printed after the "+" character.

graphical.target @1.268s
└─sddm.service @1.268s
  └─systemd-user-sessions.service @1.264s +3ms
    └─network.target @1.263s
      └─NetworkManager.service @1.231s +31ms
        └─dbus.service @1.217s +12ms
          └─basic.target @1.217s
            └─sockets.target @1.217s
              └─dbus.socket @1.217s
                └─sysinit.target @1.216s
                  └─systemd-timesyncd.service @1.190s +26ms
                    └─systemd-tmpfiles-setup.service @1.169s +20ms
                      └─systemd-journal-flush.service @1.119s +48ms
                        └─var-log.mount @1.116s +2ms
                          └─var.mount @363ms +2ms
                            └─dev-nvme0n1p2.device @99ms +261ms

Last edited by fakemishraji (2022-08-12 07:46:33)

Offline

#5 2022-08-12 07:46:00

fakemishraji
Member
Registered: 2022-07-14
Posts: 8

Re: Long time to start up

seth wrote:

You're spending most time in firmware (uefi) and loader (grub?), that's not an (arch)linux problem.
kernel and userspace take ~3.5 seconds

=> check whether there're any delays, extended tests in the uefi settings and your bootloader configuration likewise.

You are right. I haven't been able to do anything in the bios settings though. Thanks for response

Offline

Board footer

Powered by FluxBB